Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037469Retail ModulesWeb POSpublic2017-12-13 10:352017-12-19 18:57
xabiermerino 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR18Q1 
marvintm
No
0037469: [SERQA 3297] Wrong Cash Up when the user open a till
If, at Terminals and Till status window level we have more than one register without cash up, the application demands a cash up per register when the user try to open the till.
- Log into a terminal with more than one registers without cash up at Terminals and till status window
- Realize that a cash up needs to be done
- Finish the cash up and try to login again
- Realzie that another cash up needs to be done --> wrong
No tags attached.
Issue History
2017-12-13 10:35xabiermerinoNew Issue
2017-12-13 10:35xabiermerinoAssigned To => Retail
2017-12-13 10:35xabiermerinoResolution time => 1514415600
2017-12-13 10:35xabiermerinoTriggers an Emergency Pack => No
2017-12-13 12:49ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-12-13 12:50ranjith_qualiantech_comStatusnew => scheduled
2017-12-16 08:10hgbotCheckin
2017-12-16 08:10hgbotNote Added: 0101075
2017-12-16 08:14hgbotCheckin
2017-12-16 08:14hgbotNote Added: 0101076
2017-12-16 08:14hgbotStatusscheduled => resolved
2017-12-16 08:14hgbotResolutionopen => fixed
2017-12-16 08:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5093d4efe38e19cc743da7f720d1b79d1dcf5560 [^]
2017-12-16 08:28ranjith_qualiantech_comNote Deleted: 0101076
2017-12-16 08:28ranjith_qualiantech_comStatusresolved => new
2017-12-16 08:28ranjith_qualiantech_comResolutionfixed => open
2017-12-16 08:29ranjith_qualiantech_comStatusnew => scheduled
2017-12-17 18:50hgbotCheckin
2017-12-17 18:50hgbotNote Added: 0101086
2017-12-18 12:17ranjith_qualiantech_comStatusscheduled => resolved
2017-12-18 12:17ranjith_qualiantech_comResolutionopen => fixed
2017-12-19 18:57marvintmReview Assigned To => marvintm
2017-12-19 18:57marvintmStatusresolved => closed
2017-12-19 18:57marvintmFixed in Version => RR18Q1

Notes
(0101075)
hgbot   
2017-12-16 08:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b932f4ca2878148c3dd1d5bfc068c6d6c7181fa6
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sat Dec 16 12:40:23 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b932f4ca2878148c3dd1d5bfc068c6d6c7181fa6 [^]

Related to issue 37469 : Access JSONInfo in TerminalProperties extension

---
M src/org/openbravo/retail/posterminal/term/Terminal.java
---
(0101086)
hgbot   
2017-12-17 18:50   
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 65c9e6ce3c58f0e3cd4a3a4d40f020dfa1da61a3
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sun Dec 17 23:19:55 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/65c9e6ce3c58f0e3cd4a3a4d40f020dfa1da61a3 [^]

Related to issue 37469 : Validate cashup if till is closed in backoffice

* If cashup is done for last till, then we should not consider cashup for other tills which dont have cashup
* If cashup is not done for last 2 tills and its not closed, cashup should be done for both tills

---
M src/org/openbravo/retail/sessions/TerminalProperties.java
---