-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[14.0][IMP] set INVCONT when needed in XML
Fix for #2094 Co-authored-by: sergiocorato <[email protected]>
- Loading branch information
1 parent
ca0a3b1
commit f114377
Showing
4 changed files
with
149 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 102 additions & 0 deletions
102
l10n_it_fatturapa_out/tests/data/IT06363391001_00013.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<ns1:FatturaElettronica | ||
xmlns:ns1="http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.2" | ||
versione="FPR12"> | ||
<FatturaElettronicaHeader> | ||
<DatiTrasmissione> | ||
<IdTrasmittente> | ||
<IdPaese>IT</IdPaese> | ||
<IdCodice>06363391001</IdCodice> | ||
</IdTrasmittente> | ||
<ProgressivoInvio>00013</ProgressivoInvio> | ||
<FormatoTrasmissione>FPR12</FormatoTrasmissione> | ||
<CodiceDestinatario>XXXXXXX</CodiceDestinatario> | ||
<ContattiTrasmittente> | ||
<Telefono>06543534343</Telefono> | ||
<Email>[email protected]</Email> | ||
</ContattiTrasmittente> | ||
</DatiTrasmissione> | ||
<CedentePrestatore> | ||
<DatiAnagrafici> | ||
<IdFiscaleIVA> | ||
<IdPaese>IT</IdPaese> | ||
<IdCodice>06363391001</IdCodice> | ||
</IdFiscaleIVA> | ||
<Anagrafica> | ||
<Denominazione>YourCompany</Denominazione> | ||
</Anagrafica> | ||
<RegimeFiscale>RF01</RegimeFiscale> | ||
</DatiAnagrafici> | ||
<Sede> | ||
<Indirizzo>Via Milano, 1</Indirizzo> | ||
<CAP>00100</CAP> | ||
<Comune>Roma</Comune> | ||
<Provincia>AK</Provincia> | ||
<Nazione>IT</Nazione> | ||
</Sede> | ||
<Contatti> | ||
<Telefono>06543534343</Telefono> | ||
<Email>[email protected]</Email> | ||
</Contatti> | ||
</CedentePrestatore> | ||
<CessionarioCommittente> | ||
<DatiAnagrafici> | ||
<IdFiscaleIVA> | ||
<IdPaese>LV</IdPaese> | ||
<IdCodice>40003844254</IdCodice> | ||
</IdFiscaleIVA> | ||
<Anagrafica> | ||
<Denominazione>B2B Customer Intra</Denominazione> | ||
</Anagrafica> | ||
</DatiAnagrafici> | ||
<Sede> | ||
<Indirizzo>Frankfurt Strasse, 1</Indirizzo> | ||
<CAP>00000</CAP> | ||
<Comune>Frankfurt</Comune> | ||
<Provincia>EE</Provincia> | ||
<Nazione>LV</Nazione> | ||
</Sede> | ||
</CessionarioCommittente> | ||
</FatturaElettronicaHeader> | ||
<FatturaElettronicaBody> | ||
<DatiGenerali> | ||
<DatiGeneraliDocumento> | ||
<TipoDocumento>TD01</TipoDocumento> | ||
<Divisa>EUR</Divisa> | ||
<Data>2020-01-07</Data> | ||
<Numero>INV/2020/0013</Numero> | ||
<ImportoTotaleDocumento>10.00</ImportoTotaleDocumento> | ||
<Art73>SI</Art73> | ||
</DatiGeneraliDocumento> | ||
</DatiGenerali> | ||
<DatiBeniServizi> | ||
<DettaglioLinee> | ||
<NumeroLinea>1</NumeroLinea> | ||
<Descrizione>Mouse Optical</Descrizione> | ||
<Quantita>1.000</Quantita> | ||
<UnitaMisura>Unit(s)</UnitaMisura> | ||
<PrezzoUnitario>10.00000</PrezzoUnitario> | ||
<PrezzoTotale>10.00</PrezzoTotale> | ||
<AliquotaIVA>0.00</AliquotaIVA> | ||
<Natura>N2.1</Natura> | ||
<AltriDatiGestionali> | ||
<TipoDato>INVCONT</TipoDato> | ||
</AltriDatiGestionali> | ||
</DettaglioLinee> | ||
<DatiRiepilogo> | ||
<AliquotaIVA>0.00</AliquotaIVA> | ||
<Natura>N2.1</Natura> | ||
<ImponibileImporto>10.00</ImponibileImporto> | ||
<Imposta>0.00</Imposta> | ||
<RiferimentoNormativo>Not subject to VAT law</RiferimentoNormativo> | ||
</DatiRiepilogo> | ||
</DatiBeniServizi> | ||
<DatiPagamento> | ||
<CondizioniPagamento>TP02</CondizioniPagamento> | ||
<DettaglioPagamento> | ||
<ModalitaPagamento>MP05</ModalitaPagamento> | ||
<DataScadenzaPagamento>2020-02-29</DataScadenzaPagamento> | ||
<ImportoPagamento>10.00</ImportoPagamento> | ||
</DettaglioPagamento> | ||
</DatiPagamento> | ||
</FatturaElettronicaBody> | ||
</ns1:FatturaElettronica> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters