Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030261 | Retail Modules | Web POS | public | 2015-06-26 14:38 | 2015-09-04 13:30 |
|
Reporter | malsasua | |
Assigned To | jorge-garcia | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | 37085 |
Regression level | Production - Confirmed Stable |
Regression date | 2014-11-06 |
Regression introduced in release | RR15Q1 |
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9b8a8c54fe38 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0030261: receipts search in WEB POS does not work with the char - |
Description | when the document no of receipts contains the char - and in the string to search is introduced the char -, no receips are displayed |
Steps To Reproduce | . in backoffice, configure the posterminal with the prefix 1121-1/
. go to webpos
. create and paid a recetipt: documentno 1121-1/100000 is created
. go to search receipt:
search 1121-1
no receipts are displayed |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0030267 | RR15Q2.3 | closed | jorge-garcia | receipts search in WEB POS does not work with the char - | depends on | backport | 0030268 | RR15Q1.6 | closed | Retail | receipts search in WEB POS does not work with the char - | depends on | backport | 0030270 | RR15Q3 | closed | jorge-garcia | receipts search in WEB POS does not work with the char - | caused by | defect | 0028088 | RR15Q1 | closed | szapata | Errors on the PaidReceiptsHeader when filtering using some characters on the ticket selector on the webpos | has duplicate | defect | 0030360 | | closed | Retail | Filter in Verified does not work |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-06-26 14:38 | malsasua | New Issue | |
2015-06-26 14:38 | malsasua | Assigned To | => Retail |
2015-06-26 14:38 | malsasua | OBNetwork customer | => Yes |
2015-06-26 14:38 | malsasua | Support ticket | => 37085 |
2015-06-26 14:38 | malsasua | Triggers an Emergency Pack | => No |
2015-06-29 10:37 | malsasua | Regression level | => Production - Confirmed Stable |
2015-06-29 10:37 | malsasua | Regression date | => 2014-11-06 |
2015-06-29 10:37 | malsasua | Regression introduced in release | => RR15Q1 |
2015-06-29 10:37 | malsasua | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9b8a8c54fe38 [^] |
2015-06-29 11:43 | malsasua | Status | new => scheduled |
2015-06-29 12:03 | malsasua | Status | scheduled => acknowledged |
2015-06-29 12:04 | malsasua | Status | acknowledged => scheduled |
2015-06-29 13:58 | dmitry_mezentsev | Relationship added | caused by 0028088 |
2015-07-03 09:35 | jorge-garcia | Assigned To | Retail => jorge-garcia |
2015-07-17 14:36 | hgbot | Checkin | |
2015-07-17 14:36 | hgbot | Note Added: 0078934 | |
2015-07-17 14:36 | hgbot | Status | scheduled => resolved |
2015-07-17 14:36 | hgbot | Resolution | open => fixed |
2015-07-17 14:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d19002d62d178380fe2ef7ac911e8eaf0ad3f1cc [^] |
2015-07-17 14:37 | hgbot | Checkin | |
2015-07-17 14:37 | hgbot | Note Added: 0078935 | |
2015-07-17 14:50 | hgbot | Checkin | |
2015-07-17 14:50 | hgbot | Note Added: 0078939 | |
2015-07-27 17:38 | jorge-garcia | Relationship added | has duplicate 0030360 |
2015-08-06 17:12 | hgbot | Checkin | |
2015-08-06 17:12 | hgbot | Note Added: 0079233 | |
2015-08-06 17:12 | hgbot | Checkin | |
2015-08-06 17:12 | hgbot | Note Added: 0079236 | |
2015-08-14 12:12 | marvintm | Review Assigned To | => marvintm |
2015-08-14 12:12 | marvintm | Status | resolved => closed |
2015-09-04 13:30 | hgbot | Checkin | |
2015-09-04 13:30 | hgbot | Note Added: 0080120 | |
Notes |
|
(0078934)
|
hgbot
|
2015-07-17 14:36
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d19002d62d178380fe2ef7ac911e8eaf0ad3f1cc
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Jul 17 14:29:59 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d19002d62d178380fe2ef7ac911e8eaf0ad3f1cc [^]
Fixed issue 30261: Receipts search in WEB POS does not work with the char -
The problem was that the search process removes the char '-' and the filter from
the sql doesn't work as expected. This is a security measure to avoid sql
injection.
The solution is to add named parameters and change the filter value in the sql
string.
Now the filter works fine.
---
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
---
|
|
|
(0078935)
|
hgbot
|
2015-07-17 14:37
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 8cc2b929d1fdeb67e2e7f548da1bf9cdb39323a6
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Jul 17 14:35:23 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8cc2b929d1fdeb67e2e7f548da1bf9cdb39323a6 [^]
Related to issue 30261: Needed changes in the ProcessHQLQuery
Some changes are necessary in the ProcessHQLQuery file.
It's needed to add the possibility to add named parameters.
---
M src/org/openbravo/mobile/core/process/ProcessHQLQuery.java
---
|
|
|
(0078939)
|
hgbot
|
2015-07-17 14:50
|
|
|
|
(0079233)
|
hgbot
|
2015-08-06 17:12
|
|
|
|
(0079236)
|
hgbot
|
2015-08-06 17:12
|
|
|
|
(0080120)
|
hgbot
|
2015-09-04 13:30
|
|
|