Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0023699 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2013-04-30 16:58 | 2013-06-06 11:59 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RMP23 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 36b8f76acf42 | ||||
Projection | none | ETA | none | Target Version | RMP23 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | RMP21 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | guilleaer | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0023699: Problem with price list | |||||||
Description | Problem with price list | |||||||
Steps To Reproduce | -create 2 price list versions -one validfrom 2009 and another one valid from today Check the second price list version (valid from today) as isactive ='N' Verify that you can not login in the Web POS because the backend is trying to find active price list version with valid from = today | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|
![]() |
|
(0058503) hgbot (developer) 2013-05-08 11:20 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 36b8f76acf42b2f126145a712bce700abc55d7df Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Wed May 08 11:20:18 2013 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/36b8f76acf42b2f126145a712bce700abc55d7df [^] Fixed issue 23699. The way the price list version is picked has been changed: > - Two utility methods, which get the correct pricelist version for a given organization or terminal, have been added. This method will filter by active inside the query which also picks the maximum date, to avoid picking an inactive pricelist version, and then filtering it because it's inactive. - The queries which previously selected the price list version have been modified to use these utility methods. --- M src/org/openbravo/retail/posterminal/POSUtils.java M src/org/openbravo/retail/posterminal/master/Category.java M src/org/openbravo/retail/posterminal/master/Product.java M src/org/openbravo/retail/posterminal/term/PriceListVersion.java --- |
(0058855) hgbot (developer) 2013-05-23 07:51 |
Repository: erp/pmods/org.openbravo.retail.posterminal.ch Changeset: 36b8f76acf42b2f126145a712bce700abc55d7df Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Wed May 08 11:20:18 2013 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.ch/rev/36b8f76acf42b2f126145a712bce700abc55d7df [^] Fixed issue 23699. The way the price list version is picked has been changed: > - Two utility methods, which get the correct pricelist version for a given organization or terminal, have been added. This method will filter by active inside the query which also picks the maximum date, to avoid picking an inactive pricelist version, and then filtering it because it's inactive. - The queries which previously selected the price list version have been modified to use these utility methods. --- M src/org/openbravo/retail/posterminal/POSUtils.java M src/org/openbravo/retail/posterminal/master/Category.java M src/org/openbravo/retail/posterminal/master/Product.java M src/org/openbravo/retail/posterminal/term/PriceListVersion.java --- |
(0059017) hgbot (developer) 2013-05-29 12:18 |
Repository: erp/pmods/org.openbravo.retail.posterminal.multiorder Changeset: 36b8f76acf42b2f126145a712bce700abc55d7df Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Wed May 08 11:20:18 2013 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/36b8f76acf42b2f126145a712bce700abc55d7df [^] Fixed issue 23699. The way the price list version is picked has been changed: > - Two utility methods, which get the correct pricelist version for a given organization or terminal, have been added. This method will filter by active inside the query which also picks the maximum date, to avoid picking an inactive pricelist version, and then filtering it because it's inactive. - The queries which previously selected the price list version have been modified to use these utility methods. --- M src/org/openbravo/retail/posterminal/POSUtils.java M src/org/openbravo/retail/posterminal/master/Category.java M src/org/openbravo/retail/posterminal/master/Product.java M src/org/openbravo/retail/posterminal/term/PriceListVersion.java --- |
(0059239) guilleaer (viewer) 2013-06-06 11:59 |
closed again because it has changed "automatically" to resolved |
![]() |
|||
Date Modified | Username | Field | Change |
2013-04-30 16:58 | jecharri | New Issue | |
2013-04-30 16:58 | jecharri | Assigned To | => marvintm |
2013-04-30 16:58 | jecharri | OBNetwork customer | => Yes |
2013-04-30 16:58 | jecharri | Resolution time | => 1367877600 |
2013-04-30 17:01 | jecharri | Steps to Reproduce Updated | View Revisions |
2013-05-07 18:09 | marvintm | File Added: issue23699.diff | |
2013-05-08 11:20 | hgbot | Checkin | |
2013-05-08 11:20 | hgbot | Note Added: 0058503 | |
2013-05-08 11:20 | hgbot | Status | new => resolved |
2013-05-08 11:20 | hgbot | Resolution | open => fixed |
2013-05-08 11:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/36b8f76acf42b2f126145a712bce700abc55d7df [^] |
2013-05-23 07:51 | hgbot | Checkin | |
2013-05-23 07:51 | hgbot | Note Added: 0058855 | |
2013-05-23 07:51 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/36b8f76acf42b2f126145a712bce700abc55d7df [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.ch/rev/36b8f76acf42b2f126145a712bce700abc55d7df [^] |
2013-05-28 14:50 | guilleaer | Review Assigned To | => guilleaer |
2013-05-28 14:50 | guilleaer | Status | resolved => closed |
2013-05-28 14:50 | guilleaer | Fixed in Version | => RMP23 |
2013-05-29 12:18 | hgbot | Checkin | |
2013-05-29 12:18 | hgbot | Note Added: 0059017 | |
2013-05-29 12:18 | hgbot | Status | closed => resolved |
2013-05-29 12:18 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.ch/rev/36b8f76acf42b2f126145a712bce700abc55d7df [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/36b8f76acf42b2f126145a712bce700abc55d7df [^] |
2013-06-06 11:59 | guilleaer | Note Added: 0059239 | |
2013-06-06 11:59 | guilleaer | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |