Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0026554 | Retail Modules | Web POS | public | 2014-05-15 11:05 | 2014-05-26 11:02 |
Reporter | jecharri | ||||
Assigned To | malsasua | ||||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | RR14Q3 | Fixed in Version | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | OBPS | ||||
Support ticket | 28575 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0026554: Cash Up fails always that you have an error in errors while importing pos data window | ||||
Description | Cash Up fails always that you have an error in errors while importing pos data window | ||||
Steps To Reproduce | -Configure one store with some terminals -Create an error in one order in one terminal Verify that all cash ups will end in error The problem is that we are not filtering by terminal. | ||||
Proposed Solution | Filter by terminal in the following query in JAVA modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ProcessCashClose.java OBCriteria<OBPOSErrors> errorsQuery = OBDal.getInstance().createCriteria(OBPOSErrors.class); errorsQuery.add(Restrictions.ne(OBPOSErrors.PROPERTY_TYPEOFDATA, "CU")); errorsQuery.add(Restrictions.eq(OBPOSErrors.PROPERTY_ORDERSTATUS, "N")); if (errorsQuery.count() > 0) { throw new OBException( "There are errors related to non-created customers, orders, or cash management movements pending to be processed. Process them before processing the cash ups"); } | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-05-15 11:05 | jecharri | New Issue | |||
2014-05-15 11:05 | jecharri | Assigned To | => malsasua | ||
2014-05-15 11:05 | jecharri | OBNetwork customer | => Yes | ||
2014-05-15 11:05 | jecharri | Support ticket | => 28575 | ||
2014-05-15 11:05 | jecharri | Resolution time | => 1400277600 | ||
2014-05-15 11:05 | jecharri | Triggers an Emergency Pack | => No | ||
2014-05-15 17:49 | VictorVillar | Issue Monitored: VictorVillar | |||
2014-05-16 00:41 | hgbot | Checkin | |||
2014-05-16 00:41 | hgbot | Note Added: 0067186 | |||
2014-05-16 00:41 | hgbot | Status | new => resolved | ||
2014-05-16 00:41 | hgbot | Resolution | open => fixed | ||
2014-05-16 00:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a71dfdeec80869dd76ac2fa869acd268d0cbed0f [^] | ||
2014-05-16 09:34 | hgbot | Checkin | |||
2014-05-16 09:34 | hgbot | Note Added: 0067201 | |||
2014-05-16 09:34 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a71dfdeec80869dd76ac2fa869acd268d0cbed0f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.unstablenetworks/rev/a71dfdeec80869dd76ac2fa869acd268d0cbed0f [^] | ||
2014-05-26 11:02 | marvintm | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|