From 83a9739b3aff75cf767db687bd531fa5283e0e72 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 3 Jan 2026 11:03:50 +0100 Subject: move invoice status to invoice extras struct. implement r/w --- include/file_templates.hpp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'include/file_templates.hpp') diff --git a/include/file_templates.hpp b/include/file_templates.hpp index c5e0191..5404270 100644 --- a/include/file_templates.hpp +++ b/include/file_templates.hpp @@ -126,6 +126,11 @@ namespace file_template { " \n" " \n"; + static const char *invoice_extras_template = + "\n" + " {{INVOICE_STATUS}}\n" + "\n"; + static const char *peppol_invoice_template = /*"\n"*/ "380\n" " {{CURRENCY}}\n" "\n" - " \n" - " {{INVOICE_STATUS}}\n" - " \n" - "\n" + // " \n" + // " {{INVOICE_STATUS}}\n" + // " \n" + // "\n" " \n" " {{INVOICE_DOCUMENT_COPY}}\n" " {{INVOICE_DOCUMENT_ORIG}}\n" -- cgit v1.2.3-70-g09d2