Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044233Retail ModulesCash uppublic2020-05-28 17:192020-06-03 15:35
gsuarez 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
30
RR19Q1.2 
RR20Q3 
marvintm
No
0044233: Total sales in cashup is not correct.
Hi, this is a issue related to issue https://issues.openbravo.com/view.php?id=44086. [^]
The explanation for which it was resolved is not correct. When you try the same steps again with a check to false, the same situation occurs.
0. Check to false the field Count Layaway as Sales in Vall Blanca Store.
1. New layaway for 100$.
  . Cashup in sales terminal (with payment methods) is 0.
2. In sales terminal, the layaway is open and it is canceled with Cancel this Layaway.
  . The cashup in backoffice (tab Cashup History on Touch Point window) is negative. The value is -100$.
  . In tab Payment Method Status Cashup the values are all 0$ and it is fine.
3. Add sales in the sales terminales and the payment is in cash for 200$.
  . Cashup is 100$ (-100$ + 200"). Actually should have been 200$.
  . The values in Payment Method Status Cashup tab are correct. 200$ in cash.
4. Make cashup.
  . The data Openbravo asks for is correct.
  . When the report cashup is printed, the total sales are 100$ and it is incorrect. The report should show 200$.
  . At payment method detail is OK. The report shows 200$ in cash.
No tags attached.
Issue History
2020-05-28 17:19gsuarezNew Issue
2020-05-28 17:19gsuarezAssigned To => Retail
2020-05-28 17:19gsuarezTriggers an Emergency Pack => No
2020-05-28 17:21gsuarezResolution time => 1592431200
2020-06-01 18:51lbressanPrioritynormal => urgent
2020-06-02 20:07ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-06-02 20:08ranjith_qualiantech_comStatusnew => scheduled
2020-06-03 07:20hgbotCheckin
2020-06-03 07:20hgbotNote Added: 0120559
2020-06-03 07:20hgbotStatusscheduled => resolved
2020-06-03 07:20hgbotResolutionopen => fixed
2020-06-03 07:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/da6ea6e6e70d92b7060475d67fe0c6bec91143c8 [^]
2020-06-03 07:20hgbotCheckin
2020-06-03 07:20hgbotNote Added: 0120560
2020-06-03 15:35marvintmReview Assigned To => marvintm
2020-06-03 15:35marvintmStatusresolved => closed
2020-06-03 15:35marvintmFixed in Version => RR20Q3

Notes
(0120559)
hgbot   
2020-06-03 07:20   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: da6ea6e6e70d92b7060475d67fe0c6bec91143c8
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jun 03 10:50:04 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/da6ea6e6e70d92b7060475d67fe0c6bec91143c8 [^]

Fixed issue-44233 : Cashup Sales should not be updated when cancelling the layaway

* If Org's Count Layaway as sales is disabled and layaway is cancelled, then
  Cashup Sales should not be updated with layaway amount

---
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0120560)
hgbot   
2020-06-03 07:20   
Repository: tools/automation/pi-mobile
Changeset: 91838be7ca4719ea312d290da89f67e7d58e0857
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jun 03 10:50:16 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/91838be7ca4719ea312d290da89f67e7d58e0857 [^]

Verifies issue 44233 : Modified Automated Test I43113_VerifyCountLayawayAsSales

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I43113_VerifyCountLayawayAsSales.java
---