Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028874Retail ModulesWeb POSpublic2015-02-05 14:592015-02-20 17:09
jecharri 
migueldejuana 
urgentminoralways
closedfixed 
5
 
RR15Q2 
marvintm
No
0028874: It is not possible to modularize filter clause in JAVA PaidReceiptsHeader
It is not possible to modularize filter clause in JAVA PaidReceiptsHeader

It is necessary to change filter expression to be able to change it using an external module
-Go to Web POS
-Go to receipts
-Verify that always filter for the same filter and it is not possible to change it
No tags attached.
Issue History
2015-02-05 14:59jecharriNew Issue
2015-02-05 14:59jecharriAssigned To => marvintm
2015-02-05 14:59jecharriTriggers an Emergency Pack => No
2015-02-05 15:00jecharriResolution time => 1424041200
2015-02-12 12:39migueldejuanaAssigned Tomarvintm => migueldejuana
2015-02-12 12:40migueldejuanaNote Added: 0074371
2015-02-12 12:44hgbotCheckin
2015-02-12 12:44hgbotNote Added: 0074374
2015-02-12 12:44hgbotStatusnew => resolved
2015-02-12 12:44hgbotResolutionopen => fixed
2015-02-12 12:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3957fa86a09853ca5b1f5154d8e6b4f9e12200b4 [^]
2015-02-12 12:46jecharriFixed in Version => RR15Q2
2015-02-12 15:59migueldejuanaNote Added: 0074433
2015-02-20 17:09hgbotCheckin
2015-02-20 17:09hgbotNote Added: 0074738
2015-02-20 17:09marvintmReview Assigned To => marvintm
2015-02-20 17:09marvintmStatusresolved => closed

Notes
(0074371)
migueldejuana   
2015-02-12 12:40   
See http://wiki.openbravo.com/wiki/List_of_Server_Side_Hooks_in_Web_POS#Hooks [^]
(0074374)
hgbot   
2015-02-12 12:44   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3957fa86a09853ca5b1f5154d8e6b4f9e12200b4
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Feb 12 12:42:21 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3957fa86a09853ca5b1f5154d8e6b4f9e12200b4 [^]

Fixed issue 0028874: It is not possible to modularize filter clause in JAVA PaidReceiptsHeader

Add a hook in order to be able to introduce columns to filter by text introduced by user.

---
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
A src/org/openbravo/retail/posterminal/PaidReceiptsHeaderHook.java
---
(0074433)
migueldejuana   
2015-02-12 15:59   
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6fc15c458b4d [^]
(0074738)
hgbot   
2015-02-20 17:09   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4e07f9b4b36adbe81d1c5c00e7c6e73d1bae3171
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Feb 20 17:08:44 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4e07f9b4b36adbe81d1c5c00e7c6e73d1bae3171 [^]

Related to issue 28874. Improved the way errors are handled in a hook in PaidReceiptsHeader.

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