Openbravo Issue Tracking System - Openbravo Localizations
View Issue Details
0050426Openbravo LocalizationsLocalization Italypublic2022-10-05 17:282022-10-11 12:32
ucarrion 
jetxarri 
highmajoralways
closedfixed 
5
 
 
0050426: Incorrect description in the product name on a eInvoice xml file
Whenever I get an xml file of an invoice to be communicated to SDI, in the lines info we get <DettaglioLinee> where we have the <Descrizione> tag. There we expect to get m_product.name and we're getting m_product.value currently.
-Login an Italian terminal
-Do an invoice
-In the backoffice, run the export process
-Normally you have got an attachment in the c_invoice record
-Open the zip, the xml
-Then check the <Descrizione> tag and check that we're informing the search key of the product instead of the name
Expected value to be inserted on that tag is name instead of the search key.
NOR, NORAUTO
Issue History
2022-10-05 17:28ucarrionNew Issue
2022-10-05 17:28ucarrionAssigned To => psanjuan
2022-10-05 17:29ucarrionTag Attached: NOR
2022-10-05 17:29ucarrionTag Attached: NORAUTO
2022-10-05 17:29ucarrionSummaryIncorrect description in the product name on a eInvoice xml fil => Incorrect description in the product name on a eInvoice xml file
2022-10-10 15:15jetxarriAssigned Topsanjuan => jetxarri
2022-10-10 17:30ucarrionIssue Monitored: remibrunet
2022-10-11 07:08hgbotNote Added: 0141940
2022-10-11 11:31hgbotResolutionopen => fixed
2022-10-11 11:31hgbotStatusnew => closed
2022-10-11 11:31hgbotNote Added: 0141951
2022-10-11 11:31hgbotNote Added: 0141952
2022-10-11 12:32hgbotNote Added: 0141956

Notes
(0141940)
hgbot   
2022-10-11 07:08   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/merge_requests/13 [^]
(0141951)
hgbot   
2022-10-11 11:31   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice [^]
Changeset: f00e5f396941e445485014d1a69bae33576a138e
Author: Javier Etxarri <javier.etxarri@openbravo.com>
Date: 11-10-2022 07:07:34
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/commit/f00e5f396941e445485014d1a69bae33576a138e [^]

Fixed ISSUE-50426: Incorrect description in the product name on a eInvoice xml file. Replace value with name

---
M src/org/openbravo/localization/italy/einvoice/xmlengine/document/ItalyDettaglioLinee.java
---
(0141952)
hgbot   
2022-10-11 11:31   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/merge_requests/13 [^]
(0141956)
hgbot   
2022-10-11 12:32   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice [^]
Changeset: c744fbd74d5f8897c27e002c9d4db5c41ba536a0
Author: Javier Etxarri <javier.etxarri@openbravo.com>
Date: 11-10-2022 12:32:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.italy.einvoice/-/commit/c744fbd74d5f8897c27e002c9d4db5c41ba536a0 [^]

Related to ISSUE-50426: fix tests to put the name and not searchkey

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