Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029773 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | always | 2015-05-05 11:08 | 2015-05-27 18:16 | |||
Reporter | rbianchini | View Status | public | |||||
Assigned To | malsasua | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 8cfb1cb7fbe3 | ||||
Projection | none | ETA | none | Target Version | RR15Q3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | aaroncalero | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | 35986 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029773: Disordered Brands | |||||||
Description | In the WebPos instance, when searching for products using the brands, we would like the brands to be sorted in alphabetical order. So far, the brands are randomly displayed, refer to the attachment "brands.png". | |||||||
Steps To Reproduce | 1- Login Web POS 2- Go to 'Search' 3- Go to 'Brand' 4- Observe that the barnds are randomly displayed | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|
![]() |
|
(0077242) hgbot (developer) 2015-05-08 15:07 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 9c41e6bb94addaeaff292a0675e3c21535cfba22 Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Fri May 08 15:06:42 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9c41e6bb94addaeaff292a0675e3c21535cfba22 [^] fixed issue 29773: added clause order by to Brand query --- M src/org/openbravo/retail/posterminal/master/Brand.java --- |
(0077618) hgbot (developer) 2015-05-21 11:43 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: dd42e2affe4206914983188fc191860b03af0b6e Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Thu May 21 11:43:02 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dd42e2affe4206914983188fc191860b03af0b6e [^] fixed issue 29773: added order by clause in the find of localdb --- M web/org.openbravo.retail.posterminal/js/components/modalproductbrand.js --- |
(0077619) hgbot (developer) 2015-05-21 11:45 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: ea67c8ed7e7a4bbaa4afdc404eb4c35d2f565f87 Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Thu May 21 11:44:58 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ea67c8ed7e7a4bbaa4afdc404eb4c35d2f565f87 [^] fixed issue 29773: added 'order by' in the function OBDal.find --- M web/org.openbravo.mobile.core/source/data/ob-dal.js --- |
(0077621) hgbot (developer) 2015-05-21 12:00 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: b183e761690c24a9c503a285e1bba9341b0a5ca4 Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Thu May 21 11:59:30 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b183e761690c24a9c503a285e1bba9341b0a5ca4 [^] fixed issue 29773: in OBDal.find adapted to accept two or more params in orderby --- M web/org.openbravo.mobile.core/source/data/ob-dal.js --- |
(0077632) aaroncalero (viewer) 2015-05-21 18:22 |
Small details found while reviewing: The 'order by' clause on the server side (commit 9c41e6bb94) can be backed out since it is no longer required. JSBeautifier shows changes in modalproductbrand.js and ob-dal.js files. There are several JSLint errors in ob-dal.js (http://wiki.openbravo.com/wiki/JavaScript_Coding_Conventions#JSLint [^]) |
(0077800) hgbot (developer) 2015-05-27 11:30 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: bb45a01ff751005e2fab1dbef8225eb3d7581ae0 Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Wed May 27 11:29:49 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bb45a01ff751005e2fab1dbef8225eb3d7581ae0 [^] related issue 29773: jslint --- M web/org.openbravo.mobile.core/source/data/ob-dal.js --- |
(0077827) hgbot (developer) 2015-05-27 16:46 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 4805d46164d4c8da0b884c491dc4baf5b38ee32c Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Wed May 27 16:46:02 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4805d46164d4c8da0b884c491dc4baf5b38ee32c [^] fixed issue 29773: JSBeautifier --- M web/org.openbravo.mobile.core/source/data/ob-dal.js --- |
(0077828) hgbot (developer) 2015-05-27 16:51 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 8cfb1cb7fbe38b33e58edceb602d1b89cc6560e8 Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Wed May 27 16:50:57 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8cfb1cb7fbe38b33e58edceb602d1b89cc6560e8 [^] fixed issue 29773: JSBeautifier --- M web/org.openbravo.retail.posterminal/js/components/modalproductbrand.js --- |
(0077833) aaroncalero (viewer) 2015-05-27 18:16 |
Tested and reviewed |
![]() |
|||
Date Modified | Username | Field | Change |
2015-05-05 11:08 | rbianchini | New Issue | |
2015-05-05 11:08 | rbianchini | Assigned To | => Retail |
2015-05-05 11:08 | rbianchini | File Added: Brands.PNG | |
2015-05-05 11:08 | rbianchini | OBNetwork customer | => Yes |
2015-05-05 11:08 | rbianchini | Support ticket | => 35986 |
2015-05-05 11:08 | rbianchini | Resolution time | => 1431122400 |
2015-05-05 11:08 | rbianchini | Triggers an Emergency Pack | => No |
2015-05-08 15:07 | hgbot | Checkin | |
2015-05-08 15:07 | hgbot | Note Added: 0077242 | |
2015-05-08 15:07 | hgbot | Status | new => resolved |
2015-05-08 15:07 | hgbot | Resolution | open => fixed |
2015-05-08 15:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9c41e6bb94addaeaff292a0675e3c21535cfba22 [^] |
2015-05-11 09:36 | malsasua | Assigned To | Retail => malsasua |
2015-05-18 09:19 | malsasua | Target Version | RR15Q2.1 => RR15Q3 |
2015-05-21 11:43 | hgbot | Checkin | |
2015-05-21 11:43 | hgbot | Note Added: 0077618 | |
2015-05-21 11:43 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9c41e6bb94addaeaff292a0675e3c21535cfba22 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dd42e2affe4206914983188fc191860b03af0b6e [^] |
2015-05-21 11:45 | hgbot | Checkin | |
2015-05-21 11:45 | hgbot | Note Added: 0077619 | |
2015-05-21 11:45 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dd42e2affe4206914983188fc191860b03af0b6e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ea67c8ed7e7a4bbaa4afdc404eb4c35d2f565f87 [^] |
2015-05-21 12:00 | hgbot | Checkin | |
2015-05-21 12:00 | hgbot | Note Added: 0077621 | |
2015-05-21 12:00 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ea67c8ed7e7a4bbaa4afdc404eb4c35d2f565f87 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b183e761690c24a9c503a285e1bba9341b0a5ca4 [^] |
2015-05-21 12:28 | aaroncalero | Review Assigned To | => aaroncalero |
2015-05-21 18:22 | aaroncalero | Note Added: 0077632 | |
2015-05-21 18:22 | aaroncalero | Status | resolved => new |
2015-05-21 18:22 | aaroncalero | Resolution | fixed => open |
2015-05-27 11:30 | hgbot | Checkin | |
2015-05-27 11:30 | hgbot | Note Added: 0077800 | |
2015-05-27 16:46 | hgbot | Checkin | |
2015-05-27 16:46 | hgbot | Note Added: 0077827 | |
2015-05-27 16:46 | hgbot | Status | new => resolved |
2015-05-27 16:46 | hgbot | Resolution | open => fixed |
2015-05-27 16:46 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b183e761690c24a9c503a285e1bba9341b0a5ca4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4805d46164d4c8da0b884c491dc4baf5b38ee32c [^] |
2015-05-27 16:51 | hgbot | Checkin | |
2015-05-27 16:51 | hgbot | Note Added: 0077828 | |
2015-05-27 16:51 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4805d46164d4c8da0b884c491dc4baf5b38ee32c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8cfb1cb7fbe38b33e58edceb602d1b89cc6560e8 [^] |
2015-05-27 18:16 | aaroncalero | Note Added: 0077833 | |
2015-05-27 18:16 | aaroncalero | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |