Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036951Retail ModulesWeb POSpublic2017-09-26 10:332017-09-27 16:35
malsasua 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR17Q4 
marvintm
No
0036951: deposit cash management info is wrong in cashup
when a deposit cash management is done, the info is not displayed right in the cashup report: the deposit amount is displayed two times:
. in the deposit cash management amount
. in the cash amount
in POS
. do a sale: total sale 150.5 (payment type: cash)
. do a cash management:
  deposit: Cash deposit - Backoffice transfer to vbs
              amount 50
(see attachment: cashmgmt)

. do a cashup
in cashup report, in depositl section, the amount 50 is displayed two times:
1. "cash - backoffice transfer to vbs" (it is ok)
2. in "cash" payment type (it is wrong)
(see attachment: cashup)
No tags attached.
related to defect 0035810 closed mario_castello cash management info is wrong in cashup 
png cashmgmt.png (190,715) 2017-09-26 10:33
https://issues.openbravo.com/file_download.php?file_id=11096&type=bug
png

png cashup.png (157,744) 2017-09-26 10:33
https://issues.openbravo.com/file_download.php?file_id=11097&type=bug
png
Issue History
2017-09-26 10:33malsasuaNew Issue
2017-09-26 10:33malsasuaAssigned To => Retail
2017-09-26 10:33malsasuaResolution time => 1507154400
2017-09-26 10:33malsasuaTriggers an Emergency Pack => No
2017-09-26 10:33malsasuaFile Added: cashmgmt.png
2017-09-26 10:33malsasuaFile Added: cashup.png
2017-09-26 10:35malsasuaRelationship addedrelated to 0035810
2017-09-26 12:46ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-09-26 12:46ranjith_qualiantech_comStatusnew => scheduled
2017-09-27 08:28hgbotCheckin
2017-09-27 08:28hgbotNote Added: 0099614
2017-09-27 08:28hgbotStatusscheduled => resolved
2017-09-27 08:28hgbotResolutionopen => fixed
2017-09-27 08:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bac94fd60ce3ca579f6bd7218039beb8eed599d8 [^]
2017-09-27 08:29hgbotCheckin
2017-09-27 08:29hgbotNote Added: 0099615
2017-09-27 16:35marvintmReview Assigned To => marvintm
2017-09-27 16:35marvintmStatusresolved => closed
2017-09-27 16:35marvintmFixed in Version => RR17Q4

Notes
(0099614)
hgbot   
2017-09-27 08:28   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bac94fd60ce3ca579f6bd7218039beb8eed599d8
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Sep 27 11:40:23 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bac94fd60ce3ca579f6bd7218039beb8eed599d8 [^]

Fixed issue 36951 : Show totalSale in cashup deposit

* Total Sales should be shown in total deposit Cashup report, in which cashmanagement deposits should not be included

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
---
(0099615)
hgbot   
2017-09-27 08:29   
Repository: tools/automation/pi-mobile
Changeset: 0784f61a60a541c1c72d699e6a0382df6238514c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Sep 27 11:39:59 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0784f61a60a541c1c72d699e6a0382df6238514c [^]

Verifies issue 36951 : Modified test 'I28714_VerifyTotalReturns'

* I28714_VerifyTotalReturnsII
* I30848_CashMgmtRecoverAfterDeletingCache
* Layaway_Cre1Par2Void3

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I28714_VerifyTotalReturns.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I28714_VerifyTotalReturnsII.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/Layaway_Cre1Par2Void3.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I30848_CashMgmtRecoverAfterDeletingCache.java
---