Openbravo Issue Tracking System - POS2
View Issue Details
0051648POS2Corepublic2022-12-20 11:462023-02-24 10:24
dorian_robillard 
radhakrishnan 
urgentmajoralways
closedfixed 
5
 
23Q123Q1 
No
0051648: 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
No tags attached.
blocks defect 0051201 closed radhakrishnan Cash up report : Edition Cash UP reports in HWM POS 2 doesn't count the sales in total withdrawal and deposits 
Issue History
2023-02-20 15:31marvintmTypedefect => backport
2023-02-20 15:31marvintmTarget Version => 23Q1
2023-02-22 11:48marvintmTarget Version23Q1 => 23Q1.1
2023-02-22 13:20priyamIssue Monitored: priyam
2023-02-24 10:17hgbotNote Added: 0146962
2023-02-24 10:23hgbotNote Added: 0146963
2023-02-24 10:23hgbotResolutionopen => fixed
2023-02-24 10:23hgbotStatusscheduled => closed
2023-02-24 10:23hgbotFixed in Version => 23Q1
2023-02-24 10:23hgbotNote Added: 0146964
2023-02-24 10:24marvintmTarget Version23Q1.1 => 23Q1

Notes
(0146962)
hgbot   
2023-02-24 10:17   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1547 [^]
(0146963)
hgbot   
2023-02-24 10:23   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1547 [^]
(0146964)
hgbot   
2023-02-24 10:23   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: d341f89ca2549ad145a4d714741fba90eb541c2e
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 24-02-2023 14:38:49
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/d341f89ca2549ad145a4d714741fba90eb541c2e [^]

Fixed ISSUE-51648: 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
---