EN 16931 · PEPPOL BIS · UBL · SK CIUS

E-invoice validation error database

Catalog of official rules, Schematron codes and diagnostic checks for electronic invoices. Search by code, description or fix.

1094
items
373
fatal
721
warnings
4
groups

No rule matches the current search.

Why it happens

CII/ZUGFeRD has a different XML structure and needs separate rules and XPath mappings. Without explicit detection users would receive misleading UBL errors.

How to fix

For Peppol BIS Billing 3.0, export the invoice as UBL 2.1 Invoice/CreditNote. For CII/ZUGFeRD, use a CII validator or wait for dedicated CII support in this tool.

Technical context
/rsm:CrossIndustryInvoice
Open rule detail
Why it happens

Access points and integration gateways use the SBDH header for routing and transmission audit.

How to fix

Add <Sender><Identifier Authority="iso6523-actorid-upis">0245:VATID</Identifier></Sender> to StandardBusinessDocumentHeader.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/Sender/Identifier
Open rule detail
Why it happens

Without the receiver identifier the document cannot be reliably routed to the target Peppol participant.

How to fix

Add <Receiver><Identifier Authority="iso6523-actorid-upis">0245:VATID</Identifier></Receiver> to StandardBusinessDocumentHeader.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/Receiver/Identifier
Open rule detail
Why it happens

SBDH is only a transport envelope; the business payload must be present as an inner UBL document.

How to fix

Place a valid <Invoice> or <CreditNote> element after StandardBusinessDocumentHeader.

Technical context
/StandardBusinessDocument
Open rule detail
Why it happens

HeaderVersion helps integration gateways and audit logs interpret the SBDH header structure consistently.

How to fix

Add <HeaderVersion>1.0</HeaderVersion> to StandardBusinessDocumentHeader.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/HeaderVersion
Open rule detail
Why it happens

InstanceIdentifier is important for audit, deduplication and tracing the transmission in an integration gateway.

How to fix

Add <InstanceIdentifier> with the invoice number or another unique document identifier.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/DocumentIdentification/InstanceIdentifier
Open rule detail
Why it happens

TypeVersion helps the receiver and middleware interpret the version of the embedded business document correctly.

How to fix

Add <TypeVersion>2.1</TypeVersion> to DocumentIdentification.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/DocumentIdentification/TypeVersion
Open rule detail
Why it happens

A mismatch between the transport header and invoice content complicates audit and can cause gateway rejection.

How to fix

Align SBDH Sender/Identifier with cac:AccountingSupplierParty/cac:Party/cbc:EndpointID in the invoice.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/Sender/Identifier
Open rule detail
Why it happens

Peppol routing and audit expect a consistent receiver in both the transport header and the document payload.

How to fix

Align SBDH Receiver/Identifier with cac:AccountingCustomerParty/cac:Party/cbc:EndpointID in the invoice.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/Receiver/Identifier
Open rule detail
Why it happens

The transport header should describe the same business document carried inside the envelope.

How to fix

Use <Type>Invoice</Type> for invoices and <Type>CreditNote</Type> for credit notes.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/DocumentIdentification/Type
Open rule detail
Why it happens

A mismatch can lead to wrong routing or processing by an integration gateway.

How to fix

Use urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 for Invoice and CreditNote-2 for CreditNote.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/DocumentIdentification/Standard
Open rule detail
Why it happens

The process identifies the Peppol business process and should be consistent with the document profile.

How to fix

Align BusinessScope/Scope/InstanceIdentifier with the cbc:ProfileID value in the invoice.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/BusinessScope/Scope/InstanceIdentifier
Open rule detail
Why it happens

Machine processing and audit trails expect an unambiguous timestamp.

How to fix

Use for example <CreationDateAndTime>2026-04-22T10:30:00Z</CreationDateAndTime>.

Technical context
/StandardBusinessDocument/StandardBusinessDocumentHeader/DocumentIdentification/CreationDateAndTime
Open rule detail
Why it happens

Without CustomizationID the receiving system cannot determine which rules to apply to the document.

How to fix

Add <cbc:CustomizationID>urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0</cbc:CustomizationID> as one of the first elements of the invoice.

Technical context
/Invoice/cbc:CustomizationID | /CreditNote/cbc:CustomizationID
Open rule detail
Why it happens

The invoice number is a mandatory identifier under EN 16931 and national VAT law.

How to fix

Add a <cbc:ID> element with your invoice number, e.g. <cbc:ID>2024-0001</cbc:ID>.

Technical context
/Invoice/cbc:ID | /CreditNote/cbc:ID
Open rule detail
Why it happens

The issue date is mandatory under EN 16931 §6.4 and VAT legislation.

How to fix

Add <cbc:IssueDate>2024-01-15</cbc:IssueDate> immediately after <cbc:ID>.

Technical context
/Invoice/cbc:IssueDate | /CreditNote/cbc:IssueDate
Open rule detail
Why it happens

The type code allows the receiver to process the document correctly.

How to fix

For invoices use <cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>; for credit notes use <cbc:CreditNoteTypeCode>381</cbc:CreditNoteTypeCode>.

Technical context
/Invoice/cbc:InvoiceTypeCode | /CreditNote/cbc:CreditNoteTypeCode
Open rule detail
Why it happens

The currency is required for correct calculation and payment processing.

How to fix

Add <cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>.

Technical context
/Invoice/cbc:DocumentCurrencyCode | /CreditNote/cbc:DocumentCurrencyCode
Open rule detail
Why it happens

Seller identification is a legal requirement on every invoice.

How to fix

Add <cac:PartyName><cbc:Name>My Company Ltd.</cbc:Name></cac:PartyName> inside AccountingSupplierParty.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name
Open rule detail
Why it happens

Buyer identification is a legal requirement and needed for invoice delivery.

How to fix

Add <cac:PartyName><cbc:Name>Buyer Ltd.</cbc:Name></cac:PartyName> inside AccountingCustomerParty.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name
Open rule detail
Why it happens

Seller address is mandatory for identification and tax purposes.

How to fix

Add a <cac:PostalAddress> section with at least <cac:Country><cbc:IdentificationCode>SK</cbc:IdentificationCode></cac:Country>.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PostalAddress
Open rule detail
Why it happens

The seller's country determines the place of supply and tax regime.

How to fix

Add <cac:Country><cbc:IdentificationCode>SK</cbc:IdentificationCode></cac:Country> to the seller's PostalAddress.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PostalAddress/cac:Country/cbc:IdentificationCode
Open rule detail
Why it happens

Buyer address is mandatory for invoice delivery and tax purposes.

How to fix

Add a <cac:PostalAddress> section inside AccountingCustomerParty.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PostalAddress
Open rule detail
Why it happens

The buyer's country is required to determine the correct VAT treatment.

How to fix

Add <cac:Country><cbc:IdentificationCode>SK</cbc:IdentificationCode></cac:Country> to the buyer's PostalAddress.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cac:Country/cbc:IdentificationCode
Open rule detail
Why it happens

The line sum is the basis for calculating the invoice total excluding VAT.

How to fix

Add <cbc:LineExtensionAmount currencyID="EUR">100.00</cbc:LineExtensionAmount> to LegalMonetaryTotal.

Technical context
//cac:LegalMonetaryTotal/cbc:LineExtensionAmount
Open rule detail
Why it happens

The amount without VAT is a mandatory total needed to validate the tax calculation.

How to fix

Add <cbc:TaxExclusiveAmount currencyID="EUR">100.00</cbc:TaxExclusiveAmount> to LegalMonetaryTotal.

Technical context
//cac:LegalMonetaryTotal/cbc:TaxExclusiveAmount
Open rule detail
Why it happens

The amount with VAT is a mandatory total and the basis for calculating the payable amount.

How to fix

Add <cbc:TaxInclusiveAmount currencyID="EUR">120.00</cbc:TaxInclusiveAmount> to LegalMonetaryTotal.

Technical context
//cac:LegalMonetaryTotal/cbc:TaxInclusiveAmount
Open rule detail
Why it happens

The payable amount is mandatory for payment processing.

How to fix

Add <cbc:PayableAmount currencyID="EUR">120.00</cbc:PayableAmount> to LegalMonetaryTotal.

Technical context
//cac:LegalMonetaryTotal/cbc:PayableAmount
Open rule detail
Why it happens

Without at least one line the document contains no invoiced supply, and totals or VAT rates cannot be verified.

How to fix

Add at least one <cac:InvoiceLine> (or <cac:CreditNoteLine> for a credit note) with a quantity, price and item.

Technical context
//cac:InvoiceLine | //cac:CreditNoteLine
Open rule detail
Why it happens

Item description is mandatory for identifying the supply and for tax authority review.

How to fix

Add <cac:Item><cbc:Name>Consulting services</cbc:Name></cac:Item> to each InvoiceLine.

Technical context
//cac:InvoiceLine/cac:Item/cbc:Name | //cac:CreditNoteLine/cac:Item/cbc:Name
Open rule detail
Why it happens

The date and its coded representation carry the same information; providing both at once would be contradictory.

How to fix

Provide either <cbc:TaxPointDate> or the code in InvoicePeriod/DescriptionCode, never both at the same time.

Technical context
//cbc:TaxPointDate | //cac:InvoicePeriod/cbc:DescriptionCode
Open rule detail
Why it happens

The cross-check prevents manipulation of invoice totals.

How to fix

