Openbravo Issue Tracking System - Localization Pack: Spain
View Issue Details
0047054Localization Pack: SpainSIIpublic2021-06-10 12:572021-07-19 17:45
vmromanos 
juabaez 
normalmajoralways
closedfixed 
5
 
 
0047054: SII won't compile since Openbravo 21Q3
If you try to compile SII module (org.openbravo.module.sii) installed in Openbravo 21Q3 or above, the following error is thrown:

compileSqlc:
    [javac] Compiling 2444 source files to /home/openbravo/workspaces/dt_sii/openbravo/build/classes
    [javac] /home/openbravo/workspaces/dt_sii/openbravo/modules/org.openbravo.module.sii/src/org/openbravo/module/sii/reports/ProcesoInformeMultiple.java:201: error: doGenerateReport(JSONObject,Map<String,Object>,JSONObject,String) in ProcesoInformeMultiple cannot override doGenerateReport(JSONObject,Map<String,Object>,JSONObject,String) in BaseReportActionHandler
    [javac] private void doGenerateReport(JSONObject result, Map<String, Object> parameters,
    [javac] ^
    [javac] attempting to assign weaker access privileges; was protected
    [javac] 1 error
In an Openbravo environment with 21Q3 or above, try to install the SII module.
The error is raised.
Rename the method name in ProcesoInformeMultiple.java so the SII continues to be compatible with any Openbravo version
No tags attached.
caused by feature request 0046691 closed platform Openbravo ERP Make method doExecute of BaseReportFrontEndActionHandler protected 
has duplicate defect 0051033 closed mgonzalezh Localization Pack: Spain SII won't compile since Openbravo 22Q4 in QA 
Issue History
2021-06-10 12:57vmromanosNew Issue
2021-06-10 12:57vmromanosAssigned To => Jorge Bravo
2021-06-10 12:57vmromanosRelationship addedcaused by 0046691
2021-06-10 13:02vmromanosProposed Solution updated
2021-06-10 14:27Jorge BravoAssigned ToJorge Bravo => juabaez
2021-07-14 16:13juabaezStatusnew => acknowledged
2021-07-14 16:13juabaezStatusacknowledged => scheduled
2021-07-14 17:03hgbotNote Added: 0130480
2021-07-19 17:45hgbotResolutionopen => fixed
2021-07-19 17:45hgbotStatusscheduled => closed
2021-07-19 17:45hgbotNote Added: 0130583
2021-07-19 17:45hgbotNote Added: 0130584
2021-07-19 17:45hgbotNote Added: 0130585
2022-11-30 13:24psanjuanRelationship addedhas duplicate 0051033

Notes
(0130480)
hgbot   
2021-07-14 17:03   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii/-/merge_requests/22 [^]
(0130583)
hgbot   
2021-07-19 17:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii [^]
Changeset: a8bc5d28da6cd3073edb75ce423393a063f44e05
Author: juan baez <juabaez@gmail.com>
Date: 2021-07-14T12:00:36-03:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii/-/commit/a8bc5d28da6cd3073edb75ce423393a063f44e05 [^]

Fixed ISSUE-47054 rename method doGenerateReport in class ProcesoInformeMultiple

Rename this method so the SII continues to be compatible with any Openbravo version

---
M src/org/openbravo/module/sii/reports/ProcesoInformeMultiple.java
---
(0130584)
hgbot   
2021-07-19 17:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii [^]
Changeset: b8330283facd31bc26881177002079a18582b069
Author: juan baez <juabaez@gmail.com>
Date: 2021-07-14T12:01:41-03:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii/-/commit/b8330283facd31bc26881177002079a18582b069 [^]

Fixed ISSUE-47054 update module version

---
M src-db/database/sourcedata/AD_MODULE.xml
---
(0130585)
hgbot   
2021-07-19 17:45   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii/-/merge_requests/22 [^]