diff options
Diffstat (limited to 'include/file_templates.hpp')
| -rw-r--r-- | include/file_templates.hpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/file_templates.hpp b/include/file_templates.hpp index 1980d97..9064abf 100644 --- a/include/file_templates.hpp +++ b/include/file_templates.hpp @@ -84,14 +84,10 @@ const char* peppol_invoice_line_template = " <cbc:InvoicedQuantity unitCode=\"{{UNIT_CODE}}\">{{QUANTITY}}</cbc:InvoicedQuantity>\n" " <cbc:LineExtensionAmount currencyID=\"{{CURRENCY}}\">{{LINE_AMOUNT}}</cbc:LineExtensionAmount>\n" -" <cac:OrderLineReference>\n" -" <cbc:LineID>{{TAX_BRACKET_ID}}</cbc:LineID>\n" -" </cac:OrderLineReference>\n" - " <cac:AllowanceCharge>\n" " <cbc:ChargeIndicator>false</cbc:ChargeIndicator>\n" " <cbc:AllowanceChargeReason>Discount</cbc:AllowanceChargeReason>\n" -" {{ALLOWANCE_IS_PERCENTAGE}}\n" +" <cbc:MultiplierFactorNumeric>{{DISCOUNT_TOTAL_PERCENTAGE}}</cbc:MultiplierFactorNumeric>\n" " <cbc:Amount currencyID=\"{{CURRENCY}}\">{{DISCOUNT_TOTAL}}</cbc:Amount>\n" " <cbc:BaseAmount currencyID=\"{{CURRENCY}}\">{{DISCOUNT_BASE_AMOUNT}}</cbc:BaseAmount>\n" " </cac:AllowanceCharge>\n" @@ -168,7 +164,6 @@ const char *peppol_invoice_template = "\n" " <cac:PartyLegalEntity>\n" " <cbc:RegistrationName>{{SUPPLIER_LEGAL_NAME}}</cbc:RegistrationName>\n" -" <cbc:CompanyID schemeID=\"ZZZ\">{{SUPPLIER_BUSINESS_ID}}</cbc:CompanyID>\n" " </cac:PartyLegalEntity>\n" "\n" " <cac:Contact>\n" @@ -208,7 +203,6 @@ const char *peppol_invoice_template = "\n" " <cac:PartyLegalEntity>\n" " <cbc:RegistrationName>{{CUSTOMER_LEGAL_NAME}}</cbc:RegistrationName>\n" -" <cbc:CompanyID schemeID=\"ZZZ\">{{CUSTOMER_BUSINESS_ID}}</cbc:CompanyID>\n" " </cac:PartyLegalEntity>\n" "\n" " <cac:Contact>\n" |
