Openbravo Issue Tracking System - Openbravo Localizations
View Issue Details
0047805Openbravo LocalizationsOtherspublic2021-10-04 13:102022-03-03 14:58
avicente 
adrianromero 
urgentmajoralways
closedfixed 
5
 
 
0047805: Thousands separator used in the EFSTA modules is not correct
The thousands separator used in the EFSTA modules [*] is not correct


[*]
org.openbravo.retail.efstaintegration
org.openbravo.retail.efstaintegration.austria
See video https://watch.screencastify.com/v/DPZY2laniFZ8OtHxva5P [^]
Replace the thousands separator, now is it a “,” and it must be empty. See below an example of the current xml and the target xml:

[*]Current xml

<Tra>
<ESR TL="A.T.U Graz 2" TT="AUT5241P72" D="2021-10-01T09:19:35.884Z" TN="" T="6,936.00">
<PosA>
<Pos PN="1" Dsc="08.B413.11 BREMSSCHEIBE BREMBO" Qty="6" Pri="1,156.00" Amt="6,936.00"/>
</PosA>
<TaxA>
<Tax TaxG="A" Prc="20" Net="5,780.00" TAmt="1,156.00" Amt="6,936.00"/>
</TaxA>
<PayA>
<Pay Dsc="Finanzierung" Amt="6,936.00"/>
</PayA>
</ESR>
</Tra>


[**]Target xml:

<Tra>
<ESR TL="A.T.U Graz 2" TT="AUT5241P72" D="2021-10-01T09:19:35.884Z" TN="" T="6936.00">
<PosA>
<Pos PN="1" Dsc="08.B413.11 BREMSSCHEIBE BREMBO" Qty="6" Pri="1156.00" Amt="6936.00"/>
</PosA>
<TaxA>
<Tax TaxG="A" Prc="20" Net="5780.00" TAmt="1156.00" Amt="6936.00"/>
</TaxA>
<PayA>
<Pay Dsc="Finanzierung" Amt="6936.00"/>
</PayA>
</ESR>
</Tra>
NOR
Issue History
2021-10-04 13:10avicenteNew Issue
2021-10-04 13:10avicenteTag Attached: NOR
2021-10-04 15:26psanjuanAssigned To => adrianromero
2021-10-05 09:51psanjuanNote Added: 0132158
2022-03-03 14:58adrianromeroStatusnew => closed
2022-03-03 14:58adrianromeroResolutionopen => fixed

Notes
(0132158)
psanjuan   
2021-10-05 09:51   
To be fixed by the project team and reviewed by Adrian.