Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035469Retail ModulesSessionspublic2017-03-09 15:202018-10-22 15:51
guillermogil 
jorge-garcia 
highmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0035469: Open Till does not take into account more than 1 Cash Method
Open Till does not take into account more than 1 Cash Method.
It just do it once instead all defined.
Install Sessions
Configure Cash and USA Cash as Initial Count cash = Y, Cash = Y and Count Cash = Y
Do an Open till and notice that you count only one Payment Method.

If you do a Cash Up you will see that you Count Cash twice.
No tags attached.
Issue History
2017-03-09 15:20guillermogilNew Issue
2017-03-09 15:20guillermogilAssigned To => Retail
2017-03-09 15:20guillermogilResolution time => 1490824800
2017-03-09 15:20guillermogilTriggers an Emergency Pack => No
2017-03-13 12:28jorge-garciaStatusnew => scheduled
2017-03-13 12:28jorge-garciaAssigned ToRetail => jorge-garcia
2017-03-14 16:26jorge-garciaTypedefect => design defect
2017-03-23 08:42hgbotCheckin
2017-03-23 08:42hgbotNote Added: 0095520
2017-03-23 08:42hgbotStatusscheduled => resolved
2017-03-23 08:42hgbotResolutionopen => fixed
2017-03-23 08:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/fa3e03d79b31d40de9c93903dc4deffda7ccc62c [^]
2017-03-29 18:10marvintmReview Assigned To => marvintm
2017-03-29 18:10marvintmStatusresolved => closed
2017-03-29 18:10marvintmFixed in Version => RR17Q2
2018-10-22 15:51hgbotCheckin
2018-10-22 15:51hgbotNote Added: 0107489

Notes
(0095520)
hgbot   
2017-03-23 08:42   
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: fa3e03d79b31d40de9c93903dc4deffda7ccc62c
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Mar 21 17:51:24 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/fa3e03d79b31d40de9c93903dc4deffda7ccc62c [^]

Fixed issue 35469: Open Till does not take into account more than one
Cash Method

Now OpenTill accepts one or more payment methods set as cash and set
also as initial Count Cash. Open Session accepts also to have no
payment method with this configuration.

---
M web/org.openbravo.retail.sessions/js/countcash/countcash-model.js
M web/org.openbravo.retail.sessions/js/countcash/countcash.js
M web/org.openbravo.retail.sessions/js/countcash/tabcountcash.js
---
(0107489)
hgbot   
2018-10-22 15:51   
Repository: tools/automation/pi-mobile
Changeset: 33e74fcb84e7e0e204aabbad9f5142758087a390
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Oct 17 15:06:52 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/33e74fcb84e7e0e204aabbad9f5142758087a390 [^]

Related to issue 35469: added automated test

---
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I35469_VerifyCashMethodsInOpenTill.java
---