Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041319Retail ModulesWeb POSpublic2019-07-08 18:062019-07-12 12:42
gorka_gil 
gorka_gil 
normalminorN/A
newopen 
5
 
 
No
0041319: Some fixes in PaidReceipts.checkOrderInErrorEntry hql
- Use setParameterList for recordIdList
  Use a concatenated string is wrong, only works with one value

- Add errorQuery.setMaxResults(1) and errorQuery2.setMaxResults(1)
  Since only wants to check if any result, this improves the query.
-
No tags attached.
Issue History
2019-07-08 18:06gorka_gilNew Issue
2019-07-08 18:06gorka_gilAssigned To => gorka_gil
2019-07-08 18:06gorka_gilTriggers an Emergency Pack => No
2019-07-12 12:42hgbotCheckin
2019-07-12 12:42hgbotNote Added: 0113328
2019-07-12 12:42hgbotCheckin
2019-07-12 12:42hgbotNote Added: 0113329
2019-07-12 12:42hgbotCheckin
2019-07-12 12:42hgbotNote Added: 0113330

Notes
(0113328)
hgbot   
2019-07-12 12:42   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8976c92531b1ea70f3f7615765ed6771a7338532
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Mon Jul 08 18:17:00 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8976c92531b1ea70f3f7615765ed6771a7338532 [^]

Fix issue 41319: Use setParameterList for recordIdList

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---
(0113329)
hgbot   
2019-07-12 12:42   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 725d5bd53db328e454c1a027c531ec043b1a0241
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Mon Jul 08 18:20:10 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/725d5bd53db328e454c1a027c531ec043b1a0241 [^]

Related to issue 41319: Add setMaxResults(1) to queries that only check if has any result

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---
(0113330)
hgbot   
2019-07-12 12:42   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fadb6648da299fdde282ba80ae68f1e6476d0bcd
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Mon Jul 08 18:24:00 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fadb6648da299fdde282ba80ae68f1e6476d0bcd [^]

Related to issue 41319: Move creation of orIds to just below the query that uses it

To avoid confusion that can be used in previous query

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