Openbravo Issue Tracking System - POS2
View Issue Details
0052177POS2POSpublic2023-04-19 13:392023-05-08 07:18
ranjith_qualiantech_com 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
23Q1.323Q1.2 
approved
No
Packaging and release
2022-10-19
23Q1
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/89948ee8b3e269c090d5868aada87e7560f35a5c [^]
No
0052177: Amount to Keep step should be shown in Close Till
Amount to Keep step should be shown in Close Till even there is no sales
Livebuilds pos2 modules
1) Open Store
2) Initial Count Cash (With Amount - 0 for all payment methods)
3) Close Till (without any sales)
4) Only 2 steps (Count Payment method & Post, print & Close) are showing. <-- KO
   Cash to Keep step should be shown

Note: If there is any sales/expected amount, close till without amount to keep. And repeat step from 1 to 4
No tags attached.
blocks defect 0052168 closed ranjith_qualiantech_com Amount to Keep step should be shown in Close Till 
Issue History
2023-04-20 08:05ranjith_qualiantech_comTypedefect => backport
2023-04-20 08:05ranjith_qualiantech_comTarget Version => 23Q1.2
2023-05-03 05:12hgbotNote Added: 0149161
2023-05-04 11:32marvintmTarget Version23Q1.2 => 23Q1.3
2023-05-08 07:18hgbotMerge Request Statusopen => approved
2023-05-08 07:18hgbotResolutionopen => fixed
2023-05-08 07:18hgbotStatusscheduled => closed
2023-05-08 07:18hgbotNote Added: 0149411
2023-05-08 07:18hgbotFixed in Version => 23Q1.2
2023-05-08 07:18hgbotNote Added: 0149412

Notes
(0149161)
hgbot   
2023-05-03 05:12   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1752 [^]
(0149411)
hgbot   
2023-05-08 07:18   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1752 [^]
(0149412)
hgbot   
2023-05-08 07:18   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 9cda876b854e573e25861e3b7f1622b664ba9341
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 08-05-2023 05:18:38
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/9cda876b854e573e25861e3b7f1622b664ba9341 [^]

Fixed ISSUE-52177: CashToKeep step should be shown in Close Till
* If "Allow Cash to Keep" is configured for payment methods, then
  CashToKeep step should be shown in Close Till even there is no expected amount/sales
* If noncash payment method has "Automate movement to Other Account" checked,
  then it should be shown in KeepAmount step of cashup

---
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/PostPrintAndCloseStep/utils/getCashupData.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/OpenCashup.js
---