Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030133Retail ModulesCash uppublic2015-06-09 11:362015-06-29 18:13
VictorVillar 
jorge-garcia 
urgentmajoralways
closedfixed 
5
pi 
RR15Q3RR15Q3 
migueldejuana
No
0030133: The date shown in the cash up ticket could be different than the cash up date in the backend
The date shown in the cash up ticket could be different than the cash up date in the backend
Login in Web POS:
  Create a new ticket and pay it.
  Start the cash up process. Time: 11:30
  Do not finish it, hold on 2 minutes.
  Finish it.
Realise that in the cash up ticket printed is: 11:30

As group admin role log in the ERP,
  Go to POS Terminal window,
      Cash up history.
         Realise that the Cash up date is 11:32.

That is wrong. The date in the cash up ticket should be 11:32, the same as in the backend
   
No tags attached.
Issue History
2015-06-09 11:36VictorVillarNew Issue
2015-06-09 11:36VictorVillarAssigned To => Retail
2015-06-09 11:36VictorVillarResolution time => 1435701600
2015-06-09 11:36VictorVillarTriggers an Emergency Pack => No
2015-06-09 11:36VictorVillarIssue Monitored: networkb
2015-06-11 13:35marvintmAssigned ToRetail => jorge-garcia
2015-06-25 13:04jorge-garciaStatusnew => scheduled
2015-06-25 13:04jorge-garciaStatusscheduled => resolved
2015-06-25 13:04jorge-garciaResolutionopen => fixed
2015-06-25 13:09jorge-garciaNote Added: 0078505
2015-06-25 13:09jorge-garciaNote Edited: 0078505bug_revision_view_page.php?bugnote_id=0078505#r8898
2015-06-25 13:10jorge-garciaFixed in SCM revision => fc607f588049
2015-06-29 17:22migueldejuanaNote Added: 0078570
2015-06-29 17:22migueldejuanaStatusresolved => new
2015-06-29 17:22migueldejuanaResolutionfixed => open
2015-06-29 18:08jorge-garciaStatusnew => scheduled
2015-06-29 18:08jorge-garciaStatusscheduled => resolved
2015-06-29 18:08jorge-garciaResolutionopen => fixed
2015-06-29 18:13migueldejuanaReview Assigned To => migueldejuana
2015-06-29 18:13migueldejuanaNote Added: 0078573
2015-06-29 18:13migueldejuanaStatusresolved => closed
2015-06-29 18:13migueldejuanaFixed in Version => RR15Q3

Notes
(0078505)
jorge-garcia   
2015-06-25 13:09   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fc607f588049
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Jun 25 09:37:16 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fc607f588049 [^]

Fixed issue 30133: The date shown in the cash up ticket could be different

The problem was that the date shown at the end of the cash up process could
be different than the date saved in the backend.

The solution is to update the time field of the ticket before it's printed, and
update the date shown in the final step of the cashup.

Now, the date shown in the cash up ticket and the cash up backend are the same.

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpostprintclose.js
---

(0078570)
migueldejuana   
2015-06-29 17:22   
It still happens.

Changed code is executed when we open cashup window (10:00 for example), if we spend more than a minute doing cashup process, we will see in Web POS Cash up report 10:00, but we will see 10:01 in the ERP Cash up.
(0078573)
migueldejuana   
2015-06-29 18:13   
Tested and reviewed in e75c338cf7dc.

Printed ticket in Web POS and Cash up report in the ERP have the same date and time.