Openbravo Issue Tracking System - Localization Pack: Spain
View Issue Details
0042087Localization Pack: SpainSIIpublic2019-10-22 12:542020-06-16 14:10
psanjuan 
Mery Anelo 
highmajoralways
closedfixed 
30Openbravo Appliance 14.04
 
 
0042087: Martinica country id is not correct in SII
Martinica country id is not correct in SII
n/a
SII module needs to adjust Martinica country code as "FC", currently Core manages it as "MQ". Core has not to be changed but SII modules needs to add the correct code for this country, that is FR.
 
No tags attached.
related to defect 0043884 closed AtulOpenbravo Openbravo ERP Deactivate countries that are regions of France 
Issue History
2019-10-22 12:54psanjuanNew Issue
2019-10-22 12:54psanjuanAssigned To => Opentix-Test
2019-10-22 12:57psanjuanProposed Solution updated
2020-04-23 16:32psanjuanAssigned ToOpentix-Test => Mery Anelo
2020-05-29 10:10vmromanosRelationship addedrelated to 0043884
2020-06-03 23:42Mery AneloNote Added: 0120633
2020-06-03 23:42Mery AneloStatusnew => scheduled
2020-06-05 22:57hgbotCheckin
2020-06-05 22:57hgbotNote Added: 0120715
2020-06-05 22:57hgbotStatusscheduled => resolved
2020-06-05 22:57hgbotResolutionopen => fixed
2020-06-05 22:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.module.sii/rev/26744f6e5836e8e8d283494e8ffab98c706d4e96 [^]
2020-06-05 22:57hgbotCheckin
2020-06-05 22:57hgbotNote Added: 0120716
2020-06-05 22:57hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.module.sii/rev/26744f6e5836e8e8d283494e8ffab98c706d4e96 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.module.sii/rev/09a2db2445010d47f4bad373e5f8086b73f5f133 [^]
2020-06-16 14:10Mery AneloStatusresolved => closed

Notes
(0120633)
Mery Anelo   
2020-06-03 23:42   
Test plan:
- Log as Group Admin Role.
- Create a Business Partner with address in any of the following countries: French Guiana, Guadeloupe or Martinique.
- Create a new invoice for the previously created Business Partner.
- Make sure that the address of the invoice corresponds to one of the countries mentioned (French Guiana, Guadeloupe or Martinique).
- Complete the other data and add lines.
- Complete the invoice.
- Send to the SII and make sure the information is correct. "CodigoPais" is sent with "FR" ISO code.
(0120715)
hgbot   
2020-06-05 22:57   
Repository: erp/pmods/org.openbravo.module.sii
Changeset: 26744f6e5836e8e8d283494e8ffab98c706d4e96
Author: Mery Anelo <mery.anelo <at> smfconsulting.es>
Date: Fri Jun 05 17:52:22 2020 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.sii/rev/26744f6e5836e8e8d283494e8ffab98c706d4e96 [^]

Fixed bug 42087: Format java.

Without changes, the java is simply formatted according to the corresponding indentation.

---
M src/org/openbravo/module/sii/invoicefiles/RegistroLRFacturasRecibidas.java
M src/org/openbravo/module/sii/paymentfiles/IDFacturaPayment.java
M src/org/openbravo/module/sii/utils/SIIUtils.java
---
(0120716)
hgbot   
2020-06-05 22:57   
Repository: erp/pmods/org.openbravo.module.sii
Changeset: 09a2db2445010d47f4bad373e5f8086b73f5f133
Author: Mery Anelo <mery.anelo <at> smfconsulting.es>
Date: Fri Jun 05 17:55:02 2020 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.sii/rev/09a2db2445010d47f4bad373e5f8086b73f5f133 [^]

Fixed bug 42087: Set the correct ISOCode to send SII

If the country is "GF - French Guiana", "GP - Guadeloupe" or "MQ - Martinique", the process sets the correct "CodigoPais" as "FR".

---
M src/org/openbravo/module/sii/invoicefiles/Contraparte.java
M src/org/openbravo/module/sii/invoicefiles/IDFactura.java
M src/org/openbravo/module/sii/invoicefiles/RegistroLRFacturasRecibidas.java
M src/org/openbravo/module/sii/paymentfiles/IDFacturaPayment.java
M src/org/openbravo/module/sii/utils/SIIUtils.java
---