Openbravo Issue Tracking System - POS2
View Issue Details
0057492POS2POSpublic2024-12-19 08:262025-02-27 20:07
Rajesh_18 
Rajesh_18 
highmajoralways
closedfixed 
5
 
25Q1 
approved
No
Production - Confirmed Stable
2024-11-20
24Q4
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c66cb8512ccbc1fb546aa66122cdcdf3c65e54d9 [^]
No
0057492: Splitting coins and bills in count window , The coins and bills amount is not correctly set in the state
Splitting coins and bills in count window , The coins and bills amount is not correctly set in the state
Go to count step
Click split input
Type 1000 in coins input
Now type amount in notes

The amount is not set
No tags attached.
caused by defect 0053127 closed Rajesh_18 [23Q3] In the Cash Up process, the automatic formatting of counting the payment methods amounts is not consistent 
Issue History
2024-12-19 08:26Rajesh_18New Issue
2024-12-19 08:26Rajesh_18Assigned To => Rajesh_18
2024-12-19 08:26Rajesh_18OBNetwork customer => No
2024-12-19 08:26Rajesh_18Regression level => Production - Confirmed Stable
2024-12-19 08:26Rajesh_18Regression date => 2024-11-20
2024-12-19 08:26Rajesh_18Regression introduced in release => 24Q4
2024-12-19 08:26Rajesh_18Regression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c66cb8512ccbc1fb546aa66122cdcdf3c65e54d9 [^]
2024-12-19 08:26Rajesh_18Triggers an Emergency Pack => No
2024-12-24 05:34hgbotMerge Request Status => open
2024-12-24 05:34hgbotNote Added: 0173654
2024-12-24 06:24Rajesh_18Statusnew => scheduled
2024-12-24 13:22hgbotMerge Request Statusopen => approved
2024-12-24 13:23hgbotResolutionopen => fixed
2024-12-24 13:23hgbotStatusscheduled => closed
2024-12-24 13:23hgbotNote Added: 0173668
2024-12-24 13:23hgbotFixed in Version => 25Q1
2024-12-24 13:23hgbotNote Added: 0173669
2025-02-27 20:07dmitry_mezentsevRelationship addedcaused by 0053127

Notes
(0173654)
hgbot   
2024-12-24 05:34   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3280 [^]
(0173668)
hgbot   
2024-12-24 13:23   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3280 [^]
(0173669)
hgbot   
2024-12-24 13:23   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: fbf5b2199939f4a3e20dd1310fdb96833f144e2e
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 24-12-2024 12:23:13
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/fbf5b2199939f4a3e20dd1310fdb96833f144e2e [^]

Fixed ISSUE-57492: In count window the amount is shown with decimal precision

---
M web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/OpenCashup.test.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/OpenInitialCount.test.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/SelectSafeboxToCount.test.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/OpenCashup.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/OpenInitialCount.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/SelectSafeboxToCount.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/SetCountedAmount.js
---