Openbravo Issue Tracking System - POS2
View Issue Details
0051549POS2POSpublic2023-02-09 11:512023-02-10 12:50
jonae 
jonae 
normalmajorhave not tried
closedfixed 
5
 
23Q2 
QA functional test
2023-02-09
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/2a48cb481bff5b39123d2020ab3a78aefd95afa3 [^]
No
0051549: After closing the store or till the login is showing an error related to the end of the cashup that is wrong
With the till opened in a past date, the action of closing the till or store (cashup) is not managing properly the validation of the closed cashup because when login the system thinks that the cashup is not properly done.
- Store configuration:
  - Automatic business date: true
  - Allow enter POS if different date: false
  - Allow reopen store in same date: false
- Till and store opened in a past date.
- Close the till or store
- Login in
The error attached is shown
No tags attached.
related to feature request 0050230 closed aferraz Retail Modules Implement open/close store process in ReactPOS 
caused by defect 0051155 closed jonae POS2 With the new de Open/close store, it is possible to do a sale in other business date even if configured as not possible 
causes defect 0053916 closed sreehari POS2 POS2 - SafeBox - Issue when Count at till closure 
png Captura de Pantalla 2023-02-09 a las 11.47.31.png (14,956) 2023-02-09 11:51
https://issues.openbravo.com/file_download.php?file_id=18107&type=bug
png
Issue History
2023-02-09 11:51jonaeNew Issue
2023-02-09 11:51jonaeAssigned To => jonae
2023-02-09 11:51jonaeFile Added: Captura de Pantalla 2023-02-09 a las 11.47.31.png
2023-02-09 11:51jonaeRegression level => QA functional test
2023-02-09 11:51jonaeRegression date => 2023-02-09
2023-02-09 11:51jonaeRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/2a48cb481bff5b39123d2020ab3a78aefd95afa3 [^]
2023-02-09 11:51jonaeTriggers an Emergency Pack => No
2023-02-09 11:51jonaeRelationship addedcaused by 0051155
2023-02-09 11:51jonaeRelationship addedrelated to 0050230
2023-02-09 11:57hgbotNote Added: 0146302
2023-02-10 12:50hgbotNote Added: 0146378
2023-02-10 12:50hgbotResolutionopen => fixed
2023-02-10 12:50hgbotStatusnew => closed
2023-02-10 12:50hgbotFixed in Version => 23Q2
2023-02-10 12:50hgbotNote Added: 0146379
2023-11-29 11:25sreehariRelationship addedcauses 0053916

Notes
(0146302)
hgbot   
2023-02-09 11:57   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1515 [^]
(0146378)
hgbot   
2023-02-10 12:50   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1515 [^]
(0146379)
hgbot   
2023-02-10 12:50   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: a4f1931c08e0260778829bceb141326ef0403f3f
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 10-02-2023 11:50:18
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/a4f1931c08e0260778829bceb141326ef0403f3f [^]

Fixes ISSUE-51549: Removing the cashup in progress information when the cashup is done.

---
A web-jspack/org.openbravo.pos2/src/components/Cashup/__test__/cashupOnExitPopup.test.js
M web-jspack/org.openbravo.pos2/src/components/Cashup/cashupOnExitPopup.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/__test__/FinishCashupUserAction.test.js
M web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/cashup/FinishCashup.js
---