summaryrefslogtreecommitdiff
path: root/clients
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 /clients
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 'clients')
-rw-r--r--clients/screens_settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/screens_settings.c b/clients/screens_settings.c
index 7730ff4..46ba201 100644
--- a/clients/screens_settings.c
+++ b/clients/screens_settings.c
@@ -342,6 +342,7 @@ static const struct setting_field INVOICE_SETTINGS[] = {
{ "invoice_revenue_account", "Intäktskonto", NULL, 0, 0, 0 },
{ "invoice_bankgiro", "Bankgiro", NULL, 0, 0, 0 },
{ "invoice_our_ref", "Vår referens (faktura)", NULL, 0, 0, 0 },
+ { "document_header_color", "Färg dokumenthuvud (#rrggbb)", NULL, 0, 0, 0 },
};
static const struct setting_field SERIES_SETTINGS[] = {