From 227d0422da0062410c85529bc999d7e509d9de78 Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Tue, 22 Sep 2026 09:04:27 +0200 Subject: documents: org name in the invoice and payslip headers, document_header_color --- src/invoice.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/invoice.h') diff --git a/src/invoice.h b/src/invoice.h index 7d64f21..55d1e3b 100644 --- a/src/invoice.h +++ b/src/invoice.h @@ -41,6 +41,7 @@ struct invoice_doc { struct invoice_customer customer; int64_t number; const char *ocr; + const char *header_color; /* "#rrggbb"; NULL or invalid = default */ const char *invoice_date; const char *due_date; const char *delivery_date; -- cgit v1.3