Openbravo Issue Tracking System - POS2
View Issue Details
0051201POS2Corepublic2022-12-20 11:462023-02-20 15:31
dorian_robillard 
radhakrishnan 
urgentmajoralways
closedfixed 
5
 
23Q2 
marvintm
No
0051201: Cash up report : Edition Cash UP reports in HWM POS 2 doesn't count the sales in total withdrawal and deposits
Edition Cash UP reports in HWM POS 2 doesn't count the sales in total withdrawal and deposits.

In POS1, it is counted in total withdrawal and deposits
I do a sale with a payment method with count in cash up=Yes
FASH
depends on backport 005164823Q1 closed radhakrishnan Cash up report : Edition Cash UP reports in HWM POS 2 doesn't count the sales in total withdrawal and deposits 
png Cash up_report2.png (168,769) 2022-12-20 11:46
https://issues.openbravo.com/file_download.php?file_id=17960&type=bug
png
Issue History
2022-12-20 11:46dorian_robillardNew Issue
2022-12-20 11:46dorian_robillardAssigned To => Triage Platform Base
2022-12-20 11:46dorian_robillardFile Added: Cash up_report2.png
2022-12-20 11:46dorian_robillardTriggers an Emergency Pack => No
2022-12-22 06:51rafarodaPriorityhigh => urgent
2022-12-22 06:51rafarodaTag Attached: FASH
2022-12-22 14:28AugustoMauchAssigned ToTriage Platform Base => Retail
2022-12-30 09:57radhakrishnanAssigned ToRetail => radhakrishnan
2022-12-30 09:57radhakrishnanStatusnew => scheduled
2023-02-14 05:48hgbotNote Added: 0146497
2023-02-14 08:06hgbotResolutionopen => fixed
2023-02-14 08:06hgbotStatusscheduled => closed
2023-02-14 08:06hgbotNote Added: 0146500
2023-02-14 08:06hgbotFixed in Version => 23Q2
2023-02-14 08:06hgbotNote Added: 0146501
2023-02-20 15:31marvintmStatusclosed => new
2023-02-20 15:31marvintmResolutionfixed => open
2023-02-20 15:31marvintmFixed in Version23Q2 =>
2023-02-20 15:31marvintmStatusnew => scheduled
2023-02-20 15:31marvintmStatusscheduled => resolved
2023-02-20 15:31marvintmFixed in Version => 23Q2
2023-02-20 15:31marvintmResolutionopen => fixed
2023-02-20 15:31marvintmReview Assigned To => marvintm
2023-02-20 15:31marvintmStatusresolved => closed

Notes
(0146497)
hgbot   
2023-02-14 05:48   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1523 [^]
(0146500)
hgbot   
2023-02-14 08:06   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1523 [^]
(0146501)
hgbot   
2023-02-14 08:06   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 7583911785fa9d0e6273686771a1c4ae2808202d
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 13-02-2023 15:46:45
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7583911785fa9d0e6273686771a1c4ae2808202d [^]

Fixed ISSUE-51201: Sales and returns should be calculated
* While doing cashup, the total deposits section should have the total sales
  and total till differences as like as total withdrawal also should have the
  total retuns and total till differences
* If terminal has other payment methods, that payment methods info also should
  present in Total Withdrawals and Deposits

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/PostPrintAndCloseStep/__test__/PostPrintAndCloseStep.test.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/PostPrintAndCloseStep/stories/PostPrintAndCloseStep.stories.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/PostPrintAndCloseStep/utils/getCashupData.js
M web-jspack/org.openbravo.pos2/src/components/Cashup/mock/PaymentMethodsInfoMock3.config.json
---