diff options
Diffstat (limited to 'docs/DECISIONS.md')
| -rw-r--r-- | docs/DECISIONS.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/DECISIONS.md b/docs/DECISIONS.md index 125d19b..6b3467b 100644 --- a/docs/DECISIONS.md +++ b/docs/DECISIONS.md @@ -227,6 +227,17 @@ kept verbatim from the STATE.md they were pruned from (2026-09-21). show `betald <datum>`. SMTP: `smtp_from`/`smtp_reply_to` are validated as e-mail addresses (settings.set and mail config), with the sender's display name taken from the org name. +27. **Document header (2026-09-22)**: the invoice header bar no longer + draws the `MAKANDRA AB` Comfortaa outline; it prints the organization + name (`orgs.name`) in Helvetica-Bold, scaled down and truncated with + `...` if it would reach the `FAKTURA` wordmark, which stays. The shared + setting `document_header_color` (`#rrggbb`, default `#314c59`) colours + the header bar of **every** generated document — currently the invoice + and the lönebesked; `settings.set` refuses other values and the + renderers fall back to the default if a stored value is invalid. The + lönebesked prints the employer name in its header too, so the + `MAKANDRA AB` outlines are unused at runtime (kept in the generated + header). Images remain out of scope. ## Completed work formerly listed under "Pending decisions" |
