Openbravo Issue Tracking System - Modules
View Issue Details
0044798ModulesIntrastatpublic2020-08-12 16:422020-09-11 12:40
shuehner 
Mery Anelo 
normalminorhave not tried
closedfixed 
5
 
 
0044798: INTR_SE_IntrastatLauncher is an old-style callout and should be refactored to use SimpleCallout
This callout is one of the few ones left over not not refactored to be SimpleCallout (issue 36067 refactored every supported module except a few one).

product/pmods/org.openbravo.module.intrastat/src/org/openbravo/module/intrastat/erpCommon/ad_callouts/INTR_SE_IntrastatLauncher.java: result.append("var respuesta = new Array( \n");

No tags attached.
blocks design defect 0044795 new Triage Omni OMS Openbravo ERP Tracking issue to refactor remaining old callouts to extend SimpleCallout 
Issue History
2020-08-12 16:42shuehnerNew Issue
2020-08-12 16:42shuehnerAssigned To => Jorge Bravo
2020-08-12 16:42shuehnerIssue generated from0044797
2020-08-12 16:43shuehnerRelationship addedblocks 0044795
2020-08-12 16:44shuehnerIssue cloned0044799
2020-08-14 14:27Jorge BravoAssigned ToJorge Bravo => Mery Anelo
2020-09-05 03:06Mery AneloNote Added: 0122697
2020-09-05 03:06Mery AneloStatusnew => scheduled
2020-09-11 02:52hgbotNote Added: 0122931
2020-09-11 12:40hgbotNote Added: 0122967
2020-09-11 12:40hgbotResolutionopen => fixed
2020-09-11 12:40hgbotStatusscheduled => closed
2020-09-11 12:40hgbotNote Added: 0122968

Notes
(0122697)
Mery Anelo   
2020-09-05 03:06   
Test plan:
- Login as F&B Internation Group Admin.
- Configure the "Intrastat" module.
- Go to "Intrastat Launcher".
- Select some Organization or Year.
- Check that the years and period correspond to the selected field.
(0122931)
hgbot   
2020-09-11 02:52   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.intrastat/-/merge_requests/1 [^]
(0122967)
hgbot   
2020-09-11 12:40   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.intrastat/-/merge_requests/1 [^]
(0122968)
hgbot   
2020-09-11 12:40   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.intrastat [^]
Changeset: 167833bf6b52d2f18e029bfc6f0209421aad21c7
Author: Mery Anelo <mery.anelo@smfconsulting.es>
Date: 2020-09-11T10:40:33+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.intrastat/-/commit/167833bf6b52d2f18e029bfc6f0209421aad21c7 [^]

Fixed BUG-44798: Removed Callout references in DB

INTR_SE_IntrastatLauncher callout and form removed, callout not used in organization column.
INTR_SE_IntrastatLauncher defined as a Servlet.

---
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
R src-db/database/sourcedata/AD_FORM.xml
---