-
-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] l10n_it_fatturapa_in: Test price computation with many digits
When price precision is increased during import, the price of the created lines should have been computed using the new precision
- Loading branch information
1 parent
c62d173
commit 9a4f961
Showing
3 changed files
with
114 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<q1:FatturaElettronica xmlns:q1="http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.2" versione="FPR12"> | ||
<FatturaElettronicaHeader> | ||
<DatiTrasmissione> | ||
<IdTrasmittente> | ||
<IdPaese>IT</IdPaese> | ||
<IdCodice>02780790107</IdCodice> | ||
</IdTrasmittente> | ||
<ProgressivoInvio>FPR14</ProgressivoInvio> | ||
<FormatoTrasmissione>FPR12</FormatoTrasmissione> | ||
<CodiceDestinatario>0000000</CodiceDestinatario> | ||
<ContattiTrasmittente> | ||
<Telefono>06543534343</Telefono> | ||
<Email>[email protected]</Email> | ||
</ContattiTrasmittente> | ||
<PECDestinatario>[email protected]</PECDestinatario> | ||
</DatiTrasmissione> | ||
<CedentePrestatore> | ||
<DatiAnagrafici> | ||
<IdFiscaleIVA> | ||
<IdPaese>IT</IdPaese> | ||
<IdCodice>02780790107</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>IT</IdPaese> | ||
<IdCodice>07973780013</IdCodice> | ||
</IdFiscaleIVA> | ||
<CodiceFiscale>07973780013</CodiceFiscale> | ||
<Anagrafica> | ||
<Denominazione>B2B Customer</Denominazione> | ||
</Anagrafica> | ||
</DatiAnagrafici> | ||
<Sede> | ||
<Indirizzo>Via Roma, 1</Indirizzo> | ||
<CAP>16100</CAP> | ||
<Comune>Genova</Comune> | ||
<Provincia>AK</Provincia> | ||
<Nazione>IT</Nazione> | ||
</Sede> | ||
</CessionarioCommittente> | ||
</FatturaElettronicaHeader> | ||
<FatturaElettronicaBody> | ||
<DatiGenerali> | ||
<DatiGeneraliDocumento> | ||
<TipoDocumento>TD01</TipoDocumento> | ||
<Divisa>EUR</Divisa> | ||
<Data>2020-09-30</Data> | ||
<Numero>14481</Numero> | ||
<ImportoTotaleDocumento>81.49</ImportoTotaleDocumento> | ||
</DatiGeneraliDocumento> | ||
</DatiGenerali> | ||
<DatiBeniServizi> | ||
<DettaglioLinee> | ||
<NumeroLinea>1</NumeroLinea> | ||
<Descrizione>Test precisione decimale</Descrizione> | ||
<Quantita>69.00</Quantita> | ||
<PrezzoUnitario>0.968</PrezzoUnitario> | ||
<PrezzoTotale>66.792</PrezzoTotale> | ||
<AliquotaIVA>22.00</AliquotaIVA> | ||
</DettaglioLinee> | ||
<DatiRiepilogo> | ||
<AliquotaIVA>22.00</AliquotaIVA> | ||
<ImponibileImporto>66.79</ImponibileImporto> | ||
<Imposta>14.69</Imposta> | ||
</DatiRiepilogo> | ||
</DatiBeniServizi> | ||
</FatturaElettronicaBody> | ||
</q1: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