summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
6 hourstui: payroll screens, Företag/System menu and settings splitv0.1.55Anders Betts
7 hoursbuild: track the test binaries' dependency filesAnders Betts
8 hourspayroll: lönebesked PDF and mail (schema v11)Anders Betts
9 hourspayroll: employees, tax tables and the monthly run (schema v10)Anders Betts
10 hoursbuild: run gate in its own build directoryAnders Betts
19 hoursbuild: gate builds the clients too, not just the testsAnders Betts
20 hoursdocs: generate the command catalogue from the command tablesAnders Betts
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
20 hoursbuild: make gate with WERROR and a pre-push hookAnders Betts
20 hourstui: split bokftui into screen filesAnders Betts
22 hourscommands: split the command table by domainAnders Betts
26 hoursbuild: wire the SMTP client into the test suiteAnders Betts
26 hourssecret: build it as its own unitAnders Betts
27 hoursbuild: wire the invoice renderer into the test suiteAnders Betts
27 hoursdb: schema v9 for invoicing, vouchers source rebuildAnders Betts
32 hourstests: wire check, pty and sanitizer targets and document themAnders Betts
33 hoursdeploy: alpine runtime image with the daemon and CLI onlyv0.1.45Anders Betts
44 hourstui: shared widget layer (fields, prompts, lists, forms, pager) + testsv0.1.36Anders Betts
3 daysbokslut, INK2/SRU export and attachment markersv0.1.30Anders Betts
- bokslut.post: year-end bookings (manual entries, periodiseringsfond, skatt at a given rate, resultatdisposition) with a dry-run plan through the normal ledger path; the resultatrapport separates bokslutsdispositioner and skatt per K2. - sru.export: INFO.SRU + BLANKETTER.SRU (INK2/INK2R/INK2S) from the official 2025P4 field tables and the BAS mapping, with manual INK2S adjustments, submitter defaults and unmapped-account detection; the TUI writes both files from Rapporter -> Inkomstdeklaration. - voucher.list carries attachment_count and the voucher list marks vouchers with underlag with an x column. - date_prompt restores the cursor state so it stops blinking at the bottom after the report date prompts.
3 daysdeploy: cross-compile arm64 binaries on the dev machinev0.1.13Anders Betts
The target only assembles the image from prebuilt binaries, so redeploys no longer compile sqlite/argon2 on the NAS. New deploy/Dockerfile.cross provides the gcc-aarch64-linux-gnu toolchain; the Dockerfile uses .prebuilt/ when present.
3 daysShow tui and server versions in the status line; derive version from gitv0.1.12Anders Betts
- build: VERSION defaults to git describe, deploy passes the tag via --build-arg - bokftui: srv version from meta, right-aligned next to the status line
4 daysAdd native TLS transport, TLS clients and lego cert sidecarv0.1.1Anders Betts
- bokfd: optional TLS listener (OpenSSL), certificate reload on change - clients: tls:host:port targets with chain and host verification - compose: port 8788 and an INWX/lego renewal sidecar - Makefile: header dependency tracking (-MMD -MP)
4 daysInitial commit: daemon, clients, docs, Docker deploy pipelinev0.1.0Anders Betts