diff options
Diffstat (limited to 'src/invoice.h')
| -rw-r--r-- | src/invoice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/invoice.h b/src/invoice.h index c92677d..55d1e3b 100644 --- a/src/invoice.h +++ b/src/invoice.h @@ -33,6 +33,7 @@ struct invoice_line { int64_t amount_ore; const char *note; const char *vat_code; + int is_text; }; struct invoice_doc { @@ -40,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; |
