Riferimento
Esporta MarkdownBR-E-02 La riga esente richiede un identificativo fiscale del venditore
Una fattura con una riga (BG-25) in cui il codice categoria IVA dell’articolo fatturato (BT-151) è "Esente da IVA" (E) 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 disciplina l’esenzione IVA (categoria E): un venditore che applica l’esenzione deve essere identificato fiscalmente affinché l’amministrazione possa verificare l’operazione esente. In pratica l’errore riguarda spesso venditori esenti senza partita IVA in anagrafica, come piccole imprese tedesche ai sensi del § 19 UStG, studi medici o enti di formazione: basta il numero fiscale nazionale in BT-32.
Soluzione
Fornisci almeno un identificativo fiscale del venditore — BT-31, BT-32 o BT-63 — ogni volta che è presente una riga esente (E).
Azioni rapide
Esempi validi
- Riga esente (BT-151 = E) con venditore BT-31 = DE123456789
Esempi non validi
- Riga esente (BT-151 = E) senza alcun BT-31, BT-32 o BT-63 sulla fattura
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>E</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>E</cbc:ID><cbc:Percent>0</cbc:Percent><cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme></cac:ClassifiedTaxCategory>
</cac:Item>
</cac:InvoiceLine>