Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037975Retail ModulesStoreServerpublic2018-02-20 12:282018-02-21 12:03
mtaal 
mtaal 
normalmajorhave not tried
closedfixed 
5
 
RR18Q2 
marvintm
No
0037975: Store Server: when reading cashup from store server, always call CS if online to get latest
The WebPOS calls SS to retrieve the cashup information. If the synchronization from CS to SS is blocked the cashup information in the SS is out of date. Therefore the idea is to always call the CS from the SS to retrieve the latest cashup information and return the latest cashup information to the webpos.
Install multi-server
Start a ticket and submit
See that cashup information is retrieved from the SS
Extend the current cashup service to work multi-server to call the CS if it is online.
No tags attached.
Issue History
2018-02-20 12:28mtaalNew Issue
2018-02-20 12:28mtaalAssigned To => mtaal
2018-02-20 12:28mtaalTriggers an Emergency Pack => No
2018-02-21 09:06hgbotCheckin
2018-02-21 09:06hgbotNote Added: 0102545
2018-02-21 09:06hgbotStatusnew => resolved
2018-02-21 09:06hgbotResolutionopen => fixed
2018-02-21 09:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0de06c4b71a9a91478f8d9e028fd722d2fef0cf8 [^]
2018-02-21 12:03marvintmReview Assigned To => marvintm
2018-02-21 12:03marvintmStatusresolved => closed
2018-02-21 12:03marvintmFixed in Version => RR18Q2

Notes
(0102545)
hgbot   
2018-02-21 09:06   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0de06c4b71a9a91478f8d9e028fd722d2fef0cf8
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Feb 21 09:06:34 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0de06c4b71a9a91478f8d9e028fd722d2fef0cf8 [^]

Fixes issue 37975: Store Server: when reading cashup from store server, always call CS if online to get latest
Always call CS if online

---
M src/org/openbravo/retail/posterminal/master/CashupSynchronized.java
---