Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0028635 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Cash up | major | always | 2015-01-15 20:07 | 2015-01-19 19:21 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR15Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | cca3712b4a1d | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | QA functional test | |||||||
Regression date | ||||||||
Regression introduced in release | main | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7134637f5070 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0028635: cashup is not finished when receipt exists in "Errors while importing" window | |||||||
Description | 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 | |||||||
Steps To Reproduce | . 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}; | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0073603) hgbot (developer) 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 (developer) 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 (developer) 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 --- |
Issue History | |||
Date Modified | Username | Field | Change |
2015-01-15 20:07 | malsasua | New Issue | |
2015-01-15 20:07 | malsasua | Assigned To | => marvintm |
2015-01-15 20:07 | malsasua | Triggers an Emergency Pack | => No |
2015-01-19 11:36 | malsasua | Regression level | => QA functional test |
2015-01-19 11:36 | malsasua | Regression introduced in release | => main |
2015-01-19 11:36 | malsasua | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7134637f5070 [^] |
2015-01-19 13:33 | hgbot | Checkin | |
2015-01-19 13:33 | hgbot | Note Added: 0073603 | |
2015-01-19 13:33 | hgbot | Status | new => resolved |
2015-01-19 13:33 | hgbot | Resolution | open => fixed |
2015-01-19 13:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/62a994fe61f1e72688b6f5b29b5f25f339bb6930 [^] |
2015-01-19 13:36 | hgbot | Checkin | |
2015-01-19 13:36 | hgbot | Note Added: 0073604 | |
2015-01-19 13:36 | hgbot | Fixed in SCM revision | http://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:10 | hgbot | Checkin | |
2015-01-19 19:10 | hgbot | Note Added: 0073627 | |
2015-01-19 19:10 | hgbot | Fixed in SCM revision | http://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:21 | marvintm | Review Assigned To | => marvintm |
2015-01-19 19:21 | marvintm | Status | resolved => closed |
2015-01-19 19:21 | marvintm | Fixed in Version | => RR15Q1 |
2015-01-30 11:00 | malsasua | Relationship added | has duplicate 0028562 |
Copyright © 2000 - 2009 MantisBT Group |