Sum all line amounts and put the result in <cbc:LineExtensionAmount>. E.g. 2 lines of 50 EUR = <cbc:LineExtensionAmount currencyID="EUR">100.00</cbc:LineExtensionAmount>.

Technical context
//cac:LegalMonetaryTotal/cbc:LineExtensionAmount
Open rule detail
Why it happens

The allowance cross-check prevents a mismatch between individual allowances and their total in LegalMonetaryTotal.

How to fix

Sum the Amount of all AllowanceCharge elements with ChargeIndicator=false and put the result in AllowanceTotalAmount.

Technical context
//cac:LegalMonetaryTotal/cbc:AllowanceTotalAmount
Open rule detail
Why it happens

The charge cross-check prevents a mismatch between individual charges and their total in LegalMonetaryTotal.

How to fix

Sum the Amount of all AllowanceCharge elements with ChargeIndicator=true and put the result in ChargeTotalAmount.

Technical context
//cac:LegalMonetaryTotal/cbc:ChargeTotalAmount
Open rule detail
Why it happens

The tax base must be mathematically verifiable from the line sum and document-level allowances/charges.

How to fix

TaxExclusiveAmount = LineExtensionAmount − AllowanceTotalAmount + ChargeTotalAmount.

Technical context
//cac:LegalMonetaryTotal/cbc:TaxExclusiveAmount
Open rule detail
Why it happens

The VAT cross-check is necessary to verify that the total tax matches the sum of the individual rates.

How to fix

Sum TaxAmount from all TaxSubtotal elements and put the result in TaxTotal/TaxAmount.

Technical context
//cac:TaxTotal/cbc:TaxAmount
Open rule detail
Why it happens

The total amount including VAT must be mathematically verifiable from the tax base and the VAT total.

How to fix

TaxInclusiveAmount = TaxExclusiveAmount + TaxTotal/TaxAmount (for the DocumentCurrencyCode currency).

Technical context
//cac:LegalMonetaryTotal/cbc:TaxInclusiveAmount
Open rule detail
Why it happens

The payable amount must be consistent with the other totals for correct payment processing.

How to fix

PayableAmount = TaxInclusiveAmount − PrepaidAmount + PayableRoundingAmount. Check the prepaid and rounding values.

Technical context
//cac:LegalMonetaryTotal/cbc:PayableAmount
Open rule detail
Why it happens

Correct VAT calculation is mandatory for tax purposes.

How to fix

TaxAmount = TaxableAmount × Percent / 100. E.g. base 100 EUR × 20% = TaxAmount 20 EUR.

Technical context
//cac:TaxTotal/cac:TaxSubtotal/cbc:TaxAmount
Open rule detail
Why it happens

The VAT breakdown by category is a mandatory part of an electronic invoice.

How to fix

Add <cac:TaxTotal> with at least one <cac:TaxSubtotal> containing TaxableAmount, TaxAmount and TaxCategory.

Technical context
//cac:TaxTotal/cac:TaxSubtotal
Open rule detail
Why it happens

An empty InvoicePeriod without any date provides no information about the period the invoice covers.

How to fix

Add at least <cbc:StartDate> or <cbc:EndDate> to InvoicePeriod, or both.

Technical context
//cac:InvoicePeriod
Open rule detail
Why it happens

An empty line period without any date provides no information about the period that item covers.

How to fix

Add at least <cbc:StartDate> or <cbc:EndDate> to the line InvoicePeriod, or both.

Technical context
//cac:InvoiceLine/cac:InvoicePeriod | //cac:CreditNoteLine/cac:InvoicePeriod
Open rule detail
Why it happens

The buyer must know when and how to pay.

How to fix

Add <cbc:DueDate>2024-02-15</cbc:DueDate> or <cac:PaymentTerms><cbc:Note>Payment within 30 days</cbc:Note></cac:PaymentTerms>.

Technical context
//cbc:DueDate | //cac:PaymentTerms/cbc:Note
Open rule detail
Why it happens

EN 16931 defines precise decimal precision requirements for each monetary element.

How to fix

Round to 2 decimal places: 100.123 → 100.12.

Technical context
//cac:LegalMonetaryTotal/cbc:LineExtensionAmount
Open rule detail
Why it happens

Line-level precision is required for total calculations.

How to fix

Round the line amount to 2 decimal places.

Technical context
//cac:InvoiceLine/cbc:LineExtensionAmount
Open rule detail
Why it happens

Unit prices can be very precise (e.g. price per kWh), so more decimal places are allowed.

How to fix

Ensure PriceAmount does not have more than 10 decimal places.

Technical context
//cac:Price/cbc:PriceAmount
Open rule detail
Why it happens

Without a matching VAT breakdown group it cannot be verified that the standard-rated VAT from the lines was correctly summarised.

How to fix

Add at least one <cac:TaxSubtotal> with <cbc:ID>S</cbc:ID> in TaxCategory to TaxTotal.

Technical context
//cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID="S"]
Open rule detail
Why it happens

The taxable amount must be mathematically verifiable from the structured lines and document-level adjustments.

How to fix

TaxableAmount (S) = Σ LineExtensionAmount + Σ document-level charges − Σ document-level allowances at rate S matching that Percent.

Technical context
//cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID="S"]/cbc:TaxableAmount
Open rule detail
Why it happens

The calculated VAT must mathematically match the taxable amount and the stated rate.

How to fix

TaxAmount = TaxableAmount × Percent / 100. E.g. base 100 EUR × 20% = TaxAmount 20 EUR.

Technical context
//cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID="S"]/cbc:TaxAmount
Open rule detail
Why it happens

Under reverse charge both parties must be identifiable so the buyer can correctly self-account for VAT.

How to fix

Add CompanyID to both the seller's and buyer's PartyTaxScheme, e.g. <cbc:CompanyID>SK2020000000</cbc:CompanyID>.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID | //cac:AccountingCustomerParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
Open rule detail
Why it happens

The exemption reason is mandatory for reverse charge invoices under EN 16931.

How to fix

Add to TaxCategory: <cbc:TaxExemptionReasonCode>VATEX-EU-AE</cbc:TaxExemptionReasonCode><cbc:TaxExemptionReason>Reverse charge</cbc:TaxExemptionReason>.

Technical context
//cac:TaxSubtotal[cac:TaxCategory/cbc:ID="AE"]/cac:TaxCategory/cbc:TaxExemptionReasonCode
Open rule detail
Why it happens

Even for an exempt supply the seller must be identifiable as a registered VAT taxpayer.

How to fix

Add the VAT ID to the seller's PartyTaxScheme, e.g. <cbc:CompanyID>SK2020000000</cbc:CompanyID>.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
Open rule detail
Why it happens

Legislation requires stating the legal basis for VAT exemption.

How to fix

Add e.g. <cbc:TaxExemptionReasonCode>VATEX-EU-79-C</cbc:TaxExemptionReasonCode> to TaxCategory for code E.

Technical context
//cac:TaxSubtotal[cac:TaxCategory/cbc:ID="E"]/cac:TaxCategory/cbc:TaxExemptionReasonCode
Open rule detail
Why it happens

Even for exports outside the EU the seller must be identifiable as a registered VAT taxpayer.

How to fix

Add the VAT ID to the seller's PartyTaxScheme, e.g. <cbc:CompanyID>SK2020000000</cbc:CompanyID>.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
Open rule detail
Why it happens

The zero-rating reason for exports must be documented.

How to fix

Add <cbc:TaxExemptionReasonCode>VATEX-EU-G</cbc:TaxExemptionReasonCode> to TaxCategory for code G.

Technical context
//cac:TaxSubtotal[cac:TaxCategory/cbc:ID="G"]/cac:TaxCategory/cbc:TaxExemptionReasonCode
Open rule detail
Why it happens

A supply outside the scope of VAT contradicts having a VAT ID present — that would suggest the supply is actually taxable.

How to fix

Remove CompanyID from both the seller's and buyer's PartyTaxScheme, or change the VAT category if the supply is in fact taxable.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID | //cac:AccountingCustomerParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
Open rule detail
Why it happens

The reason why the supply is outside the scope of VAT must be documented.

How to fix

Add <cbc:TaxExemptionReasonCode>VATEX-EU-O</cbc:TaxExemptionReasonCode> to TaxCategory for code O.

Technical context
//cac:TaxSubtotal[cac:TaxCategory/cbc:ID="O"]/cac:TaxCategory/cbc:TaxExemptionReasonCode
Open rule detail
Why it happens

The "not subject to VAT" category means the entire invoice is outside the scope of VAT — combining it with another category (e.g. S or Z) would be internally contradictory.

How to fix

If the invoice also contains taxable supplies, remove category O; if the whole invoice is outside the scope of VAT, keep only the single group with category O.

Technical context
//cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID="O"]
Open rule detail
Why it happens

Without ProfileID the access point cannot tell which business process the document belongs to, and the Peppol network will reject it.

How to fix

Add <cbc:ProfileID>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</cbc:ProfileID>.

Technical context
/Invoice/cbc:ProfileID | /CreditNote/cbc:ProfileID
Open rule detail
Why it happens

Peppol requires at least one of these references so the buyer can automatically match the invoice to an internal process or order.

How to fix

Add <cbc:BuyerReference>...</cbc:BuyerReference> or <cac:OrderReference><cbc:ID>...</cbc:ID></cac:OrderReference>.

Technical context
/Invoice/cbc:BuyerReference | /Invoice/cac:OrderReference/cbc:ID
Open rule detail
Why it happens

CustomizationID tells the receiving system and validator exactly which specification the document follows; any other value or typo causes rejection.

How to fix

Set the exact value: <cbc:CustomizationID>urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0</cbc:CustomizationID>.

Technical context
/Invoice/cbc:CustomizationID | /CreditNote/cbc:CustomizationID
Open rule detail
Why it happens

EndpointID is the routing address the Peppol network uses to deliver the document to the receiving party. Without it, delivery is not possible.

How to fix

Add <cbc:EndpointID schemeID="0158">12345678</cbc:EndpointID> (e.g. VAT ID or GLN per the agreed scheme) directly to AccountingCustomerParty/Party.

Technical context
//cac:AccountingCustomerParty/cac:Party/cbc:EndpointID
Open rule detail
Why it happens

EndpointID is the routing address the Peppol network uses to identify and route the document from the sender.

How to fix

Add <cbc:EndpointID schemeID="0158">87654321</cbc:EndpointID> directly to AccountingSupplierParty/Party.

Technical context
//cac:AccountingSupplierParty/cac:Party/cbc:EndpointID
Open rule detail
Why it happens

Multiple VAT totals with a breakdown would be ambiguous — the validator could not determine which one is authoritative.

How to fix

Merge all TaxSubtotal groups into a single <cac:TaxTotal>. A separate TaxTotal without TaxSubtotal may only be used for the accounting-currency amount (TaxCurrencyCode).

Technical context
//cac:TaxTotal[cac:TaxSubtotal]
Open rule detail
Why it happens

More than one project reference would be ambiguous — it would be unclear which project the credit note should be assigned to.

How to fix

Keep only one <cac:AdditionalDocumentReference> with <cbc:DocumentTypeCode>50</cbc:DocumentTypeCode> on the credit note.

Technical context
//cac:AdditionalDocumentReference[cbc:DocumentTypeCode="50"]
Open rule detail
Why it happens

More than one contract reference would be ambiguous — it would be unclear which contract applies to the invoice.

How to fix

Keep only one <cac:ContractDocumentReference><cbc:ID>...</cbc:ID></cac:ContractDocumentReference> on the invoice.

Technical context
//cac:ContractDocumentReference/cbc:ID
Open rule detail
Why it happens

The Peppol profile restricts UBL to elements needed for interoperable invoicing; extensions are not processable by most receiving systems.

How to fix

Remove the <ext:UBLExtensions> element from the document.

Technical context
//ext:UBLExtensions
Open rule detail
Why it happens

UBL 2.1 XSD does not allow TaxExemptionReasonCode in ClassifiedTaxCategory. The correct location is only in TaxSubtotal.

How to fix

Move TaxExemptionReasonCode from InvoiceLine/Item/ClassifiedTaxCategory to TaxTotal/TaxSubtotal/TaxCategory.

Technical context
//cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory/cbc:TaxExemptionReasonCode
Open rule detail
Why it happens

Same reason as UBL-CR-600 — UBL 2.1 XSD does not accept TaxExemptionReason in ClassifiedTaxCategory.

How to fix

Move TaxExemptionReason from the line-level ClassifiedTaxCategory to TaxTotal/TaxSubtotal/TaxCategory.

Technical context
//cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory/cbc:TaxExemptionReason
Open rule detail
Why it happens

The Slovak CIUS specification requires the SK prefix for Slovak VAT IDs.

How to fix

Set the VAT ID in format SK2020000000 (SK + 10 digits, no spaces).

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme[cac:TaxScheme/cbc:ID="VAT"]/cbc:CompanyID
Open rule detail
Why it happens

The SK VAT ID format is defined by law 222/2004 and the CIUS specification.

How to fix

Check the VAT ID length: must be exactly 12 characters (e.g. SK2020000000).

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme[cac:TaxScheme/cbc:ID="VAT"]/cbc:CompanyID
Open rule detail
Why it happens

SK CIUS applies only to Slovak sellers (country SK).

How to fix

Set <cbc:IdentificationCode>SK</cbc:IdentificationCode> in the seller's PostalAddress.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PostalAddress/cac:Country/cbc:IdentificationCode
Open rule detail
Why it happens

Slovakia uses the euro (EUR) since 1 January 2009. CIUS requires EUR for domestic invoices.

How to fix

Set <cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>.

Technical context
/Invoice/cbc:DocumentCurrencyCode | /CreditNote/cbc:DocumentCurrencyCode
Open rule detail
Why it happens

The company registration number (IČO) is a mandatory identifier for legal entities in Slovakia under law 431/2002.

How to fix

Add <cbc:CompanyID schemeID="0158">12345678</cbc:CompanyID> to the seller's PartyLegalEntity (8 digits).

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:CompanyID
Open rule detail
Why it happens

SEPA payments require IBAN. Slovak IBAN starts with SK and has 24 characters total.

How to fix

Use IBAN format: <cbc:ID>SK3112000000198742637541</cbc:ID>.

Technical context
//cac:PaymentMeans/cac:PayeeFinancialAccount/cbc:ID
Open rule detail
Why it happens

The Slovak VAT Act (222/2004) requires VAT reporting in EUR.

How to fix

Either omit TaxCurrencyCode, or set <cbc:TaxCurrencyCode>EUR</cbc:TaxCurrencyCode>.

Technical context
/Invoice/cbc:TaxCurrencyCode | /CreditNote/cbc:TaxCurrencyCode
Open rule detail
Why it happens

VAT is always reported in EUR. Using another currency (e.g. USD) in TaxSubtotal is an error.

How to fix

Set currencyID="EUR" on both elements: <cbc:TaxableAmount currencyID="EUR"> and <cbc:TaxAmount currencyID="EUR">.

Technical context
//cac:TaxSubtotal/cbc:TaxableAmount/@currencyID | //cac:TaxSubtotal/cbc:TaxAmount/@currencyID
Open rule detail
Why it happens

Machine processing of dates requires the standard ISO 8601 format.

How to fix

Change the date format: 15.01.2024 → 2024-01-15.

Technical context
/Invoice/cbc:IssueDate | /CreditNote/cbc:IssueDate
Open rule detail
Why it happens

The tax point date is a mandatory tax datum and must be machine-processable.

How to fix

Use YYYY-MM-DD format: <cbc:TaxPointDate>2024-01-15</cbc:TaxPointDate>.

Technical context
/Invoice/cbc:TaxPointDate | /CreditNote/cbc:TaxPointDate
Open rule detail
Why it happens

Slovakia has not published a national CIUS layer that narrows BT-3; network validation uses the baseline UNTDID 1001 code list and Peppol BIS Billing 3.0 rules.

How to fix

For a standard invoice use <cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>; for a corrected invoice use 384 with a reference to the original invoice in BT-25. To reduce the amount, issue a CreditNote with code 381.

Technical context
/Invoice/cbc:InvoiceTypeCode
Open rule detail
Why it happens

SK CIUS requires the exact code 381 for credit note documents.

How to fix

Use <cbc:CreditNoteTypeCode>381</cbc:CreditNoteTypeCode>.

Technical context
/CreditNote/cbc:CreditNoteTypeCode
Open rule detail
Why it happens

Without a matching VAT breakdown group it cannot be verified that the zero-rated supplies were correctly summarised.

How to fix

Add exactly one <cac:TaxSubtotal> with <cbc:ID>Z</cbc:ID> in TaxCategory to TaxTotal.

Technical context
//cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID="Z"]
Open rule detail
Why it happens

Even at a zero rate, the seller must be identifiable as a registered VAT taxpayer.

How to fix

Add the VAT ID to the seller's PartyTaxScheme, e.g. <cbc:CompanyID>SK2020000000</cbc:CompanyID>.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
Open rule detail
Why it happens

Category Z is defined as zero rated; any other rate value would contradict the category code.

How to fix

Set <cbc:Percent>0</cbc:Percent> in the line ClassifiedTaxCategory with code Z.

Technical context
//cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[cbc:ID="Z"]/cbc:Percent | //cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[cbc:ID="Z"]/cbc:Percent
Open rule detail
Why it happens

The zero-rated taxable amount must be mathematically verifiable from the structured lines and document-level adjustments.

How to fix

TaxableAmount (Z) = Σ LineExtensionAmount − Σ document-level allowances + Σ document-level charges with category Z.

Technical context
//cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID="Z"]/cbc:TaxableAmount
Open rule detail
Why it happens

An exemption reason code would incorrectly mix zero-rated VAT with an exemption treatment.

How to fix

Remove TaxExemptionReasonCode from TaxCategory in the TaxSubtotal with ID Z.

Technical context
//cac:TaxSubtotal[cac:TaxCategory/cbc:ID="Z"]/cac:TaxCategory/cbc:TaxExemptionReasonCode
Open rule detail
Why it happens

Without the payee name, the buyer cannot unambiguously determine who should receive the payment when it is not the seller.

How to fix

Add <cac:PayeeParty><cac:PartyName><cbc:Name>Payee Ltd.</cbc:Name></cac:PartyName></cac:PayeeParty>.

Technical context
//cac:PayeeParty/cac:PartyName/cbc:Name
Open rule detail
Why it happens

The tax representative name is mandatory whenever the seller is represented by a tax representative in that jurisdiction.

How to fix

