Openbravo Issue Tracking System - Openbravo Localizations
View Issue Details
0049328Openbravo LocalizationsLocalization Italypublic2022-05-16 09:552022-07-27 11:00
psanjuan 
igor_trebol 
urgentmajoralways
closedfixed 
30Openbravo Appliance 14.04
 
 
0049328: e-invoice Italy - the field progressivo invio is not properly defined as it must be the sequencial unique file code
The e-invoice field "Progressivo Invio" is not properly defined as it must be the "sequencial unique file code". Currently it has been defined to take the Invoice Number, but this is not correct.

See Spec , pages 10 (Name of the File) and page 14 (point 1.1.2 - ProgressivoInvio)

Estimated in 3 days, as this data is not included in the JSON, but needs to be take from the sequence given to the xml file.
N/A
The e-invoice field "Progressivo Invio" is not properly defined as it must be the "sequencial unique file code". Currently it has been defined to take the Invoice Number, but this is not correct.
NOR
Issue History
2022-05-16 09:55psanjuanNew Issue
2022-05-16 09:55psanjuanAssigned To => psanjuan
2022-05-16 09:56psanjuanAssigned Topsanjuan => rtoledano
2022-05-24 14:22rafarodaTag Attached: NOR
2022-06-14 00:05rafarodaAssigned Tortoledano => psanjuan
2022-06-14 13:00psanjuanAssigned Topsanjuan => vmromanos
2022-06-14 17:31vmromanosAssigned Tovmromanos => Triage Omni OMS
2022-07-12 17:31aferrazAssigned ToTriage Omni OMS => igor_trebol
2022-07-19 14:47psanjuanNote Added: 0139426
2022-07-19 15:32psanjuanNote Added: 0139429
2022-07-22 12:18hgbotNote Added: 0139546
2022-07-26 12:56hgbotNote Added: 0139609
2022-07-26 12:56hgbotResolutionopen => fixed
2022-07-26 12:56hgbotStatusnew => closed
2022-07-26 12:56hgbotNote Added: 0139610
2022-07-27 10:51hgbotNote Added: 0139633
2022-07-27 11:00hgbotNote Added: 0139635
2022-07-27 11:00hgbotNote Added: 0139636

Notes
(0139426)
psanjuan   
2022-07-19 14:47   
Due Date moved to 29/07/2022
(0139429)
psanjuan   
2022-07-19 15:32   
Spec can be found here:
https://docs.google.com/document/d/1Za1KJsTSxVrOjJBcAT7MG5nU1OEkHvpXM28SjDAD1Ws/edit [^]
(0139546)
hgbot   
2022-07-22 12:18   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/merge_requests/7 [^]
(0139609)
hgbot   
2022-07-26 12:56   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/merge_requests/7 [^]
(0139610)
hgbot   
2022-07-26 12:56   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice [^]
Changeset: fcb0a829e90253aaca2097afa91554101370a66a
Author: Igor Trebol <igor.trebol@openbravo.com>
Date: 22-07-2022 13:06:06
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/commit/fcb0a829e90253aaca2097afa91554101370a66a [^]

Fixes ISSUE-49328: Changed xml field progressivoInvio to use the same sequence number as file name

---
M src/org/openbravo/localization/italy/einvoice/edl/EITAInvoiceItemProcessor.java
M src/org/openbravo/localization/italy/einvoice/edl/FileNamer.java
M src/org/openbravo/localization/italy/einvoice/xmlengine/document/ItalyDatiTrasmissione.java
M src/org/openbravo/localization/italy/einvoice/xmlengine/document/ItalyDocument.java
M src/org/openbravo/localization/italy/einvoice/xmlengine/document/ItalyFattureElettronicaHeader.java
---
(0139633)
hgbot   
2022-07-27 10:51   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/merge_requests/8 [^]
(0139635)
hgbot   
2022-07-27 11:00   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/merge_requests/8 [^]
(0139636)
hgbot   
2022-07-27 11:00   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice [^]
Changeset: 440b3c9c4b7424a1070fdf699fa1ce6e3993fee6
Author: Igor Trebol <igor.trebol@openbravo.com>
Date: 27-07-2022 09:00:05
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/commit/440b3c9c4b7424a1070fdf699fa1ce6e3993fee6 [^]

Related to ISSUE-49328: Changed unit tests with the changes for Progressivo Invio

---
M src-test/org/openbravo/localization/italy/einvoice/TestItalyXMLCreationFromJson.java
---