Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039430Retail ModulesCash uppublic2018-10-10 11:422018-10-31 14:39
samuel_nicuesa 
rqueralta 
highmajoralways
closedfixed 
5
pi 
RR19Q1 
marvintm
No
0039430: When you execute cash up in Web Pos and there are open tickets created by other users you cannot see these tickets in the cashup
When you execute cash up in Web Pos and there are open tickets created by other users the cash up is not taking into account these tickets and it is not correct.
[POS]

Login using user 1
Create 1 tickets and leave it open.
Do logout
Login using user 2
Create 1 ticket and pay it
Execute cash up

Notice that the ticket created by user 1 doesn't appear in the cash up and we will need to manage all open tickets.
No tags attached.
Issue History
2018-10-10 11:42samuel_nicuesaNew Issue
2018-10-10 11:42samuel_nicuesaAssigned To => Retail
2018-10-10 11:42samuel_nicuesaResolution time => 1540940400
2018-10-10 11:42samuel_nicuesaTriggers an Emergency Pack => No
2018-10-10 11:59rafarodaIssue Monitored: rafaroda
2018-10-10 15:15rqueraltaAssigned ToRetail => rqueralta
2018-10-10 15:15rqueraltaStatusnew => scheduled
2018-10-17 05:34hgbotCheckin
2018-10-17 05:34hgbotNote Added: 0107349
2018-10-17 05:34hgbotStatusscheduled => resolved
2018-10-17 05:34hgbotResolutionopen => fixed
2018-10-17 05:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/88257879f5d149bd661086f8978f4e059c3ec5f6 [^]
2018-10-22 14:02marvintmReview Assigned To => marvintm
2018-10-22 14:02marvintmStatusresolved => closed
2018-10-22 14:02marvintmFixed in Version => RR19Q1
2018-10-31 14:39hgbotCheckin
2018-10-31 14:39hgbotNote Added: 0107700

Notes
(0107349)
hgbot   
2018-10-17 05:34   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 88257879f5d149bd661086f8978f4e059c3ec5f6
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Fri Oct 12 23:10:34 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/88257879f5d149bd661086f8978f4e059c3ec5f6 [^]

Fixed issue 39430: When you execute cash up in Web Pos and there are open
tickets created by other users you cannot see these tickets in the cashup

- Session filter was removed to retrieve all open orders.
- The new buttons "Bring" and "Bring All" where added to change the old session
id by the new session id into the open orders.
- User name of the old session is shown

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpendingreceipts.js
---
(0107700)
hgbot   
2018-10-31 14:39   
Repository: tools/automation/pi-mobile
Changeset: 6c0ceadb6e3650cac3597824c66d8f5874169bec
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Oct 23 11:50:49 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6c0ceadb6e3650cac3597824c66d8f5874169bec [^]

Related to issue 39430: added automted test

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I39430_VerifyAnotherUserOpenedTicketsInCashUp.java
---