diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-04 12:36:52 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-04 12:36:52 +0100 |
| commit | 9a3cfd077013e42d4b3f788b78f45edf3b46ef07 (patch) | |
| tree | 96f36ba34e47ef3d757d341f7f30d1492eca70e0 /include/file_templates.hpp | |
| parent | 66a918a4621f1ecb828e68eac94fdb34852e9570 (diff) | |
activity list write
Diffstat (limited to 'include/file_templates.hpp')
| -rw-r--r-- | include/file_templates.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/file_templates.hpp b/include/file_templates.hpp index 5404270..ec78cb7 100644 --- a/include/file_templates.hpp +++ b/include/file_templates.hpp @@ -130,6 +130,14 @@ namespace file_template { "<InvoiceExtras>\n" " <Status>{{INVOICE_STATUS}}</Status>\n" "</InvoiceExtras>\n"; + + static const char *activity_template = + "<Activity>\n" + " <Timestamp>{{TIMESTAMP}}</Timestamp>\n" + " <User>{{USERNAME}}</User>\n" + " <RefId>{{REF_ID}}</RefId>\n" + " <Message>{{MESSAGE}}</Message>\n" + "</Activity>\n"; static const char *peppol_invoice_template = /*"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"*/ |
