Openbravo Issue Tracking System - POS2
View Issue Details
0048398POS2POSpublic2022-01-13 17:502022-02-24 13:32
cberner 
sntgreale 
normalminorhave not tried
closedfixed 
5
 
 
No
0048398: Safebox selected for initial count should appear in the counting multistep title
The count step in the initial count should also include in the title the safebox we selected for counting, when safeboxes are configured.

In the title, it would be nice to have something like this: "Step 3 of 3: Set Available Cash for safebox: <safebox name>", where <safebox name> is the safebox that has been selected in the previous step.

Check the provided gif for more context.
1. Setup safeboxes in backend by following this steps:
1.1 Login backend as White Valley Group Admin and go to Channel - Touchpoint Type window
1.2 Select "POS2SD VBS POS2 Terminal Type" record and check "Use Safe Box" mark in "Openbravo POS Terminal Configuration"
1.3 Save record and click on subtab "Payment Method" -> Select "Cash" and check "Defined in Safebox". Save after this change.
2. Open WebPOS and login. If not already done, do a cashup and login again.
3. Login and follow the steps of the initial count. Select a safebox and check that there's no indication which safebox we are counting from.
No tags attached.
related to defect 0048345 closed sntgreale CSS style of Skip button on select safebox process is wrong 
gif should include safebox selected.gif (95,740) 2022-01-13 17:52
https://issues.openbravo.com/file_download.php?file_id=16513&type=bug
gif
Issue History
2022-01-13 17:50cbernerNew Issue
2022-01-13 17:50cbernerAssigned To => Retail
2022-01-13 17:50cbernerTriggers an Emergency Pack => No
2022-01-13 17:50cbernerRelationship addedrelated to 0048345
2022-01-13 17:52cbernerFile Added: should include safebox selected.gif
2022-01-13 20:36sntgrealeAssigned ToRetail => sntgreale
2022-01-13 20:37sntgrealeStatusnew => scheduled
2022-01-18 20:35hgbotNote Added: 0134369
2022-02-18 12:49hgbotNote Added: 0135127
2022-02-24 13:32hgbotResolutionopen => fixed
2022-02-24 13:32hgbotStatusscheduled => closed
2022-02-24 13:32hgbotNote Added: 0135268
2022-02-24 13:32hgbotNote Added: 0135269
2022-02-24 13:32hgbotNote Added: 0135270
2022-02-24 13:32hgbotNote Added: 0135271

Notes
(0134369)
hgbot   
2022-01-18 20:35   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/690 [^]
(0135127)
hgbot   
2022-02-18 12:49   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/822 [^]
(0135268)
hgbot   
2022-02-24 13:32   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: c365b050efe2ae29ad36419fd77433a4cc0b7836
Author: Santiago Reale <santiago.reale@smfconsulting.es>
Date: 24-02-2022 12:32:50
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/c365b050efe2ae29ad36419fd77433a4cc0b7836 [^]

Fixes ISSUE-48398: Safebox selected for initial count should appear in the counting multistep title

Added an UpdateMultiStepProcessLabelParams function that allows updating the label params and also the step name to include extra parameters to be included in the useLabel function.

---
A web-jspack/org.openbravo.core2/src/model/user-interface/__test__/UpdateMultiStepProcessLabelParams.test.js
A web-jspack/org.openbravo.core2/src/model/user-interface/actions/UpdateMultiStepProcessLabelParams.js
M web-jspack/org.openbravo.core2/src/components/MultiStepProcess/MultiStepProcessTitle/MultiStepProcessTitle.jsx
M web-jspack/org.openbravo.core2/src/model/user-interface/UI.js
---
(0135269)
hgbot   
2022-02-24 13:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/690 [^]
(0135270)
hgbot   
2022-02-24 13:32   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 3daef891b4f2e0cad91398f01d45ff424164a844
Author: Santiago Reale <santiago.reale@smfconsulting.es>
Date: 24-02-2022 12:32:51
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/3daef891b4f2e0cad91398f01d45ff424164a844 [^]

Related to ISSUE-48398: Safebox selected for initial count should appear in the counting multistep title

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/SelectDrawerStep/SelectDrawerStep.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupSteps/SelectDrawerStep/__test__/SelectDrawerStep.test.jsx
---
(0135271)
hgbot   
2022-02-24 13:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/822 [^]