Openbravo Issue Tracking System - POS2
View Issue Details
0055739POS2POSpublic2024-06-11 14:352024-09-11 15:26
sofia_rodriguez 
Rajesh_18 
highmajoralways
closedfixed 
5
 
24Q4 
No
0055739: Cash Management Error when withdrawing an amount cashed previously in sales
If no deposit has been done, even if sales in cash have taken place in the till, it isn't possible to withdrawn any amount.

An error pop up "You cannot withdraw more than available" is diplayed even if there is cash in the till from sales.

Is only taking into account the cash deposited as available.

https://drive.google.com/file/d/1iJ0jK-BYubTufuxXrfC3qFIqZl-mYvl2/view?usp=drive_link [^]
1. Log in POS
2. Do a sale in cash of around 50€
3. Go to cash management window
4. Click on "New Withdrawal"
5. Select cash as the payment method and an amount lower than the sale done previously
No tags attached.
Issue History
2024-06-11 14:35sofia_rodriguezNew Issue
2024-06-11 14:35sofia_rodriguezAssigned To => Retail
2024-06-11 14:35sofia_rodriguezTriggers an Emergency Pack => No
2024-06-12 07:18guillermogilStatusnew => acknowledged
2024-06-12 08:29Rajesh_18Assigned ToRetail => Rajesh_18
2024-06-12 08:30Rajesh_18Statusacknowledged => scheduled
2024-06-15 03:49hgbotNote Added: 0165973
2024-09-11 15:26hgbotNote Added: 0169087
2024-09-11 15:26hgbotResolutionopen => fixed
2024-09-11 15:26hgbotStatusscheduled => closed
2024-09-11 15:26hgbotFixed in Version => 24Q4
2024-09-11 15:26hgbotNote Added: 0169088

Notes
(0165973)
hgbot   
2024-06-15 03:49   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2726 [^]
(0169087)
hgbot   
2024-09-11 15:26   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2726 [^]
(0169088)
hgbot   
2024-09-11 15:26   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c2afce96b41dd782feeb81ed7e45d84806bdb07b
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 11-09-2024 15:20:45
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c2afce96b41dd782feeb81ed7e45d84806bdb07b [^]

Fixed ISSUE-55739: Amount can be withdrawn based on sales and starting cash
* with preference "Hide Cash Management Event Info To Cashier" enabled cashier can withdraw the amount based on the sales, returns and starting cash available for the payment method

---
M web-jspack/org.openbravo.pos2/src/components/CashManagement/CashManagementGrid/CashManagementGridFooterContent/CashManagementGridFooterContent.jsx
M web-jspack/org.openbravo.pos2/src/components/CashManagement/CashManagementGrid/CashManagementGridPortraitFooterContent/CashManagementGridPortraitFooterContent.jsx
---