summaryrefslogtreecommitdiff
path: root/docs/STATE.md
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-22 09:04:27 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-22 09:04:27 +0200
commit227d0422da0062410c85529bc999d7e509d9de78 (patch)
tree23102d1fb049b610ec154e7c136e3d92d941bd6d /docs/STATE.md
parent8ceb1340a9030bb1030be61003dc65b444732b9e (diff)
downloadbokf-0.1.63.tar.gz
bokf-0.1.63.zip
documents: org name in the invoice and payslip headers, document_header_colorv0.1.63
Diffstat (limited to 'docs/STATE.md')
-rw-r--r--docs/STATE.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/STATE.md b/docs/STATE.md
index b08471a..0102f54 100644
--- a/docs/STATE.md
+++ b/docs/STATE.md
@@ -42,6 +42,15 @@ unit tests and the docs consistency check.
validation. `test_core` has `invoice_extras`; the pty suite has
`invoice-duplicate` and `invoice-pay`. Remaining invoice work is in the
backlog (credit notes, per-row account, kundreskontra, partial payments).
+- **Document header (2026-09-22)**: the invoice header bar prints the
+ organization name instead of the hard-coded `MAKANDRA AB` outline (scaled
+ down and truncated with `...` if long). The shared document setting
+ `document_header_color` (`#rrggbb`, default `#314c59`, editable in
+ Bolaget → Fakturauppgifter) colours the header bar of both the invoice
+ and the lönebesked, and the lönebesked prints the employer name there too
+ (it previously used the Comfortaa wordmark). The invoice's `FAKTURA`
+ outline is unchanged; the `MAKANDRA AB` outlines in `src/wordmark.h` are
+ now unused at runtime.
- **Mail configuration**: Makandra AB (org 2) has **no** `smtp_*` settings
in bokf, so `invoice.send` there is `SMTP_NOT_CONFIGURED` (fine if
invoices are sent elsewhere — set them up when wanted). Mock AB (org 1)