Riferimento
Esporta MarkdownBR-Z-02 Una riga a tasso zero richiede un identificativo fiscale del venditore
Una fattura che contiene una riga di fattura (BG-25) il cui codice categoria IVA dell’articolo fatturato (BT-151) è "Tasso zero" deve contenere l’identificativo IVA del venditore (BT-31), l’identificativo di registrazione fiscale del venditore (BT-32) e/o l’identificativo IVA del rappresentante fiscale del venditore (BT-63).
Descrizione del problema
ERRORE
Regola EN 16931 sulla categoria IVA
Contesto e significato
Questa regola EN16931 è la controparte di BR-S-02 per le righe di categoria Z. Un’operazione a tasso zero resta imponibile: il venditore deve quindi essere identificabile come soggetto passivo anche se l’IVA è zero. In pratica l’errore si verifica quando un venditore che fattura soprattutto a tasso zero non ha registrato né partita IVA né codice fiscale nel software di fatturazione.
Soluzione
Fornisci l’identificativo IVA del venditore (BT-31), l’identificativo di registrazione fiscale (BT-32) o l’identificativo IVA del rappresentante fiscale (BT-63) ogni volta che una riga di fattura usa la categoria Z.
Azioni rapide
Esempi validi
- Riga a tasso zero allo 0 % con identificativo IVA venditore DE123456789 presente
Esempi non validi
- Riga a tasso zero allo 0 % ma il venditore non riporta BT-31, BT-32 né BT-63
Esempi di codice
<cac:AccountingSupplierParty>
<cac:Party>
<cac:PartyTaxScheme>
<cbc:CompanyID>DE123456789</cbc:CompanyID>
<cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:PartyTaxScheme>
</cac:Party>
</cac:AccountingSupplierParty>
<cac:InvoiceLine>
<cac:Item>
<cac:ClassifiedTaxCategory><cbc:ID>Z</cbc:ID><cbc:Percent>0</cbc:Percent><cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme></cac:ClassifiedTaxCategory>
</cac:Item>
</cac:InvoiceLine><cac:AccountingSupplierParty>
<cac:Party>
<cac:PartyLegalEntity><cbc:RegistrationName>Seller GmbH</cbc:RegistrationName></cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingSupplierParty>
<cac:InvoiceLine>
<cac:Item>
<cac:ClassifiedTaxCategory><cbc:ID>Z</cbc:ID><cbc:Percent>0</cbc:Percent><cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme></cac:ClassifiedTaxCategory>
</cac:Item>
</cac:InvoiceLine>