summaryrefslogtreecommitdiff
path: root/include/file_templates.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/file_templates.hpp')
-rw-r--r--include/file_templates.hpp8
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"*/