Files
einvoice/test/assets/eInvoicing-EN16931/test/CreditNote-unit-UBL/BR-13.xml
2025-03-17 17:15:14 +00:00

44 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed under European Union Public Licence (EUPL) version 1.2.
-->
<testSet xmlns="http://difi.no/xsd/vefa/validator/1.0" configuration="tc434-ubl">
<assert>
<scope>BR-13</scope>
</assert>
<test>
<assert>
<description>Verify credit note total amount without VAT in document totals is present</description>
<success>BR-13</success>
</assert>
<CreditNote
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2">
<cac:LegalMonetaryTotal>
<cbc:TaxExclusiveAmount currencyID="NOK">1200</cbc:TaxExclusiveAmount>
</cac:LegalMonetaryTotal>
</CreditNote>
</test>
<test>
<assert>
<description>Trigger error when credit note total amount without VAT in document totals is missing</description>
<error>BR-13</error>
</assert>
<CreditNote
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2">
<cac:LegalMonetaryTotal>
<!-- <cbc:TaxExclusiveAmount currencyID="NOK">1200</cbc:TaxExclusiveAmount> -->
</cac:LegalMonetaryTotal>
</CreditNote>
</test>
</testSet>