Openbravo Issue Tracking System - Retail Modules
View Issue Details
0057064Retail ModulesWeb POSpublic2024-10-24 07:232024-11-16 09:19
gowthamveeramuthu 
Rajesh_18 
normalminoralways
closedfixed 
5
 
RR24Q3.3RR24Q3.3 
Production - QA Approved
2024-04-18
RR24Q3
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/93ec5386b5cd9213776123ecb347b178c35a384e [^]
No
0057064: cashup date is not updated when we do close till.
cashup date is not updated when we do close till.

we observed from 24Q3 the cashup date is not updating in cashup history, when we close the till.
example
Opening @ 9:00, but no sales, Closing @ 20:00 - Cash up date @ 9:00
Opening @ 9:00, last sale at 17:48, Closing @ 20:00 - Cash up date @ 17:48.

in 24Q2 the result is correct
Opening @ 9:00, but no sales, Closing @ 20:00 - Cash up date @ 20:00
Opening @ 9:00, last sale at 17:48, Closing @ 20:00 - Cash up date @ 20:00.


login to webpos
make a sale, then wait for 1 min.
then close the till.
in backoffice now you can the cashup date is same as the last sale time. not the close till time.

another case
login to webpos
dont make any sale, wait for 1 min
then close the till
in backoffice now you can the cashup date is same as the till opening time. not the close till time.
the cashup date should be updated when we do the close till.
No tags attached.
blocks defect 0056878 closed Rajesh_18 cashup date is not updated when we do close till. 
Issue History
2024-11-12 07:13guillermogilTypedefect => backport
2024-11-12 07:13guillermogilTarget Version => RR24Q3.3
2024-11-13 06:59hgbotNote Added: 0171837
2024-11-16 09:19hgbotNote Added: 0172097
2024-11-16 09:19hgbotResolutionopen => fixed
2024-11-16 09:19hgbotStatusscheduled => closed
2024-11-16 09:19hgbotFixed in Version => RR24Q3.3
2024-11-16 09:19hgbotNote Added: 0172098

Notes
(0171837)
hgbot   
2024-11-13 06:59   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1775 [^]
(0172097)
hgbot   
2024-11-16 09:19   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1775 [^]
(0172098)
hgbot   
2024-11-16 09:19   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 18e09b18d4a60447c24103a4a5c7f5bf56c628c2
Author: Rajesh Senthilkumar <r.senthilkumar@external.orisha.com>
Date: 16-11-2024 08:19:50
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/18e09b18d4a60447c24103a4a5c7f5bf56c628c2 [^]

Fixed ISSUE-57064: CashUp date is updated on closing till
After completing order cash up date is updated based on the date from pos

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/UpdateCashup.java
---