Add <cac:TaxRepresentativeParty><cac:PartyName><cbc:Name>Tax Representative Ltd.</cbc:Name></cac:PartyName></cac:TaxRepresentativeParty>.

Technical context
//cac:TaxRepresentativeParty/cac:PartyName/cbc:Name
Open rule detail
Why it happens

The tax representative postal address is a mandatory part of BG-12 whenever the seller is represented by a tax representative in that jurisdiction.

How to fix

Add <cac:TaxRepresentativeParty><cac:PostalAddress>...</cac:PostalAddress></cac:TaxRepresentativeParty> with street, city and country.

Technical context
//cac:TaxRepresentativeParty/cac:PostalAddress
Open rule detail
Why it happens

The tax representative country code is mandatory whenever the seller is represented by a tax representative in that jurisdiction.

How to fix

Add a two-letter ISO 3166-1 code, e.g. <cac:Country><cbc:IdentificationCode>SK</cbc:IdentificationCode></cac:Country>, inside the tax representative PostalAddress.

Technical context
//cac:TaxRepresentativeParty/cac:PostalAddress/cac:Country/cbc:IdentificationCode
Open rule detail
Why it happens

The line identifier allows unambiguous reference to a specific item, for example in a complaint or credit note.

How to fix

Add <cbc:ID>1</cbc:ID> at the start of every InvoiceLine/CreditNoteLine, numbered sequentially.

Technical context
//cac:InvoiceLine/cbc:ID | //cac:CreditNoteLine/cbc:ID
Open rule detail
Why it happens

The quantity is a basic input needed to calculate the line amount and validate the price.

How to fix

Add <cbc:InvoicedQuantity unitCode="C62">10</cbc:InvoicedQuantity> to the InvoiceLine, or CreditedQuantity to the CreditNoteLine.

Technical context
//cac:InvoiceLine/cbc:InvoicedQuantity | //cac:CreditNoteLine/cbc:CreditedQuantity
Open rule detail
Why it happens

Without a unit of measure, the invoiced quantity cannot be interpreted unambiguously by the receiver.

How to fix

Add a valid unitCode, for example C62 for pieces, HUR for hours or KGM for kilograms, to InvoicedQuantity/CreditedQuantity.

Technical context
//cac:InvoiceLine/cbc:InvoicedQuantity/@unitCode | //cac:CreditNoteLine/cbc:CreditedQuantity/@unitCode
Open rule detail
Why it happens

The line net amount is the basis for calculating the invoice total excluding VAT.

How to fix

Add <cbc:LineExtensionAmount currencyID="EUR">100.00</cbc:LineExtensionAmount> to every line.

Technical context
//cac:InvoiceLine/cbc:LineExtensionAmount | //cac:CreditNoteLine/cbc:LineExtensionAmount
Open rule detail
Why it happens

The VAT category determines which rules apply to the tax group.

How to fix

Add TaxCategory/ID to every TaxSubtotal, for example S, Z, E, AE or O.

Technical context
//cac:TaxSubtotal/cac:TaxCategory/cbc:ID
Open rule detail
Why it happens

The unit price is needed to verify the calculation of the line net amount (quantity × price).

How to fix

Add <cac:Price><cbc:PriceAmount currencyID="EUR">10.00</cbc:PriceAmount></cac:Price> to every line.

Technical context
//cac:InvoiceLine/cac:Price/cbc:PriceAmount | //cac:CreditNoteLine/cac:Price/cbc:PriceAmount
Open rule detail
Why it happens

A negative item price would distort the calculation of the line net amount and the invoice total.

How to fix

Correct PriceAmount to zero or a positive value; express a discount using AllowanceCharge, not a negative price.

Technical context
//cac:InvoiceLine/cac:Price/cbc:PriceAmount | //cac:CreditNoteLine/cac:Price/cbc:PriceAmount
Open rule detail
Why it happens

A negative gross price would be a nonsensical basis for calculating the discount and would distort the item net price.

How to fix

Correct Price/AllowanceCharge/BaseAmount to zero or a positive value.

Technical context
//cac:InvoiceLine/cac:Price/cac:AllowanceCharge/cbc:BaseAmount | //cac:CreditNoteLine/cac:Price/cac:AllowanceCharge/cbc:BaseAmount
Open rule detail
Why it happens

The invoicing period must be chronologically valid, otherwise it is unclear which period the invoice covers.

How to fix

Correct StartDate or EndDate so the period end is not before the period start.

Technical context
//cac:InvoicePeriod
Open rule detail
Why it happens

The allowance VAT category determines which tax group the allowance affects when calculating the taxable amount.

How to fix

Add <cac:TaxCategory><cbc:ID>S</cbc:ID>...</cac:TaxCategory> to the document-level allowance.

Technical context
/Invoice/cac:AllowanceCharge[cbc:ChargeIndicator="false"]/cac:TaxCategory/cbc:ID | /CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator="false"]/cac:TaxCategory/cbc:ID
Open rule detail
Why it happens

The allowance reason explains to the recipient why the document amount was reduced.

How to fix

Add <cbc:AllowanceChargeReason>Early payment discount</cbc:AllowanceChargeReason> or AllowanceChargeReasonCode to the document-level allowance.

Technical context
/Invoice/cac:AllowanceCharge[cbc:ChargeIndicator="false"] | /CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator="false"]
Open rule detail
Why it happens

The charge amount is needed to calculate the invoice total excluding VAT.

How to fix

Add <cbc:Amount currencyID="EUR">10.00</cbc:Amount> to the document-level charge.

Technical context
/Invoice/cac:AllowanceCharge[cbc:ChargeIndicator="true"]/cbc:Amount | /CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator="true"]/cbc:Amount
Open rule detail
Why it happens

A line allowance must be structured so it can be included in line calculations.

How to fix

Add Amount to the line AllowanceCharge with ChargeIndicator=false.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator="false"]/cbc:Amount
Open rule detail
Why it happens

The line allowance reason explains to the recipient why the line amount was reduced.

How to fix

Add <cbc:AllowanceChargeReason>Volume discount</cbc:AllowanceChargeReason> or AllowanceChargeReasonCode to the line allowance.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator="false"] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator="false"]
Open rule detail
Why it happens

ISO date format is required for interoperability and machine processing.

How to fix

Write the delivery date as YYYY-MM-DD, for example 2024-01-15.

Technical context
//cac:Delivery/cbc:ActualDeliveryDate
Open rule detail
Why it happens

A consistent period format enables validation and automatic accounting processing.

How to fix

Write StartDate and EndDate as YYYY-MM-DD.

Technical context
//cac:InvoicePeriod/cbc:StartDate | //cac:InvoicePeriod/cbc:EndDate
Open rule detail
Why it happens

EN 16931 does not require all business dates to be limited to the current day.

How to fix

Do not change a date only because it is in the past or future; fix only invalid format or an illogical date relationship.

Technical context
//cbc:IssueDate | //cbc:DueDate | //cbc:ActualDeliveryDate | //cac:InvoicePeriod/cbc:StartDate | //cac:InvoicePeriod/cbc:EndDate
Open rule detail
Why it happens

Without a reason it is unclear why the invoice amount was reduced; this cross-check rule complements BR-33.

How to fix

Add <cbc:AllowanceChargeReason> or <cbc:AllowanceChargeReasonCode> to the document-level allowance.

Technical context
/Invoice/cac:AllowanceCharge[cbc:ChargeIndicator="false"] | /CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator="false"]
Open rule detail
Why it happens

Without a reason it is unclear why the invoice amount was increased; this cross-check rule complements BR-36.

How to fix

Add <cbc:AllowanceChargeReason> or <cbc:AllowanceChargeReasonCode> to the document-level charge.

Technical context
/Invoice/cac:AllowanceCharge[cbc:ChargeIndicator="true"] | /CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator="true"]
Open rule detail
Why it happens

Without a reason it is unclear why the line amount was reduced; this cross-check rule complements BR-42.

How to fix

Add <cbc:AllowanceChargeReason> or <cbc:AllowanceChargeReasonCode> to the line allowance.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator="false"] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator="false"]
Open rule detail
Why it happens

Without a reason it is unclear why the line amount was increased; this cross-check rule complements the line charge rules.

How to fix

Add <cbc:AllowanceChargeReason> or <cbc:AllowanceChargeReasonCode> to the line charge.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator="true"] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator="true"]
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts throughout the invoice.

How to fix

Round the BaseAmount of the document-level allowance to 2 decimal places.

Technical context
/Invoice/cac:AllowanceCharge[cbc:ChargeIndicator="false"]/cbc:BaseAmount | /CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator="false"]/cbc:BaseAmount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts throughout the invoice.

How to fix

Round the Amount of the document-level charge to 2 decimal places.

Technical context
/Invoice/cac:AllowanceCharge[cbc:ChargeIndicator="true"]/cbc:Amount | /CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator="true"]/cbc:Amount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts throughout the invoice.

How to fix

Round the BaseAmount of the document-level charge to 2 decimal places.

Technical context
/Invoice/cac:AllowanceCharge[cbc:ChargeIndicator="true"]/cbc:BaseAmount | /CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator="true"]/cbc:BaseAmount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts.

How to fix

Round AllowanceTotalAmount to 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:AllowanceTotalAmount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts.

How to fix

Round ChargeTotalAmount to 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:ChargeTotalAmount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts.

How to fix

Round TaxExclusiveAmount to 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:TaxExclusiveAmount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts.

How to fix

Round TaxTotal/TaxAmount to 2 decimal places.

Technical context
//cac:TaxTotal/cbc:TaxAmount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts even when converted to the accounting currency.

How to fix

Round the VAT amount in accounting currency to 2 decimal places.

Technical context
//cac:TaxTotal/cbc:TaxAmount[@currencyID]
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts.

How to fix

Round PrepaidAmount to 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:PrepaidAmount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts.

How to fix

Round PayableRoundingAmount to 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:PayableRoundingAmount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts.

How to fix

Round PayableAmount to 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:PayableAmount
Open rule detail
Why it happens

EN 16931 requires consistent precision for monetary amounts.

How to fix

Round the line-level LineExtensionAmount to 2 decimal places.

Technical context
//cac:InvoiceLine/cbc:LineExtensionAmount | //cac:CreditNoteLine/cbc:LineExtensionAmount
Open rule detail
Why it happens

Tax currency is stated only when it differs from the document currency; the same value is redundant and confusing.

How to fix

If the tax currency is the same as the document currency, omit TaxCurrencyCode.

Technical context
/Invoice/cbc:TaxCurrencyCode | /CreditNote/cbc:TaxCurrencyCode
Open rule detail
Why it happens

Access points recognise the business process only by the exact ProfileID format; any other shape is treated as an unknown process.

How to fix

Set <cbc:ProfileID>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</cbc:ProfileID> (NN is the process number, e.g. 01 for a standard invoice).

Technical context
/Invoice/cbc:ProfileID | /CreditNote/cbc:ProfileID
Open rule detail
Why it happens

Empty elements are not allowed in Peppol BIS Billing 3.0 — an element must either carry a value or be omitted entirely.

How to fix

Remove empty elements from the invoice, or fill them with an actual value.

Technical context
//*[not(*) and not(normalize-space())]
Open rule detail
Why it happens

An inconsistent combination of percentage, base and amount means one of the values is wrong.

How to fix

Recalculate Amount as BaseAmount × MultiplierFactorNumeric / 100, e.g. 100.00 × 10 / 100 = 10.00.

Technical context
//cac:AllowanceCharge[cbc:MultiplierFactorNumeric and cbc:BaseAmount]/cbc:Amount
Open rule detail
Why it happens

The percentage alone is not enough to verify the allowance/charge amount — the base it is calculated from is also required.

How to fix

Add <cbc:BaseAmount currencyID="EUR">100.00</cbc:BaseAmount> to the AllowanceCharge that contains MultiplierFactorNumeric.

Technical context
//cac:AllowanceCharge[cbc:MultiplierFactorNumeric and not(cbc:BaseAmount)]
Open rule detail
Why it happens

A base amount alone without a percentage does not allow verifying how the allowance/charge amount was derived.

How to fix

Add <cbc:MultiplierFactorNumeric>10</cbc:MultiplierFactorNumeric> to the AllowanceCharge that contains BaseAmount.

Technical context
//cac:AllowanceCharge[not(cbc:MultiplierFactorNumeric) and cbc:BaseAmount]
Open rule detail
Why it happens

Peppol BIS Billing 3.0 only allows an item price discount at the price level, not a charge.

How to fix

Set <cbc:ChargeIndicator>false</cbc:ChargeIndicator> in Price/AllowanceCharge. If you need to express a charge, move it to the line level (InvoiceLine/AllowanceCharge) instead.

Technical context
//cac:Price/cac:AllowanceCharge/cbc:ChargeIndicator
Open rule detail
Why it happens

Peppol BIS 3.0 primarily identifies the version via CustomizationID; a UBLVersionID other than 2.1 would contradict the schema in use.

How to fix

Remove the <cbc:UBLVersionID> element, or if you keep it, set it to <cbc:UBLVersionID>2.1</cbc:UBLVersionID>.

Technical context
//cbc:UBLVersionID
Open rule detail
Why it happens

The Peppol profile restricts UBL to elements needed for interoperable invoicing; process identification is handled by ProfileID.

How to fix

Remove the <cbc:ProfileExecutionID> element from the document.

Technical context
//cbc:ProfileExecutionID
Open rule detail
Why it happens

The Peppol profile restricts UBL to elements needed for interoperable invoicing.

How to fix

Remove the <cbc:CopyIndicator> element from the document.

Technical context
//cbc:CopyIndicator
Open rule detail
Why it happens

Document identification is handled by mandatory business identifiers (e.g. cbc:ID), not by UBL UUID.

How to fix

Remove the <cbc:UUID> element from the document.

Technical context
//cbc:UUID
Open rule detail
Why it happens

Peppol invoicing uses the issue date (IssueDate); issue time is not part of the profile.

How to fix

Remove the <cbc:IssueTime> element from the document.

Technical context
//cbc:IssueTime
Open rule detail
Why it happens

Slovak VAT law requires seller and buyer identification/address data. Some address fields are technically optional in EN 16931, but must be populated for a Slovak invoice.

How to fix

Add the seller address line 1 to the relevant PostalAddress section in the UBL XML.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PostalAddress/cbc:StreetName
Open rule detail
Why it happens

Slovak VAT law requires seller and buyer identification/address data. Some address fields are technically optional in EN 16931, but must be populated for a Slovak invoice.

How to fix

Add the seller city to the relevant PostalAddress section in the UBL XML.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PostalAddress/cbc:CityName
Open rule detail
Why it happens

Slovak VAT law requires seller and buyer identification/address data. Some address fields are technically optional in EN 16931, but must be populated for a Slovak invoice.

How to fix

Add the seller postal code to the relevant PostalAddress section in the UBL XML.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PostalAddress/cbc:PostalZone
Open rule detail
Why it happens

Slovak VAT law requires seller and buyer identification/address data. Some address fields are technically optional in EN 16931, but must be populated for a Slovak invoice.

How to fix

Add the seller country code to the relevant PostalAddress section in the UBL XML.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PostalAddress/cac:Country/cbc:IdentificationCode
Open rule detail
Why it happens

Slovak VAT law requires seller and buyer identification/address data. Some address fields are technically optional in EN 16931, but must be populated for a Slovak invoice.

How to fix

Add the buyer address line 1 to the relevant PostalAddress section in the UBL XML.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:StreetName
Open rule detail
Why it happens

Slovak VAT law requires seller and buyer identification/address data. Some address fields are technically optional in EN 16931, but must be populated for a Slovak invoice.

How to fix

Add the buyer city to the relevant PostalAddress section in the UBL XML.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:CityName
Open rule detail
Why it happens

Slovak VAT law requires seller and buyer identification/address data. Some address fields are technically optional in EN 16931, but must be populated for a Slovak invoice.

How to fix

Add the buyer postal code to the relevant PostalAddress section in the UBL XML.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:PostalZone
Open rule detail
Why it happens

Slovak VAT law requires seller and buyer identification/address data. Some address fields are technically optional in EN 16931, but must be populated for a Slovak invoice.

How to fix

Add the buyer country code to the relevant PostalAddress section in the UBL XML.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cac:Country/cbc:IdentificationCode
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-106 with at most 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:LineExtensionAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-109 with at most 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:TaxExclusiveAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-110 with at most 2 decimal places.

Technical context
//cac:TaxTotal/cbc:TaxAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-112 with at most 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:TaxInclusiveAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-113 with at most 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:PrepaidAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-114 with at most 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:PayableRoundingAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-115 with at most 2 decimal places.

Technical context
//cac:LegalMonetaryTotal/cbc:PayableAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-116 with at most 2 decimal places.

Technical context
//cac:TaxTotal/cac:TaxSubtotal/cbc:TaxableAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-117 with at most 2 decimal places.

Technical context
//cac:TaxTotal/cac:TaxSubtotal/cbc:TaxAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-129 with at most 4 decimal places.

Technical context
//cac:InvoiceLine/cbc:InvoicedQuantity | //cac:CreditNoteLine/cbc:CreditedQuantity
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-131 with at most 2 decimal places.

Technical context
//cac:InvoiceLine/cbc:LineExtensionAmount | //cac:CreditNoteLine/cbc:LineExtensionAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-146 with at most 4 decimal places.

Technical context
//cac:InvoiceLine/cac:Price/cbc:PriceAmount | //cac:CreditNoteLine/cac:Price/cbc:PriceAmount
Open rule detail
Why it happens

Decimal precision is important for VAT totals, monetary reconciliation and accounting import. More decimal places can break machine reconciliation.

How to fix

Round or export BT-148 with at most 4 decimal places.

Technical context
//cac:InvoiceLine/cac:Price/cac:AllowanceCharge/cbc:BaseAmount | //cac:CreditNoteLine/cac:Price/cac:AllowanceCharge/cbc:BaseAmount
Open rule detail
Why it happens

EndpointID is the Peppol electronic address. For Slovak tax IDs use schemeID 0245 with the tax ID value without the SK prefix.

How to fix

Set the seller EndpointID to <cbc:EndpointID schemeID="0245">2020123456</cbc:EndpointID>.

Technical context
//cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID
Open rule detail
Why it happens

Using 0245 consistently reduces routing, participant registration and matching errors in the Slovak context.

How to fix

For a Slovak buyer, set EndpointID to schemeID="0245" and the tax ID value without the SK prefix.

