Openbravo Issue Tracking System - Retail Modules
View Issue Details
0055621Retail ModulesCash uppublic2024-05-29 17:422024-07-17 08:22
malsasua 
SABARINATH P 
highminoralways
closedfixed 
5
 
 
No
0055621: Cashup.CreationDate is changed after browser refresh
In the POS, the creationDate property for cashup is modified after perform a browser refresh
. do login in POS
. complete cashup (for example, at 17:00:00) -> new cashup is created
. in Dev Tools, execute the command:
OB.App.State.getState().Cashup.creationDate
result: 2024-05-29T17:00:00.000Z
. refresh browser clickig F5 (for example, at 17:05:00)
. in Dev Tools, execute the command:
OB.App.State.getState().Cashup.creationDate
result: 2024-05-29T17:05:00.000Z

The cashup.creationDate changed to the refresh browser time

Expected result: cashup.creationDate should be always the date when it was created
No tags attached.
depends on backport 0056034RR23Q3 closed SABARINATH P Cashup.CreationDate is changed after browser refresh 
Issue History
2024-05-29 17:42malsasuaNew Issue
2024-05-29 17:42malsasuaAssigned To => Retail
2024-05-29 17:42malsasuaTriggers an Emergency Pack => No
2024-06-03 08:55guillermogilStatusnew => acknowledged
2024-06-05 06:32SABARINATH PAssigned ToRetail => SABARINATH P
2024-06-05 06:32SABARINATH PStatusacknowledged => scheduled
2024-06-06 15:36hgbotNote Added: 0165674
2024-06-25 08:40egoitzSeveritymajor => minor
2024-07-05 12:21hgbotResolutionopen => fixed
2024-07-05 12:21hgbotStatusscheduled => closed
2024-07-05 12:21hgbotNote Added: 0166714
2024-07-05 12:21hgbotFixed in Version => RR24Q4
2024-07-05 12:21hgbotNote Added: 0166715
2024-07-08 08:53hgbotNote Added: 0166793
2024-07-08 15:40hgbotNote Added: 0166805
2024-07-10 08:59hgbotNote Added: 0166858
2024-07-17 08:22SABARINATH PStatusclosed => new
2024-07-17 08:22SABARINATH PResolutionfixed => open
2024-07-17 08:22SABARINATH PFixed in VersionRR24Q4 =>
2024-07-17 08:22SABARINATH PStatusnew => scheduled
2024-07-17 08:22SABARINATH PStatusscheduled => resolved
2024-07-17 08:22SABARINATH PResolutionopen => fixed
2024-07-17 08:22SABARINATH PStatusresolved => closed

Notes
(0165674)
hgbot   
2024-06-06 15:36   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1589 [^]
(0166714)
hgbot   
2024-07-05 12:21   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1589 [^]
(0166715)
hgbot   
2024-07-05 12:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: afae391fdc6c8cda54662f45486c9844bb2ef813
Author: Sabarinath <sabarinath.palanisamy.ext@openbravo.com>
Date: 05-07-2024 10:21:19
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/afae391fdc6c8cda54662f45486c9844bb2ef813 [^]

Fixed ISSUE-55621: Make the cashup creation not update while refresh.

---
M web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/InitCashup.js
---
(0166793)
hgbot   
2024-07-08 08:53   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 90d6d430521ffaf45c63367b3c67cd714cc34874
Author: Sabarinath <sabarinath.palanisamy.ext@openbravo.com>
Date: 08-07-2024 12:21:57
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/90d6d430521ffaf45c63367b3c67cd714cc34874 [^]

Revert "Fixed ISSUE-55621: Make the cashup creation not update while refresh."

This reverts commit afae391fdc6c8cda54662f45486c9844bb2ef813.

---
M web/org.openbravo.retail.posterminal/app/model/business-object/cashup/actions/InitCashup.js
---
(0166805)
hgbot   
2024-07-08 15:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1621 [^]
(0166858)
hgbot   
2024-07-10 08:59   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1621 [^]