Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056950Retail ModulesRetail Configurationpublic2024-10-31 15:422024-11-06 15:32
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
 
RR25Q1 
No
0056950: Remove obsolete (demo) ZohoReports servlet from org.openbravo.retail.config
That Servlet:
- has an ad_process but its not referenced in any menu or button
- loads a hardcoded zoho reports URL
- which seems not (or no longer acessible)
- Code was added in 2012 with a comment
  "Adds a report that displays a Zoho chart"
  "This code is part of a demo, and should not be taken as an example on how to implement a report"

With all that looks like just obsolete / dead code which could/should be removed.
-
No tags attached.
blocks feature request 0057210 new Triage Platform Base Openbravo ERP Move content of org.openbravo.retail.config module to backoffice/core repo 
Issue History
2024-10-31 15:42shuehnerNew Issue
2024-10-31 15:42shuehnerAssigned To => Retail
2024-10-31 15:42shuehnerTriggers an Emergency Pack => No
2024-10-31 15:47shuehnerAssigned ToRetail => shuehner
2024-10-31 16:01hgbotNote Added: 0171236
2024-11-03 10:53hgbotNote Added: 0171249
2024-11-03 10:57hgbotNote Added: 0171250
2024-11-06 15:32hgbotNote Added: 0171557
2024-11-06 15:32hgbotNote Added: 0171558
2024-11-06 15:32hgbotNote Added: 0171559
2024-11-06 15:32hgbotNote Added: 0171560
2024-11-06 15:32hgbotResolutionopen => fixed
2024-11-06 15:32hgbotStatusnew => closed
2024-11-06 15:32hgbotFixed in Version => RR25Q1
2024-11-06 15:32hgbotNote Added: 0171561
2024-11-06 15:32hgbotNote Added: 0171562
2024-11-20 16:09shuehnerRelationship addedblocks 0057210

Notes
(0171236)
hgbot   
2024-10-31 16:01   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.config/-/merge_requests/25 [^]
(0171249)
hgbot   
2024-11-03 10:53   
Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/merge_requests/177 [^]
(0171250)
hgbot   
2024-11-03 10:57   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-api/-/merge_requests/30 [^]
(0171557)
hgbot   
2024-11-06 15:32   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-api/-/merge_requests/30 [^]
(0171558)
hgbot   
2024-11-06 15:32   
Repository: https://gitlab.com/openbravo/ci/mobile-api [^]
Changeset: 26763dede268f15d2a9f3485ef920ee7312dc501
Author: Stefan Huehner <s.huehner@orisha.com>
Date: 03-11-2024 11:05:16
URL: https://gitlab.com/openbravo/ci/mobile-api/-/commit/26763dede268f15d2a9f3485ef920ee7312dc501 [^]

ISSUE-56950. Remove old/obsolete demo servlet called ZohoReports

---
M java/reference/java.japi.gz
M model/modules/org.openbravo.retail.config/src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M model/modules/org.openbravo.retail.config/src-db/database/sourcedata/AD_PROCESS.xml
R model/modules/org.openbravo.retail.config/src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
---
(0171559)
hgbot   
2024-11-06 15:32   
Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata [^]
Changeset: e4bf95372a2076f3237f82203c951cb53d9c4058
Author: Stefan Huehner <s.huehner@orisha.com>
Date: 06-11-2024 15:24:14
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/commit/e4bf95372a2076f3237f82203c951cb53d9c4058 [^]

ISSUE-56950. Remove old/obsolete demo servlet called ZohoReports

Remove ad_process_access entry for the removed process.

---
M referencedata/sampledata/The_White_Valley_Group/AD_PROCESS_ACCESS.xml
---
(0171560)
hgbot   
2024-11-06 15:32   
Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/merge_requests/177 [^]
(0171561)
hgbot   
2024-11-06 15:32   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.config [^]
Changeset: 94cd046c329b05fdf03bdef5c1e55e133d5ebab0
Author: Stefan Huehner <s.huehner@orisha.com>
Date: 06-11-2024 15:31:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.config/-/commit/94cd046c329b05fdf03bdef5c1e55e133d5ebab0 [^]

Fixes ISSUE-56950. Remove old/obsolete demo servlet called ZohoReports

That was added in 2012 with a note inside the java saying 'for demo
purposes only'
Now in 2024:
- The hardcoded URL it loads does not show any data
- There's no reference to the ad_process (i.e. menu or button)

=> Remove it as old/obsolete demo code.

---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_PROCESS.xml
R src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
R src/org/openbravo/retail/config/ad_reports/ZohoReports.java
---
(0171562)
hgbot   
2024-11-06 15:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.config/-/merge_requests/25 [^]