Technical context
//cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID
Open rule detail
Why it happens

For Slovakia, use TaxPointDate (BT-7) when the VAT point date is known and differs from the issue date.

How to fix

Remove InvoicePeriod/DescriptionCode and use TaxPointDate (BT-7) when applicable.

Technical context
//cac:InvoicePeriod/cbc:DescriptionCode
Open rule detail
Why it happens

IBAN is expected for SEPA payment and accounting automation. A wrong account is a costly operational error.

How to fix

Check that the account is a complete IBAN, for example SK3112000000198742637541.

Technical context
//cac:PaymentMeans/cac:PayeeFinancialAccount/cbc:ID
Open rule detail
Why it happens

Wrong identifier formats cause participant registration, invoice matching, accounting and VAT-control errors.

How to fix

IČO has 8 digits, DIČ has 10 digits without the SK prefix when schemeID is 0245, and Slovak VAT ID has SK + 10 digits.

Technical context
//cac:AccountingSupplierParty/cac:Party/cbc:EndpointID
Open rule detail
Why it happens

Wrong identifier formats cause participant registration, invoice matching, accounting and VAT-control errors.

How to fix

IČO has 8 digits, DIČ has 10 digits without the SK prefix when schemeID is 0245, and Slovak VAT ID has SK + 10 digits.

Technical context
//cac:AccountingCustomerParty/cac:Party/cbc:EndpointID
Open rule detail
Why it happens

Wrong identifier formats cause participant registration, invoice matching, accounting and VAT-control errors.

How to fix

IČO has 8 digits, DIČ has 10 digits without the SK prefix when schemeID is 0245, and Slovak VAT ID has SK + 10 digits.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:CompanyID
Open rule detail
Why it happens

Wrong identifier formats cause participant registration, invoice matching, accounting and VAT-control errors.

How to fix

IČO has 8 digits, DIČ has 10 digits without the SK prefix when schemeID is 0245, and Slovak VAT ID has SK + 10 digits.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PartyLegalEntity/cbc:CompanyID
Open rule detail
Why it happens

Wrong identifier formats cause participant registration, invoice matching, accounting and VAT-control errors.

How to fix

IČO has 8 digits, DIČ has 10 digits without the SK prefix when schemeID is 0245, and Slovak VAT ID has SK + 10 digits.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
Open rule detail
Why it happens

Wrong identifier formats cause participant registration, invoice matching, accounting and VAT-control errors.

How to fix

IČO has 8 digits, DIČ has 10 digits without the SK prefix when schemeID is 0245, and Slovak VAT ID has SK + 10 digits.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
Open rule detail
Why it happens

A wrong document type can make the receiver misclassify the document as invoice, credit note, debit note or correction.

How to fix

Use InvoiceTypeCode 380 for a standard invoice. Use CreditNoteTypeCode 381 for a credit note.

Technical context
/Invoice/cbc:InvoiceTypeCode | /CreditNote/cbc:CreditNoteTypeCode
Open rule detail
Why it happens

Correct postal-code format improves address automation, delivery and master-data matching.

How to fix

Change the postal code to five digits, for example 81101.

Technical context
//cac:AccountingSupplierParty/cac:Party/cac:PostalAddress/cbc:PostalZone
Open rule detail
Why it happens

Correct postal-code format improves address automation, delivery and master-data matching.

How to fix

Change the postal code to five digits, for example 81101.

Technical context
//cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:PostalZone
Open rule detail
Why it happens

Correct postal-code format improves address automation, delivery and master-data matching.

How to fix

Change the postal code to five digits, for example 81101.

Technical context
//cac:Delivery/cac:DeliveryLocation/cac:Address/cbc:PostalZone
Open rule detail
Why it happens

This rule comes from the official EN 16931 calculation validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine/cac:InvoicePeriod | cac:CreditNoteLine/cac:InvoicePeriod and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine/cac:InvoicePeriod | cac:CreditNoteLine/cac:InvoicePeriod
Open rule detail
Why it happens

This rule comes from the official EN 16931 calculation validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice/cac:AllowanceCharge[cbc:ChargeIndicator = false()] | /cn:CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator = false()] and change the data so this rule is satisfied.

Technical context
/ubl:Invoice/cac:AllowanceCharge[cbc:ChargeIndicator = false()] | /cn:CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator = false()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | /cn:CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator = true()] and change the data so this rule is satisfied.

Technical context
/ubl:Invoice/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | /cn:CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator = true()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | /cn:CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator = true()] and change the data so this rule is satisfied.

Technical context
/ubl:Invoice/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | /cn:CreditNote/cac:AllowanceCharge[cbc:ChargeIndicator = true()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 calculation validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] and change the data so this rule is satisfied.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] and change the data so this rule is satisfied.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxTotal/cac:TaxSubtotal and change the data so this rule is satisfied.

Technical context
cac:TaxTotal/cac:TaxSubtotal
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxTotal/cac:TaxSubtotal and change the data so this rule is satisfied.

Technical context
cac:TaxTotal/cac:TaxSubtotal
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxTotal/cac:TaxSubtotal and change the data so this rule is satisfied.

Technical context
cac:TaxTotal/cac:TaxSubtotal
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PaymentMeans and change the data so this rule is satisfied.

Technical context
cac:PaymentMeans
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PaymentMeans[cbc:PaymentMeansCode='30' or cbc:PaymentMeansCode='58']/cac:PayeeFinancialAccount and change the data so this rule is satisfied.

Technical context
cac:PaymentMeans[cbc:PaymentMeansCode='30' or cbc:PaymentMeansCode='58']/cac:PayeeFinancialAccount
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PaymentMeans/cac:CardAccount/cbc:PrimaryAccountNumberID and change the data so this rule is satisfied.

Technical context
cac:PaymentMeans/cac:CardAccount/cbc:PrimaryAccountNumberID
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AdditionalDocumentReference and change the data so this rule is satisfied.

Technical context
cac:AdditionalDocumentReference
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:AdditionalItemProperty and change the data so this rule is satisfied.

Technical context
//cac:AdditionalItemProperty
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:BillingReference and change the data so this rule is satisfied.

Technical context
cac:BillingReference
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxRepresentativeParty and change the data so this rule is satisfied.

Technical context
cac:TaxRepresentativeParty
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:Delivery/cac:DeliveryLocation/cac:Address and change the data so this rule is satisfied.

Technical context
cac:Delivery/cac:DeliveryLocation/cac:Address
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PaymentMeans and change the data so this rule is satisfied.

Technical context
cac:PaymentMeans
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AccountingSupplierParty/cac:Party/cbc:EndpointID and change the data so this rule is satisfied.

Technical context
cac:AccountingSupplierParty/cac:Party/cbc:EndpointID
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AccountingCustomerParty/cac:Party/cbc:EndpointID and change the data so this rule is satisfied.

Technical context
cac:AccountingCustomerParty/cac:Party/cbc:EndpointID
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine/cac:Item/cac:StandardItemIdentification/cbc:ID | cac:CreditNoteLine/cac:Item/cac:StandardItemIdentification/cbc:ID and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine/cac:Item/cac:StandardItemIdentification/cbc:ID | cac:CreditNoteLine/cac:Item/cac:StandardItemIdentification/cbc:ID
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine/cac:Item/cac:CommodityClassification/cbc:ItemClassificationCode | cac:CreditNoteLine/cac:Item/cac:CommodityClassification/cbc:ItemClassificationCode and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine/cac:Item/cac:CommodityClassification/cbc:ItemClassificationCode | cac:CreditNoteLine/cac:Item/cac:CommodityClassification/cbc:ItemClassificationCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'AE'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:InvoiceTypeCode | cbc:CreditNoteTypeCode and change the data so this rule is satisfied.

Technical context
cbc:InvoiceTypeCode | cbc:CreditNoteTypeCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:Amount | cbc:BaseAmount | cbc:PriceAmount | cbc:TaxAmount | cbc:TaxableAmount | cbc:LineExtensionAmount | cbc:TaxExclusiveAmount | cbc:TaxInclusiveAmount | cbc:AllowanceTotalAmount | cbc:ChargeTotalAmount | cbc:PrepaidAmount | cbc:PayableRoundingAmount | cbc:PayableAmount and change the data so this rule is satisfied.

Technical context
cbc:Amount | cbc:BaseAmount | cbc:PriceAmount | cbc:TaxAmount | cbc:TaxableAmount | cbc:LineExtensionAmount | cbc:TaxExclusiveAmount | cbc:TaxInclusiveAmount | cbc:AllowanceTotalAmount | cbc:ChargeTotalAmount | cbc:PrepaidAmount | cbc:PayableRoundingAmount | cbc:PayableAmount
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:DocumentCurrencyCode and change the data so this rule is satisfied.

Technical context
cbc:DocumentCurrencyCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:TaxCurrencyCode and change the data so this rule is satisfied.

Technical context
cbc:TaxCurrencyCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoicePeriod/cbc:DescriptionCode and change the data so this rule is satisfied.

Technical context
cac:InvoicePeriod/cbc:DescriptionCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AdditionalDocumentReference[cbc:DocumentTypeCode = '130']/cbc:ID[@schemeID] | cac:DocumentReference[cbc:DocumentTypeCode = '130']/cbc:ID[@schemeID] and change the data so this rule is satisfied.

