Poland B2B: Supplier Cash Accounting Indicator
You can specify if cash accounting applies to a Polish Supplier.
When cash accounting is used, the VAT is only payable after the payment is received.
Element
Use the Extension to model this information:
Name (Path) | Cardinality | Description |
---|---|---|
Supplier Cash Accounting Indicator (/Invoice/AccountingSupplierParty/Party/ PartyTaxSchemeExtension/UBLExtensions/UBLExtension/ExtensionContent/ PartyTaxScheme/CashAccountingIndicator ) | 0..1 | Specify true if cash accounting applies. If the element is omitted, it defaults to false. |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PartyTaxScheme>
<!-- Cash Method Indicator -->
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:PartyTaxSchemeExtension>
<vrbl:CashAccountingIndicator>true</vrbl:CashAccountingIndicator>
</vrbl:PartyTaxSchemeExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- VAT ID -->
<cbc:CompanyID>PL6161234501</cbc:CompanyID>
<!-- Code omitted for clarity -->
</cac:PartyTaxScheme>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 4 days ago