Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024612 | Retail Modules | Web POS | public | 2013-08-28 12:43 | 2013-09-17 13:14 |
|
Reporter | jecharri | |
Assigned To | umartirena | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RMP27 | Fixed in Version | RMP27 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0024612: Little problem in Price list query |
Description | Little problem in Price list query
If you have a price list version with column "valid from date" as date+time the query in file "modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/POSUtils.java" and line 236 is not going to work.
|
Steps To Reproduce | - |
Proposed Solution | -change from
+ priceListId + "' and pplv.validFromDate <= '" + format.format(terminalDate)
to
+ priceListId + "' and to_char(pplv.validFromDate,'yyyy-mm-dd') <= '" + format.format(terminalDate) |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-08-28 12:43 | jecharri | New Issue | |
2013-08-28 12:43 | jecharri | Assigned To | => marvintm |
2013-08-28 12:43 | jecharri | OBNetwork customer | => No |
2013-08-28 12:43 | jecharri | Resolution time | => 1379196000 |
2013-08-28 12:43 | jecharri | Triggers an Emergency Pack | => No |
2013-09-03 09:08 | jecharri | OBNetwork customer | No => Yes |
2013-09-03 18:49 | marvintm | Assigned To | marvintm => umartirena |
2013-09-06 10:49 | hgbot | Checkin | |
2013-09-06 10:49 | hgbot | Note Added: 0060958 | |
2013-09-06 10:49 | hgbot | Status | new => resolved |
2013-09-06 10:49 | hgbot | Resolution | open => fixed |
2013-09-06 10:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3ae6c36f9975992cea6f61d82a0f783b17a87e9c [^] |
2013-09-10 09:59 | hgbot | Checkin | |
2013-09-10 09:59 | hgbot | Note Added: 0061040 | |
2013-09-10 09:59 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3ae6c36f9975992cea6f61d82a0f783b17a87e9c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-levelpricing/rev/3ae6c36f9975992cea6f61d82a0f783b17a87e9c [^] |
2013-09-17 13:14 | marvintm | Review Assigned To | => marvintm |
2013-09-17 13:14 | marvintm | Status | resolved => closed |
2013-09-17 13:14 | marvintm | Fixed in Version | => RMP27 |