Technical context
cac:AdditionalDocumentReference[cbc:DocumentTypeCode = '130']/cbc:ID[@schemeID] | cac:DocumentReference[cbc:DocumentTypeCode = '130']/cbc:ID[@schemeID]
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice/cbc:Note | /cn:CreditNote/cbc:Note and change the data so this rule is satisfied.

Technical context
/ubl:Invoice/cbc:Note | /cn:CreditNote/cbc:Note
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PartyIdentification/cbc:ID[@schemeID] and change the data so this rule is satisfied.

Technical context
cac:PartyIdentification/cbc:ID[@schemeID]
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PartyLegalEntity/cbc:CompanyID[@schemeID] and change the data so this rule is satisfied.

Technical context
cac:PartyLegalEntity/cbc:CompanyID[@schemeID]
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:CommodityClassification/cbc:ItemClassificationCode[@listID] and change the data so this rule is satisfied.

Technical context
cac:CommodityClassification/cbc:ItemClassificationCode[@listID]
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:Country/cbc:IdentificationCode and change the data so this rule is satisfied.

Technical context
cac:Country/cbc:IdentificationCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:OriginCountry/cbc:IdentificationCode and change the data so this rule is satisfied.

Technical context
cac:OriginCountry/cbc:IdentificationCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PaymentMeans/cbc:PaymentMeansCode and change the data so this rule is satisfied.

Technical context
cac:PaymentMeans/cbc:PaymentMeansCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxCategory/cbc:ID and change the data so this rule is satisfied.

Technical context
cac:TaxCategory/cbc:ID
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:ClassifiedTaxCategory/cbc:ID and change the data so this rule is satisfied.

Technical context
cac:ClassifiedTaxCategory/cbc:ID
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator = false()]/cbc:AllowanceChargeReasonCode and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator = false()]/cbc:AllowanceChargeReasonCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator = true()]/cbc:AllowanceChargeReasonCode and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator = true()]/cbc:AllowanceChargeReasonCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:StandardItemIdentification/cbc:ID[@schemeID] and change the data so this rule is satisfied.

Technical context
cac:StandardItemIdentification/cbc:ID[@schemeID]
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:TaxExemptionReasonCode and change the data so this rule is satisfied.

Technical context
cbc:TaxExemptionReasonCode
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:InvoicedQuantity[@unitCode] | cbc:BaseQuantity[@unitCode] | cbc:CreditedQuantity[@unitCode] and change the data so this rule is satisfied.

Technical context
cbc:InvoicedQuantity[@unitCode] | cbc:BaseQuantity[@unitCode] | cbc:CreditedQuantity[@unitCode]
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EmbeddedDocumentBinaryObject[@mimeCode] and change the data so this rule is satisfied.

Technical context
cbc:EmbeddedDocumentBinaryObject[@mimeCode]
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID]
Open rule detail
Why it happens

This rule comes from the official EN 16931 document validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:DeliveryLocation/cbc:ID[@schemeID] and change the data so this rule is satisfied.

Technical context
cac:DeliveryLocation/cbc:ID[@schemeID]
Open rule detail
Why it happens

This rule comes from the official EN 16931 calculation validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()] and change the data so this rule is satisfied.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 calculation validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] and change the data so this rule is satisfied.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:PartyTaxScheme[cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
//cac:PartyTaxScheme[cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AccountingSupplierParty and change the data so this rule is satisfied.

Technical context
cac:AccountingSupplierParty
Open rule detail
Why it happens

This rule comes from the official EN 16931 decimal precision validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxTotal/cac:TaxSubtotal and change the data so this rule is satisfied.

Technical context
cac:TaxTotal/cac:TaxSubtotal
Open rule detail
Why it happens

This rule comes from the official EN 16931 decimal precision validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxTotal/cac:TaxSubtotal and change the data so this rule is satisfied.

Technical context
cac:TaxTotal/cac:TaxSubtotal
Open rule detail
Why it happens

This rule comes from the official EN 16931 decimal precision validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()] and change the data so this rule is satisfied.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 decimal precision validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()] and change the data so this rule is satisfied.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = false()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 decimal precision validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] and change the data so this rule is satisfied.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 decimal precision validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] and change the data so this rule is satisfied.

Technical context
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()] | //cac:CreditNoteLine/cac:AllowanceCharge[cbc:ChargeIndicator = true()]
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'E'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'G'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'K'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'O'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] | cac:CreditNoteLine/cac:Item/cac:ClassifiedTaxCategory[normalize-space(cbc:ID) = 'S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'S'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='Z'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=false()]/cac:TaxCategory[normalize-space(cbc:ID)='Z'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='Z'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator=true()]/cac:TaxCategory[normalize-space(cbc:ID)='Z'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official EN 16931 VAT validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'Z'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT'] and change the data so this rule is satisfied.

