ReducedTotals (Extn)
Used to specify reduced totals in Serbian documents.
Elements
Element | Description |
---|---|
Reduced Legal Monetary Totals Group (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals ) | Groups information about reduced totals extended information. |
Taxable Amount (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/TaxTotal/TaxSubtotal/TaxableAmount ) | Specifies the difference between the taxable amount of the current invoice and the taxable amount of the preceding, corresponding advance payment invoice for a given Tax Category, in the final invoice. |
Tax Amount (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/TaxTotal/TaxSubtotal/TaxAmount ) | Specifies the difference between the tax amount of the current invoice and the tax amount of the preceding, corresponding advance payment invoice for a given Tax Category, in the final invoice. |
Tax Category (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/TaxTotal/TaxSubtotal/TaxCategory ) | Specifies information about the tax category for each tax breakdown of the current and of the preceding, corresponding advance payment invoice, in the final invoice. |
Tax Scheme ID (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ReducedTotals/TaxTotal/TaxSubtotal/TaxCategory/TaxScheme/ID ) | Specify VAT . |
Country-Specific configuration
Example
<ubl:Invoice>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<!-- Code omitted for clarity -->
<vrbl:ReducedTotals>
<cac:TaxTotal>
<cbc:TaxAmount currencyID="RSD">110</cbc:TaxAmount>
<cac:TaxSubtotal>
<cbc:TaxableAmount currencyID="RSD">400</cbc:TaxableAmount>
<cbc:TaxAmount currencyID="RSD">80</cbc:TaxAmount>
<cac:TaxCategory>
<cbc:ID>S</cbc:ID>
<cbc:Percent>20</cbc:Percent>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:TaxCategory>
</cac:TaxSubtotal>>
<!-- Code omitted for clarity -->
<cac:TaxTotal>
</vrbl:ReducedTotals>
<!-- Code omitted for clarity -->
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 1 month ago