Openbravo Issue Tracking System - Retail Modules
View Issue Details
0057063Retail ModulesWeb POSpublic2024-10-24 07:232024-11-16 09:19
gowthamveeramuthu 
Rajesh_18 
normalminoralways
closedfixed 
5
 
RR24Q4RR24Q4 
Production - QA Approved
2024-04-18
RR24Q3
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/93ec5386b5cd9213776123ecb347b178c35a384e [^]
No
0057063: 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 => RR24Q4
2024-11-13 07:05hgbotNote Added: 0171838
2024-11-16 09:19hgbotResolutionopen => fixed
2024-11-16 09:19hgbotStatusscheduled => closed
2024-11-16 09:19hgbotNote Added: 0172095
2024-11-16 09:19hgbotFixed in Version => RR24Q4
2024-11-16 09:19hgbotNote Added: 0172096

Notes
(0171838)
hgbot   
2024-11-13 07:05   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1776 [^]
(0172095)
hgbot   
2024-11-16 09:19   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1776 [^]
(0172096)
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: ff873e8073582c4ca45b426487cdbf2ce129d3c2
Author: Rajesh Senthilkumar <r.senthilkumar@external.orisha.com>
Date: 16-11-2024 08:19:43
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/ff873e8073582c4ca45b426487cdbf2ce129d3c2 [^]

Fixed ISSUE-57063: 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
---