Openbravo Issue Tracking System - POS2
View Issue Details
0047171POS2POSpublic2021-06-17 10:412021-07-03 11:30
jmelin 
AugustoMauch 
urgentmajoralways
closedfixed 
5
 
 
No
0047171: JIRA 2091 - Disable initial count at opening of the till when no payment configured to be counted
If no payment are configured to be counted at initial count of the till/safebox, then skip initial count window (safebox selection must remain mandatory if configured)
1. Connect to POS
2. Select a safebox

=> if no payment configured to be initially counted then skip the process to count at opening
No tags attached.
depends on backport 0047208TAP closed AugustoMauch JIRA 2091 - Disable initial count at opening of the till when no payment configured to be counted 
Issue History
2021-06-17 10:41jmelinNew Issue
2021-06-17 10:41jmelinAssigned To => Retail
2021-06-17 10:41jmelinTriggers an Emergency Pack => No
2021-06-17 17:49dmiguelezStatusnew => acknowledged
2021-06-22 19:34guilleaerResolution time => 1625695200
2021-06-22 19:34guilleaerTypefeature request => defect
2021-06-22 19:36guilleaerStatusacknowledged => scheduled
2021-06-22 19:36guilleaerStatusscheduled => acknowledged
2021-06-24 13:07dmiguelezStatusacknowledged => scheduled
2021-06-24 13:07dmiguelezAssigned ToRetail => marvintm
2021-06-24 17:47dmiguelezAssigned Tomarvintm => AugustoMauch
2021-06-29 16:28hgbotNote Added: 0129954
2021-06-29 16:31hgbotNote Added: 0129955
2021-07-01 14:14hgbotNote Added: 0130066
2021-07-03 11:30hgbotNote Added: 0130118
2021-07-03 11:30hgbotResolutionopen => fixed
2021-07-03 11:30hgbotStatusscheduled => closed
2021-07-03 11:30hgbotNote Added: 0130119

Notes
(0129954)
hgbot   
2021-06-29 16:28   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/584 [^]
(0129955)
hgbot   
2021-06-29 16:31   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/579 [^]
(0130066)
hgbot   
2021-07-01 14:14   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/579 [^]
(0130118)
hgbot   
2021-07-03 11:30   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/584 [^]
(0130119)
hgbot   
2021-07-03 11:30   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: b973cce77df9e9579890df16eb40e5bacfecf0db
Author: Angel Eduardo <angel.gonzalez@smfconsulting.com>
Date: 2021-07-03T11:28:38+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/b973cce77df9e9579890df16eb40e5bacfecf0db [^]

Fixes ISSUE-47171: Avoid showing count step on initial count when there are no payment methods that needs to be initially counted

---
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
M web-jspack/org.openbravo.pos2/src/components/InitialCountWindow/InitialCountWindow.jsx
M web-jspack/org.openbravo.pos2/src/components/InitialCountWindow/__test__/InitialCountWindow.test.jsx
M web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/cashup/SelectSafeboxToCount.js
---