Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0025655 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Web POS | major | always | 2014-02-04 10:54 | 2014-02-21 09:09 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR14Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 5974f0bc9ea8 | ||||
Projection | none | ETA | none | Target Version | RR14Q2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | RMP30.1 | SCM revision | ||||||
Review Assigned To | malsasua | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0025655: Web POS should allow to group the same product in different lines | |||||||
Description | Web POS should allow to group the same product in different lines. Currently, in Web POS the user is able to add between 1--N units of same product in one line or between 1--N lines with same product and quantity equal to 1. Web POS should be able to: -one line with product cake, qty 20 and storage bin North -another line with product cake, qty 20 and storage bin South | |||||||
Steps To Reproduce | - | |||||||
Proposed Solution | Web POS may have the following behaviour: -if you add units using buttons "+" or "-" web pos should not add a new line -if you go to tabs "scan ,browse or search" and you add an existing product in the ticket, it should add a new line. In above way we can have a desired behaviour. Currently, we have a checkbox "grouped product" to group all the units of one product in one line per unit. We could use this checkbox to create the new behaviour because I don't know what is the reason to current checkbox. In that way we will not add more complexity to current configuration. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0063945) dmitry_mezentsev (developer) 2014-02-06 10:31 |
We should fine tune current Grouped / Not Grouped product functionality. http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Grouped_products [^] As of now when product is "Not Grouped" one cannot change the quantity of this line (pop-up appears explaining that it is not possible for "not grouped" products). The proposal is to remove this pop-up and to allow quantity change of the line using +, -, Quantity buttons. The rest of the behavior (adding new product line from browse / scan, we should keep). One topic to verify is Promotions and Discounts functionality. We need to check that this improvement won't break sth there. |
(0064020) hgbot (developer) 2014-02-07 14:51 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 5974f0bc9ea8a036a5c2e65afa2900a46547044b Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Fri Feb 07 14:50:59 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5974f0bc9ea8a036a5c2e65afa2900a46547044b [^] fixed issue 25655: the machnism to manage groupedproduct has been rewrokes. A new hook has been added. --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js --- |
(0064065) hgbot (developer) 2014-02-11 23:40 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: d61e57e45397d464c92f9602f63b887653fcddbd Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Feb 11 18:47:34 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d61e57e45397d464c92f9602f63b887653fcddbd [^] related to issue 25448: improve behavior of products marked as show stock screen. Adapt to behavior of issue 25655 --- M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js --- |
(0064066) hgbot (developer) 2014-02-11 23:40 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 73db175c828c41a5cfa3ac4f3a3378c058ce90bc Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Feb 11 18:58:50 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/73db175c828c41a5cfa3ac4f3a3378c058ce90bc [^] related to issue 25655: ungroup feature is just needed when the line is created --- M web/org.openbravo.retail.posterminal/js/model/order.js --- |
(0064247) hgbot (developer) 2014-02-13 18:45 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 2474e7f4a8f0627369353212cee3b7851f2f6c27 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Thu Feb 13 11:46:06 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2474e7f4a8f0627369353212cee3b7851f2f6c27 [^] related to issue 25655: Wroking fine also through check stock window --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/ps-productdetailsview.js --- |
(0064360) malsasua (developer) 2014-02-19 14:06 |
verified |
(0064413) hgbot (developer) 2014-02-20 15:47 |
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque Changeset: 5974f0bc9ea8a036a5c2e65afa2900a46547044b Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Fri Feb 07 14:50:59 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/5974f0bc9ea8a036a5c2e65afa2900a46547044b [^] fixed issue 25655: the machnism to manage groupedproduct has been rewrokes. A new hook has been added. --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js --- |
(0064420) hgbot (developer) 2014-02-20 15:48 |
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque Changeset: d61e57e45397d464c92f9602f63b887653fcddbd Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Feb 11 18:47:34 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/d61e57e45397d464c92f9602f63b887653fcddbd [^] related to issue 25448: improve behavior of products marked as show stock screen. Adapt to behavior of issue 25655 --- M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js --- |
(0064421) hgbot (developer) 2014-02-20 15:48 |
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque Changeset: 73db175c828c41a5cfa3ac4f3a3378c058ce90bc Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue Feb 11 18:58:50 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/73db175c828c41a5cfa3ac4f3a3378c058ce90bc [^] related to issue 25655: ungroup feature is just needed when the line is created --- M web/org.openbravo.retail.posterminal/js/model/order.js --- |
(0064427) hgbot (developer) 2014-02-20 15:48 |
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque Changeset: 2474e7f4a8f0627369353212cee3b7851f2f6c27 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Thu Feb 13 11:46:06 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/2474e7f4a8f0627369353212cee3b7851f2f6c27 [^] related to issue 25655: Wroking fine also through check stock window --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/ps-productdetailsview.js --- |
(0064476) malsasua (developer) 2014-02-21 09:09 |
reclosed |
Issue History | |||
Date Modified | Username | Field | Change |
2014-02-04 10:54 | jecharri | New Issue | |
2014-02-04 10:54 | jecharri | Assigned To | => marvintm |
2014-02-04 10:54 | jecharri | Triggers an Emergency Pack | => No |
2014-02-06 10:31 | dmitry_mezentsev | Note Added: 0063945 | |
2014-02-07 14:51 | hgbot | Checkin | |
2014-02-07 14:51 | hgbot | Note Added: 0064020 | |
2014-02-07 14:51 | hgbot | Status | new => resolved |
2014-02-07 14:51 | hgbot | Resolution | open => fixed |
2014-02-07 14:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5974f0bc9ea8a036a5c2e65afa2900a46547044b [^] |
2014-02-11 23:40 | hgbot | Checkin | |
2014-02-11 23:40 | hgbot | Note Added: 0064065 | |
2014-02-11 23:40 | hgbot | Checkin | |
2014-02-11 23:40 | hgbot | Note Added: 0064066 | |
2014-02-13 18:45 | hgbot | Checkin | |
2014-02-13 18:45 | hgbot | Note Added: 0064247 | |
2014-02-19 14:06 | malsasua | Review Assigned To | => malsasua |
2014-02-19 14:06 | malsasua | Note Added: 0064360 | |
2014-02-19 14:06 | malsasua | Status | resolved => closed |
2014-02-19 14:06 | malsasua | Fixed in Version | => RMP32 |
2014-02-20 15:47 | hgbot | Checkin | |
2014-02-20 15:47 | hgbot | Note Added: 0064413 | |
2014-02-20 15:47 | hgbot | Status | closed => resolved |
2014-02-20 15:47 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5974f0bc9ea8a036a5c2e65afa2900a46547044b [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/5974f0bc9ea8a036a5c2e65afa2900a46547044b [^] |
2014-02-20 15:48 | hgbot | Checkin | |
2014-02-20 15:48 | hgbot | Note Added: 0064420 | |
2014-02-20 15:48 | hgbot | Checkin | |
2014-02-20 15:48 | hgbot | Note Added: 0064421 | |
2014-02-20 15:48 | hgbot | Checkin | |
2014-02-20 15:48 | hgbot | Note Added: 0064427 | |
2014-02-21 09:09 | malsasua | Note Added: 0064476 | |
2014-02-21 09:09 | malsasua | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |