Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056878Retail ModulesWeb POSpublic2024-10-24 07:232024-11-16 09:19
gowthamveeramuthu 
Rajesh_18 
normalminoralways
closedfixed 
5
 
RR25Q1 
Production - QA Approved
2024-04-18
RR24Q3
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/93ec5386b5cd9213776123ecb347b178c35a384e [^]
No
0056878: 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.
depends on backport 0057063RR24Q4 closed Rajesh_18 cashup date is not updated when we do close till. 
depends on backport 0057064RR24Q3.3 closed Rajesh_18 cashup date is not updated when we do close till. 
Issue History
2024-10-24 07:23gowthamveeramuthuNew Issue
2024-10-24 07:23gowthamveeramuthuAssigned To => Retail
2024-10-24 07:23gowthamveeramuthuTriggers an Emergency Pack => No
2024-10-24 08:22Rajesh_18Assigned ToRetail => Rajesh_18
2024-10-24 08:22Rajesh_18Statusnew => scheduled
2024-10-24 11:49Rajesh_18Regression level => Production - QA Approved
2024-10-24 11:49Rajesh_18Regression date => 2024-04-18
2024-10-24 11:49Rajesh_18Regression introduced in release => RR24Q2.3
2024-10-24 11:49Rajesh_18Regression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/93ec5386b5cd9213776123ecb347b178c35a384e [^]
2024-10-24 11:56hgbotNote Added: 0170886
2024-11-12 07:07guillermogilRegression introduced in releaseRR24Q2.3 => RR24Q3
2024-11-12 07:13guillermogilStatusscheduled => feedback
2024-11-12 07:13guillermogilStatusfeedback => scheduled
2024-11-16 09:19hgbotResolutionopen => fixed
2024-11-16 09:19hgbotStatusscheduled => closed
2024-11-16 09:19hgbotNote Added: 0172093
2024-11-16 09:19hgbotFixed in Version => RR25Q1
2024-11-16 09:19hgbotNote Added: 0172094

Notes
(0170886)
hgbot   
2024-10-24 11:56   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1734 [^]
(0172093)
hgbot   
2024-11-16 09:19   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1734 [^]
(0172094)
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: 0382064a090d4cca220b1667cdae9787ceb6eeb9
Author: Rajesh Senthilkumar <r.senthilkumar@external.orisha.com>
Date: 16-11-2024 08:19:18
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/0382064a090d4cca220b1667cdae9787ceb6eeb9 [^]

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