Openbravo Issue Tracking System - Modules
View Issue Details
0034895ModulesTax Report Launcherpublic2017-01-10 13:382017-01-13 14:13
vmromanos 
vmromanos 
normalmajoralways
closedfixed 
5
 
 
0034895: Tax Report Launcher window not working since 16Q4
In Tax Report Launcher, once you select an organization, the rest of the fields are not populated.

This behavior is only reproducible starting from 16Q4, where the mappings for callouts are not longer available in web.xml file
Install 390 module and apply to any organization
Go to Tax Report Launcher window, select that organization and verify the rest of the fields are not populated
No tags attached.
related to defect 0034484 closed vmromanos Modules Not possible to select either "Year" and "Period" in Intrastat Launcher window. 
related to defect 0035540 closed alostale Openbravo ERP Traceability Report does not work 
Issue History
2017-01-10 13:38vmromanosNew Issue
2017-01-10 13:38vmromanosAssigned To => vmromanos
2017-01-10 13:39vmromanosRelationship addedrelated to 0034484
2017-01-10 13:53vmromanosStatusnew => scheduled
2017-01-10 14:09hgbotCheckin
2017-01-10 14:09hgbotNote Added: 0093309
2017-01-10 14:09hgbotStatusscheduled => resolved
2017-01-10 14:09hgbotResolutionopen => fixed
2017-01-10 14:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.module.taxreportlauncher/rev/4441b024dad41fcc16a45005c141bc0b45e46a92 [^]
2017-01-10 14:09vmromanosNote Added: 0093310
2017-01-13 14:13psanjuanNote Added: 0093541
2017-01-13 14:13psanjuanStatusresolved => closed
2017-03-20 18:22aferrazRelationship addedrelated to 0035540

Notes
(0093309)
hgbot   
2017-01-10 14:09   
Repository: erp/mods/org.openbravo.module.taxreportlauncher
Changeset: 4441b024dad41fcc16a45005c141bc0b45e46a92
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Jan 10 14:00:31 2017 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.taxreportlauncher/rev/4441b024dad41fcc16a45005c141bc0b45e46a92 [^]

Fixes issue 34895: Tax Report Launcher window not working since 16Q4

In 16Q4 the callout mapping is not included in web.xml file anymore.
The manual window Tax Report Launcher has a non-standard call to a declared callout. Since the mapping is not generated anymore, the java code is never executed and the user is unable to launch the tributary reports.

The fix declares the callout (servlet) in Form window, so a mapping is generated, and thus the java code is properly invoked.
The old callout definition has been removed, so the fix properly works in both before and after 16Q4

---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_MODULE.xml
A src-db/database/sourcedata/AD_FORM.xml
R src-db/database/sourcedata/AD_CALLOUT.xml
---
(0093310)
vmromanos   
2017-01-10 14:09   
Fixed in Tax Report Launcher 1.1.100 (or above)
(0093541)
psanjuan   
2017-01-13 14:13   
Working. Issue can be closed.