Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044557Retail ModulesWeb POSpublic2020-06-18 12:172020-07-28 11:43
Leyre 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR20Q1.3RR20Q1.3 
adrianromero
Production - Confirmed Stable
2019-11-06
RR20Q1
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4369b93ea8521399ca95e53ce68e2187ea037a03 [^]
No
0044557: Incorrect cash-up values: "Total to Keep" and "Total to Deposit".
Incorrect cash-up values: "Total to Keep" and "Total to Deposit".
Backend:
https://livebuilds.openbravo.com/retail_pi_pgsql/ [^]

1. Configure the payment methods of a Touchpoint Type -> Cash Up section(see attached image backend.png):
   Count Payment in Cash Up = Y
   Automate Movement to Other Account = Y
   Allow Not to Move = Y
   Rest of the fields = N

Web POS:
https://livebuilds.openbravo.com/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^]

1. Open a Touchpoint, which belongs to the previous Touchpoint Type.
2. Finish and pay a receipt. In our example: product price = 254.10 and payment method = cash.
3. Cash up

Actual result: See attached image webpos.png and verify that the Total to Keep = 0.00 and the Total to Deposit = 254.10

Expected result: Total to Keep = 254.10 and Total to Deposit = 0.00.
No tags attached.
blocks defect 0044410 closed ranjith_qualiantech_com Incorrect cash-up values: "Total to Keep" and "Total to Deposit". 
Issue History
2020-07-06 07:56marvintmTypedefect => backport
2020-07-06 07:56marvintmTarget Version => RR20Q1.3
2020-07-10 08:27hgbotResolutionopen => fixed
2020-07-10 08:27hgbotStatusscheduled => resolved
2020-07-10 08:27hgbotNote Added: 0121387
2020-07-22 18:51adrianromeroReview Assigned To => adrianromero
2020-07-22 18:51adrianromeroNote Added: 0121568
2020-07-22 18:51adrianromeroStatusresolved => closed
2020-07-28 11:43shuehnerFixed in Version => RR20Q1.3

Notes
(0121387)
hgbot   
2020-07-10 08:27   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 9957d785b9fa2b1420b535faa243d66140fe974d
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-07-10T11:57:22+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/9957d785b9fa2b1420b535faa243d66140fe974d [^]

Fixed issue-44557: Payment method counted should be used to update the qtyToKeep

* If CountCash is not configured for Payment method, then qtyToKeep will be updated by counted instead of foreignCounted

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
---
(0121568)
adrianromero   
2020-07-22 18:51   
Verified