Openbravo Issue Tracking System - POS2
View Issue Details
0046563POS2POSpublic2021-05-06 17:182021-06-01 09:07
jcbourgeois 
aferraz 
normalminoralways
closedfixed 
5
 
 
AugustoMauch
No
0046563: JIRA 1826 - Cash Up : values in counting tool are reset
In Counting tool used for both cash up and initial count, values typed by cashiers are reset if the counting tool is used a second time.
1) In Livebuilds, go to Close till menu
2) For cash payment method, open Counting tool
3) Type some values for some coins or notes
4) Validate the window (click on Ok)
5) Total amount of cash is updated with the values entered previously : OK
6) Open again the counting tool
7) The values are reset to 0
=> We should get the values typed previously to avoid to count again all the coins / notes present in the drawer.
No tags attached.
depends on backport 0046918TAP closed aferraz JIRA 1826 - Cash Up : values in counting tool are reset 
png 2021-05-06 17_15_31-Openbravo POS2.png (49,789) 2021-05-06 17:18
https://issues.openbravo.com/file_download.php?file_id=15665&type=bug
png

png 2021-05-06 17_17_51-Openbravo POS2.png (8,843) 2021-05-06 17:18
https://issues.openbravo.com/file_download.php?file_id=15666&type=bug
png

png 2021-05-06 17_18_00-Openbravo POS2.png (49,135) 2021-05-06 17:18
https://issues.openbravo.com/file_download.php?file_id=15667&type=bug
png
Issue History
2021-05-06 17:18jcbourgeoisNew Issue
2021-05-06 17:18jcbourgeoisAssigned To => Retail
2021-05-06 17:18jcbourgeoisFile Added: 2021-05-06 17_15_31-Openbravo POS2.png
2021-05-06 17:18jcbourgeoisTriggers an Emergency Pack => No
2021-05-06 17:18jcbourgeoisFile Added: 2021-05-06 17_17_51-Openbravo POS2.png
2021-05-06 17:18jcbourgeoisFile Added: 2021-05-06 17_18_00-Openbravo POS2.png
2021-05-07 12:55guilleaerStatusnew => acknowledged
2021-05-07 12:55guilleaerTypedefect => feature request
2021-05-10 09:31guilleaerResolution time => 1622844000
2021-05-10 09:31guilleaerTypefeature request => defect
2021-05-14 10:06aferrazStatusacknowledged => scheduled
2021-05-14 10:06aferrazAssigned ToRetail => aferraz
2021-05-19 10:30hgbotNote Added: 0128389
2021-05-26 09:33hgbotResolutionopen => fixed
2021-05-26 09:33hgbotStatusscheduled => closed
2021-05-26 09:33hgbotNote Added: 0128640
2021-05-26 09:33hgbotNote Added: 0128641
2021-06-01 09:06aferrazStatusclosed => new
2021-06-01 09:06aferrazResolutionfixed => open
2021-06-01 09:06aferrazStatusnew => scheduled
2021-06-01 09:07aferrazStatusscheduled => resolved
2021-06-01 09:07aferrazResolutionopen => fixed
2021-06-01 09:07aferrazReview Assigned To => AugustoMauch
2021-06-01 09:07aferrazStatusresolved => closed

Notes
(0128389)
hgbot   
2021-05-19 10:30   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/470 [^]
(0128640)
hgbot   
2021-05-26 09:33   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: b23eb3b838306e75d5ad5bc11236bf682af1b139
Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com>
Date: 2021-05-26T09:26:08+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/b23eb3b838306e75d5ad5bc11236bf682af1b139 [^]

Fixes ISSUE-46563: Keep values counted in Counting Tool

When setting values using the counting tool, those values will be saved and used to initialize the counting tool
the next time is open during the same cashup / safebox count.

---
A web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/SetCountingToolValues.test.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/actions/cashup/SetCountingToolValues.js
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/SelectCashToKeepStep/SelectCashToKeepStep.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CountingToolDialog/CountingTool/CountingTool.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CountingToolDialog/CountingToolDialog.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CountingToolDialog/__test__/CountingToolDialog.test.jsx
M web-jspack/org.openbravo.pos2/src/model/user-interface/UIExtension.js
---
(0128641)
hgbot   
2021-05-26 09:33   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/470 [^]