Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048025Retail ModulesWeb POSpublic2021-11-10 09:552022-01-19 13:27
shuehner 
rqueralta 
normalminorhave not tried
closedfixed 
5
 
RR22Q2 
No
0048025: Remove obsolete usage of MultiServerJSONProcess (storeserver) from posterminal module
The IsOrderCancelled class extends the MultiServerJSONProcess which is part of the obsolete storeserver project.

Any use of it should be removed.

grep -r MultiServerJSONProcess
Probably
- Extend JSONProcessSimple instead
- Adjust
    protected JSONObject execute(JSONObject json) {
  to be
    public JSONObject exec(JSONObject json) {
- protected void createArchiveEntry
  Remove and replace by equivalent in the matching ImportEntryProcessor
No tags attached.
related to defect 0048024 closed rqueralta Remove obsolete usage of MultiServerJSONProcess (storeserver) from giftcards module 
related to defect 0048429 closed Retail API Change: Removed MultiServerJSONProcess usage from retail.posterminal module 
blocks defect 0048220 closed rqueralta mobile:core: Delete the MultiServerJSONProcess class which is part of obsolete storeserver code. 
Issue History
2021-11-10 09:55shuehnerNew Issue
2021-11-10 09:55shuehnerAssigned To => Retail
2021-11-10 09:55shuehnerTriggers an Emergency Pack => No
2021-11-10 09:55shuehnerIssue generated from0048024
2021-11-10 09:55shuehnerRelationship addedrelated to 0048024
2021-11-10 09:55shuehnerRelationship addedblocks 0048000
2021-12-10 13:36shuehnerRelationship addedblocks 0048220
2021-12-10 13:37shuehnerRelationship deletedblocks 0048000
2021-12-17 00:29rqueraltaAssigned ToRetail => rqueralta
2021-12-17 00:29rqueraltaStatusnew => scheduled
2022-01-19 05:41hgbotNote Added: 0134370
2022-01-19 13:27hgbotResolutionopen => fixed
2022-01-19 13:27hgbotStatusscheduled => closed
2022-01-19 13:27hgbotNote Added: 0134387
2022-01-19 13:27hgbotFixed in Version => RR22Q2
2022-01-19 13:27hgbotNote Added: 0134388
2022-01-19 14:00marvintmRelationship addedrelated to 0048429

Notes
(0134370)
hgbot   
2022-01-19 05:41   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/692 [^]
(0134387)
hgbot   
2022-01-19 13:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/692 [^]
(0134388)
hgbot   
2022-01-19 13:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 0ecac1c54dcc68620f447c23e13dc65c2c949cca
Author: Rafael Queralta <rafaelcuba81@gmail.com>
Date: 19-01-2022 12:27:20
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/0ecac1c54dcc68620f447c23e13dc65c2c949cca [^]

Fixed BUG-48025: Removed obsolete usage of MultiServerJSONProcess

---
M src/org/openbravo/retail/posterminal/process/IsOrderCancelled.java
---