Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0043046 | Openbravo ERP | 07. Sales management | public | 2020-01-29 10:28 | 2020-02-18 12:31 |
|
Reporter | AtulOpenbravo | |
Assigned To | AtulOpenbravo | |
Priority | normal | Severity | trivial | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR20Q2 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0043046: ReportToInvoiceConsignmentJR cleanup |
Description | ReportToInvoiceConsignmentJR is inactive and not used hence could be removed |
Steps To Reproduce | -
|
Proposed Solution | Delete code from this class that is not needed anymore.
Delete dependent code that is not needed neither, like HTML, XML or XSQL files.
Make sure the deleted public API is not consumed in external modules. In case of doubts, do not delete it.
Manage the expected API change. |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | feature request | 0043072 | | closed | AtulOpenbravo | API Change: ReportToInvoiceConsignmentJR Cleanup |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-01-29 10:28 | AtulOpenbravo | New Issue | |
2020-01-29 10:28 | AtulOpenbravo | Assigned To | => AtulOpenbravo |
2020-01-29 10:28 | AtulOpenbravo | OBNetwork customer | => No |
2020-01-29 10:28 | AtulOpenbravo | Modules | => Core |
2020-01-29 10:28 | AtulOpenbravo | Triggers an Emergency Pack | => No |
2020-01-29 10:28 | AtulOpenbravo | Issue generated from | 0043045 |
2020-01-30 12:42 | AtulOpenbravo | Proposed Solution updated | |
2020-01-30 12:42 | AtulOpenbravo | Status | new => scheduled |
2020-01-30 14:47 | AtulOpenbravo | Relationship added | depends on 0043072 |
2020-02-17 13:24 | hgbot | Checkin | |
2020-02-17 13:24 | hgbot | Note Added: 0117854 | |
2020-02-17 13:33 | hgbot | Checkin | |
2020-02-17 13:33 | hgbot | Note Added: 0117857 | |
2020-02-17 13:48 | hgbot | Checkin | |
2020-02-17 13:48 | hgbot | Note Added: 0117859 | |
2020-02-17 14:07 | hgbot | Checkin | |
2020-02-17 14:07 | hgbot | Note Added: 0117862 | |
2020-02-17 14:07 | hgbot | Status | scheduled => resolved |
2020-02-17 14:07 | hgbot | Resolution | open => fixed |
2020-02-17 14:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/afb90bc146c1589800872f68332d2f9b367577a4 [^] |
2020-02-18 12:31 | dmiguelez | Review Assigned To | => dmiguelez |
2020-02-18 12:31 | dmiguelez | Note Added: 0117909 | |
2020-02-18 12:31 | dmiguelez | Status | resolved => closed |
2020-02-18 12:31 | dmiguelez | Fixed in Version | => 3.0PR20Q2 |
Notes |
|
(0117854)
|
hgbot
|
2020-02-17 13:24
|
|
|
|
(0117857)
|
hgbot
|
2020-02-17 13:33
|
|
Repository: erp/pmods/org.openbravo.retail.sampledata
Changeset: 18878c27f5eac6b7a1ec9f4b340dc529b32701c7
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Mon Feb 17 17:55:43 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/18878c27f5eac6b7a1ec9f4b340dc529b32701c7 [^]
Related to BUG 0043046:ReportToInvoiceConsignmentJR cleanup
** Removed references from AD_PROCESS_ACCESS for
process ReportToInvoiceConsignmentJR in Retail
Sample Data module
---
M referencedata/sampledata/The_White_Valley_Group/AD_PROCESS_ACCESS.xml
---
|
|
|
(0117859)
|
hgbot
|
2020-02-17 13:48
|
|
|
|
(0117862)
|
hgbot
|
2020-02-17 14:07
|
|
Repository: erp/devel/pi
Changeset: afb90bc146c1589800872f68332d2f9b367577a4
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Thu Feb 06 08:21:13 2020 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/afb90bc146c1589800872f68332d2f9b367577a4 [^]
Fixes BUG-0043046: ReportToInvoiceConsignmentJR cleanup
Following are the candidates are removed:-
**Class org.openbravo.erpCommon.ad_reports.ReportToInvoiceConsignmentJR
& its associated html, jrxml, xml & xsql files
**AD_MENU: Invoice Consignment Report and its related AD_TREENODE
**AD_MODEL_OBJECT and its AD_MODEL_OBJECT_MAPPING
**AD_PROCESS & related AD_TEXTINTERFACES
**AD_PROCESS_ACCESS from sample data
---
M referencedata/sampledata/F_B_International_Group/AD_PROCESS_ACCESS.xml
M referencedata/sampledata/QA_Testing/AD_PROCESS_ACCESS.xml
M src-db/database/sourcedata/AD_MENU.xml
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_PROCESS.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src-db/database/sourcedata/AD_TREENODE.xml
R src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.html
R src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.java
R src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.jrxml
R src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.xml
R src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment_data.xsql
---
|
|
|
|
|