Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028635Retail ModulesCash uppublic2015-01-15 20:072015-01-19 19:21
malsasua 
marvintm 
highmajoralways
closedfixed 
20Community Appliance
 
RR15Q1 
marvintm
QA functional test
main
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7134637f5070 [^]
No
0028635: cashup is not finished when receipt exists in "Errors while importing" window
if there is one receipt in "Errors while importing data" window, and you try to do a cashup, the process is not finished, and "loading" window is not hidden
. go to backend
. close period control for the current date
. go to webpos
. create a receipt
. complete it

. go to backend:
 . previous receipt is in "errors while importing" window

. go to webpos
 . go to cashup and complete the process

Loading window is displayed and never is hidden.
In console, error is displayed:
OB.Dal.save: table 'cashup'; {"message":"could not execute statement due to a constaint failure (19 constraint failed)","code":6};
No tags attached.
has duplicate defect 0028562 closed marvintm Cash up does not finish and an error is shown at the console 
Issue History
2015-01-15 20:07malsasuaNew Issue
2015-01-15 20:07malsasuaAssigned To => marvintm
2015-01-15 20:07malsasuaTriggers an Emergency Pack => No
2015-01-19 11:36malsasuaRegression level => QA functional test
2015-01-19 11:36malsasuaRegression introduced in release => main
2015-01-19 11:36malsasuaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7134637f5070 [^]
2015-01-19 13:33hgbotCheckin
2015-01-19 13:33hgbotNote Added: 0073603
2015-01-19 13:33hgbotStatusnew => resolved
2015-01-19 13:33hgbotResolutionopen => fixed
2015-01-19 13:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/62a994fe61f1e72688b6f5b29b5f25f339bb6930 [^]
2015-01-19 13:36hgbotCheckin
2015-01-19 13:36hgbotNote Added: 0073604
2015-01-19 13:36hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/62a994fe61f1e72688b6f5b29b5f25f339bb6930 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7164622a36b616dd8b9cea5c0f217386bb6948ee [^]
2015-01-19 19:10hgbotCheckin
2015-01-19 19:10hgbotNote Added: 0073627
2015-01-19 19:10hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7164622a36b616dd8b9cea5c0f217386bb6948ee [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cca3712b4a1d406d06e9bbd642f00a3039fb654c [^]
2015-01-19 19:21marvintmReview Assigned To => marvintm
2015-01-19 19:21marvintmStatusresolved => closed
2015-01-19 19:21marvintmFixed in Version => RR15Q1
2015-01-30 11:00malsasuaRelationship addedhas duplicate 0028562

Notes
(0073603)
hgbot   
2015-01-19 13:33   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 62a994fe61f1e72688b6f5b29b5f25f339bb6930
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon Jan 19 13:33:15 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/62a994fe61f1e72688b6f5b29b5f25f339bb6930 [^]

fixed issue 28635: added override function to execute additional process when record is save in Errors While Importing window

---
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
---
(0073604)
hgbot   
2015-01-19 13:36   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7164622a36b616dd8b9cea5c0f217386bb6948ee
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon Jan 19 13:36:17 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7164622a36b616dd8b9cea5c0f217386bb6948ee [^]

fixed issue 28635: cashup is saved with processed=Y when it is saved in errors while importing data window

---
M src/org/openbravo/retail/posterminal/POSDataSynchronizationErrorHandler.java
M src/org/openbravo/retail/posterminal/ProcessCashClose.java
---
(0073627)
hgbot   
2015-01-19 19:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: cca3712b4a1d406d06e9bbd642f00a3039fb654c
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon Jan 19 19:09:39 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cca3712b4a1d406d06e9bbd642f00a3039fb654c [^]

fixed issue 28635: the scope of variable has been moved from instance scope to method scope

---
M src/org/openbravo/retail/posterminal/ProcessCashClose.java
---