Technical context
/*/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[normalize-space(cbc:ID) = 'Z'][cac:TaxScheme/normalize-space(upper-case(cbc:ID))='VAT']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0088'] | cac:PartyIdentification/cbc:ID[@schemeID = '0088'] | cbc:CompanyID[@schemeID = '0088'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0088'] | cac:PartyIdentification/cbc:ID[@schemeID = '0088'] | cbc:CompanyID[@schemeID = '0088']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0192'] | cac:PartyIdentification/cbc:ID[@schemeID = '0192'] | cbc:CompanyID[@schemeID = '0192'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0192'] | cac:PartyIdentification/cbc:ID[@schemeID = '0192'] | cbc:CompanyID[@schemeID = '0192']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0184'] | cac:PartyIdentification/cbc:ID[@schemeID = '0184'] | cbc:CompanyID[@schemeID = '0184'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0184'] | cac:PartyIdentification/cbc:ID[@schemeID = '0184'] | cbc:CompanyID[@schemeID = '0184']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0208'] | cac:PartyIdentification/cbc:ID[@schemeID = '0208'] | cbc:CompanyID[@schemeID = '0208'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0208'] | cac:PartyIdentification/cbc:ID[@schemeID = '0208'] | cbc:CompanyID[@schemeID = '0208']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0201'] | cac:PartyIdentification/cbc:ID[@schemeID = '0201'] | cbc:CompanyID[@schemeID = '0201'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0201'] | cac:PartyIdentification/cbc:ID[@schemeID = '0201'] | cbc:CompanyID[@schemeID = '0201']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0210'] | cac:PartyIdentification/cbc:ID[@schemeID = '0210'] | cbc:CompanyID[@schemeID = '0210'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0210'] | cac:PartyIdentification/cbc:ID[@schemeID = '0210'] | cbc:CompanyID[@schemeID = '0210']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '9907'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '9907']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0211'] | cac:PartyIdentification/cbc:ID[@schemeID = '0211'] | cbc:CompanyID[@schemeID = '0211'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0211'] | cac:PartyIdentification/cbc:ID[@schemeID = '0211'] | cbc:CompanyID[@schemeID = '0211']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0007'] | cac:PartyIdentification/cbc:ID[@schemeID = '0007'] | cbc:CompanyID[@schemeID = '0007'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0007'] | cac:PartyIdentification/cbc:ID[@schemeID = '0007'] | cbc:CompanyID[@schemeID = '0007']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0151'] | cac:PartyIdentification/cbc:ID[@schemeID = '0151'] | cbc:CompanyID[@schemeID = '0151'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0151'] | cac:PartyIdentification/cbc:ID[@schemeID = '0151'] | cbc:CompanyID[@schemeID = '0151']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0096'] | cac:PartyIdentification/cbc:ID[@schemeID = '0096'] | cbc:CompanyID[@schemeID = '0096'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0096'] | cac:PartyIdentification/cbc:ID[@schemeID = '0096'] | cbc:CompanyID[@schemeID = '0096']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID = '0198'] | cac:PartyIdentification/cbc:ID[@schemeID = '0198'] | cbc:CompanyID[@schemeID = '0198'] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID = '0198'] | cac:PartyIdentification/cbc:ID[@schemeID = '0198'] | cbc:CompanyID[@schemeID = '0198']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EmbeddedDocumentBinaryObject[@mimeCode] and change the data so this rule is satisfied.

Technical context
cbc:EmbeddedDocumentBinaryObject[@mimeCode]
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator = 'false']/cbc:AllowanceChargeReasonCode and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator = 'false']/cbc:AllowanceChargeReasonCode
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator = 'true']/cbc:AllowanceChargeReasonCode and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator = 'true']/cbc:AllowanceChargeReasonCode
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoicePeriod/cbc:DescriptionCode and change the data so this rule is satisfied.

Technical context
cac:InvoicePeriod/cbc:DescriptionCode
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:Amount | cbc:BaseAmount | cbc:PriceAmount | cbc:TaxAmount | cbc:TaxableAmount | cbc:LineExtensionAmount | cbc:TaxExclusiveAmount | cbc:TaxInclusiveAmount | cbc:AllowanceTotalAmount | cbc:ChargeTotalAmount | cbc:PrepaidAmount | cbc:PayableRoundingAmount | cbc:PayableAmount and change the data so this rule is satisfied.

Technical context
cbc:Amount | cbc:BaseAmount | cbc:PriceAmount | cbc:TaxAmount | cbc:TaxableAmount | cbc:LineExtensionAmount | cbc:TaxExclusiveAmount | cbc:TaxInclusiveAmount | cbc:AllowanceTotalAmount | cbc:ChargeTotalAmount | cbc:PrepaidAmount | cbc:PayableRoundingAmount | cbc:PayableAmount
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:EndpointID[@schemeID] and change the data so this rule is satisfied.

Technical context
cbc:EndpointID[@schemeID]
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:IssueDate | cbc:DueDate | cbc:TaxPointDate | cbc:StartDate | cbc:EndDate | cbc:ActualDeliveryDate and change the data so this rule is satisfied.

Technical context
cbc:IssueDate | cbc:DueDate | cbc:TaxPointDate | cbc:StartDate | cbc:EndDate | cbc:ActualDeliveryDate
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:InvoiceTypeCode and change the data so this rule is satisfied.

Technical context
cbc:InvoiceTypeCode
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:CreditNoteTypeCode and change the data so this rule is satisfied.

Technical context
cbc:CreditNoteTypeCode
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-G'] and change the data so this rule is satisfied.

Technical context
cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-G']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-O'] and change the data so this rule is satisfied.

Technical context
cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-O']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-IC'] and change the data so this rule is satisfied.

Technical context
cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-IC']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-AE'] and change the data so this rule is satisfied.

Technical context
cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-AE']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-D'] and change the data so this rule is satisfied.

Technical context
cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-D']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-F'] and change the data so this rule is satisfied.

Technical context
cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-F']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-I'] and change the data so this rule is satisfied.

Technical context
cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-I']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-J'] and change the data so this rule is satisfied.

Technical context
cac:TaxCategory[upper-case(cbc:TaxExemptionReasonCode)='VATEX-EU-J']
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:InvoiceTypeCode and change the data so this rule is satisfied.

Technical context
cbc:InvoiceTypeCode
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open ubl-creditnote:CreditNote | ubl-invoice:Invoice and change the data so this rule is satisfied.

Technical context
ubl-creditnote:CreditNote | ubl-invoice:Invoice
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open ubl-invoice:Invoice/cac:AllowanceCharge | ubl-invoice:Invoice/cac:InvoiceLine/cac:AllowanceCharge | ubl-creditnote:CreditNote/cac:AllowanceCharge | ubl-creditnote:CreditNote/cac:CreditNoteLine/cac:AllowanceCharge and change the data so this rule is satisfied.

Technical context
ubl-invoice:Invoice/cac:AllowanceCharge | ubl-invoice:Invoice/cac:InvoiceLine/cac:AllowanceCharge | ubl-creditnote:CreditNote/cac:AllowanceCharge | ubl-creditnote:CreditNote/cac:CreditNoteLine/cac:AllowanceCharge
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:Price/cac:AllowanceCharge and change the data so this rule is satisfied.

Technical context
cac:Price/cac:AllowanceCharge
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cbc:Amount | cbc:BaseAmount | cbc:PriceAmount | cac:TaxTotal[cac:TaxSubtotal]/cbc:TaxAmount | cac:TaxSubtotal/cbc:TaxAmount | cbc:TaxableAmount | cbc:LineExtensionAmount | cbc:TaxExclusiveAmount | cbc:TaxInclusiveAmount | cbc:AllowanceTotalAmount | cbc:ChargeTotalAmount | cbc:PrepaidAmount | cbc:PayableRoundingAmount | cbc:PayableAmount and change the data so this rule is satisfied.

Technical context
cbc:Amount | cbc:BaseAmount | cbc:PriceAmount | cac:TaxTotal[cac:TaxSubtotal]/cbc:TaxAmount | cac:TaxSubtotal/cbc:TaxAmount | cbc:TaxableAmount | cbc:LineExtensionAmount | cbc:TaxExclusiveAmount | cbc:TaxInclusiveAmount | cbc:AllowanceTotalAmount | cbc:ChargeTotalAmount | cbc:PrepaidAmount | cbc:PayableRoundingAmount | cbc:PayableAmount
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open ubl-creditnote:CreditNote | ubl-invoice:Invoice and change the data so this rule is satisfied.

Technical context
ubl-creditnote:CreditNote | ubl-invoice:Invoice
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open ubl-creditnote:CreditNote | ubl-invoice:Invoice and change the data so this rule is satisfied.

Technical context
ubl-creditnote:CreditNote | ubl-invoice:Invoice
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PaymentMeans[some $code in tokenize('49 59', '\s') satisfies normalize-space(cbc:PaymentMeansCode) = $code] and change the data so this rule is satisfied.

Technical context
cac:PaymentMeans[some $code in tokenize('49 59', '\s') satisfies normalize-space(cbc:PaymentMeansCode) = $code]
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open ubl-invoice:Invoice[cac:InvoicePeriod/cbc:StartDate]/cac:InvoiceLine/cac:InvoicePeriod/cbc:StartDate | ubl-creditnote:CreditNote[cac:InvoicePeriod/cbc:StartDate]/cac:CreditNoteLine/cac:InvoicePeriod/cbc:StartDate and change the data so this rule is satisfied.

Technical context
ubl-invoice:Invoice[cac:InvoicePeriod/cbc:StartDate]/cac:InvoiceLine/cac:InvoicePeriod/cbc:StartDate | ubl-creditnote:CreditNote[cac:InvoicePeriod/cbc:StartDate]/cac:CreditNoteLine/cac:InvoicePeriod/cbc:StartDate
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open ubl-invoice:Invoice[cac:InvoicePeriod/cbc:EndDate]/cac:InvoiceLine/cac:InvoicePeriod/cbc:EndDate | ubl-creditnote:CreditNote[cac:InvoicePeriod/cbc:EndDate]/cac:CreditNoteLine/cac:InvoicePeriod/cbc:EndDate and change the data so this rule is satisfied.

Technical context
ubl-invoice:Invoice[cac:InvoicePeriod/cbc:EndDate]/cac:InvoiceLine/cac:InvoicePeriod/cbc:EndDate | ubl-creditnote:CreditNote[cac:InvoicePeriod/cbc:EndDate]/cac:CreditNoteLine/cac:InvoicePeriod/cbc:EndDate
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official Peppol BIS validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:Price/cbc:BaseQuantity[@unitCode] and change the data so this rule is satisfied.

Technical context
cac:Price/cbc:BaseQuantity[@unitCode]
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //*[ends-with(name(), 'Amount') and not(ends-with(name(),'PriceAmount')) and not(ancestor::cac:Price/cac:AllowanceCharge)] and change the data so this rule is satisfied.

Technical context
//*[ends-with(name(), 'Amount') and not(ends-with(name(),'PriceAmount')) and not(ancestor::cac:Price/cac:AllowanceCharge)]
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //*[ends-with(name(), 'BinaryObject')] and change the data so this rule is satisfied.

Technical context
//*[ends-with(name(), 'BinaryObject')]
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open //*[ends-with(name(), 'BinaryObject')] and change the data so this rule is satisfied.

Technical context
//*[ends-with(name(), 'BinaryObject')]
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:BillingReference and change the data so this rule is satisfied.

Technical context
cac:BillingReference
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:BillingReference and change the data so this rule is satisfied.

Technical context
cac:BillingReference
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PayeeParty and change the data so this rule is satisfied.

Technical context
cac:PayeeParty
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PayeeParty and change the data so this rule is satisfied.

Technical context
cac:PayeeParty
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PayeeParty and change the data so this rule is satisfied.

Technical context
cac:PayeeParty
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxRepresentativeParty and change the data so this rule is satisfied.

Technical context
cac:TaxRepresentativeParty
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxRepresentativeParty and change the data so this rule is satisfied.

Technical context
cac:TaxRepresentativeParty
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:Delivery and change the data so this rule is satisfied.

Technical context
cac:Delivery
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PaymentMeans and change the data so this rule is satisfied.

Technical context
cac:PaymentMeans
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PaymentMeans and change the data so this rule is satisfied.

Technical context
cac:PaymentMeans
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:PaymentMeans and change the data so this rule is satisfied.

Technical context
cac:PaymentMeans
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator = false()] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator = false()]
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AllowanceCharge[cbc:ChargeIndicator = true()] and change the data so this rule is satisfied.

Technical context
cac:AllowanceCharge[cbc:ChargeIndicator = true()]
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:TaxSubtotal and change the data so this rule is satisfied.

Technical context
cac:TaxSubtotal
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AdditionalDocumentReference and change the data so this rule is satisfied.

Technical context
cac:AdditionalDocumentReference
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AccountingSupplierParty/cac:Party and change the data so this rule is satisfied.

Technical context
cac:AccountingSupplierParty/cac:Party
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:AdditionalDocumentReference and change the data so this rule is satisfied.

Technical context
cac:AdditionalDocumentReference
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open /ubl:Invoice | /cn:CreditNote and change the data so this rule is satisfied.

Technical context
/ubl:Invoice | /cn:CreditNote
Open rule detail
Why it happens

This rule comes from the official UBL syntax validation artefacts and keeps invoices interoperable across systems.

How to fix

Open cac:InvoiceLine | cac:CreditNoteLine and change the data so this rule is satisfied.

Technical context
cac:InvoiceLine | cac:CreditNoteLine
Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail
Why it happens

This rule comes from the official Peppol BIS v1.10 Excel catalogue published by the Slovak Financial Administration. This public card is source-imported and awaits a detailed human-written explanation.

How to fix

Check the field or XML structure mentioned by the rule, fix the source export and validate the invoice again. A detailed remediation guide will be added according to real-world error frequency.

Open rule detail