Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033549Retail ModulesWeb POSpublic2016-07-21 11:272016-08-23 13:49
lorenzofidalgo 
ranjith_qualiantech_com 
highminoralways
closedfixed 
5
main 
RR16Q2.2RR16Q2.2 
guilleaer
No
0033549: [RR16Q3][ProductServices] Clicking several times in a product to add it to a receipt prevents Product Services to appear
It is supposed that, after clicking a product, if it is configured to do that, a service must appear to be able to be selected by the POS user. If the product is clicked quickly several times, it does not appear after clicking the product. It can appear after some clicks or when the POS user has finished to click in that product, "randomly".
0-Having Product Services configured, login POS as vallblanca.
1-Go to BROWSE || Best sellers.
2-Now click quickly several times "Avalanche transceiver" (20 times for example). DEFECT: Realise that, depending on the speed of those clicks, the Product Service can appear in different moments. (You can try step 2 clicking faster or slower to check it).
No tags attached.
blocks defect 0033520 closed ranjith_qualiantech_com [RR16Q3][ProductServices] Clicking several times in a product to add it to a receipt prevents Product Services to appear 
Issue History
2016-07-27 13:16marvintmTypedefect => backport
2016-07-27 13:16marvintmTarget Version => RR16Q2.2
2016-08-16 11:35hgbotCheckin
2016-08-16 11:35hgbotNote Added: 0089130
2016-08-16 11:35hgbotStatusscheduled => resolved
2016-08-16 11:35hgbotResolutionopen => fixed
2016-08-16 11:35hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal/rev/f552d7b048f0d4274699e5406d2f5c9552e04455 [^]
2016-08-18 12:25guilleaerReview Assigned To => guilleaer
2016-08-18 12:25guilleaerStatusresolved => closed
2016-08-18 12:25guilleaerFixed in Version => RR16Q2.2
2016-08-22 13:47jorge-garciaNote Added: 0089276
2016-08-22 13:47jorge-garciaStatusclosed => new
2016-08-22 13:47jorge-garciaResolutionfixed => open
2016-08-22 13:47jorge-garciaFixed in VersionRR16Q2.2 =>
2016-08-22 13:50ranjith_qualiantech_comStatusnew => scheduled
2016-08-22 14:18hgbotCheckin
2016-08-22 14:18hgbotNote Added: 0089280
2016-08-22 14:18hgbotStatusscheduled => resolved
2016-08-22 14:18hgbotResolutionopen => fixed
2016-08-22 14:18hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal/rev/f552d7b048f0d4274699e5406d2f5c9552e04455 [^] => http://code.openbravo.com/retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal/rev/ce2f13bc3a6b2b4bdb2a56405f07a4cd32d626f7 [^]
2016-08-23 13:49guilleaerStatusresolved => closed
2016-08-23 13:49guilleaerFixed in Version => RR16Q2.2
2016-10-25 15:57ranjith_qualiantech_comRelationship addedcauses 0034271
2016-10-25 16:08ranjith_qualiantech_comRelationship deletedcauses 0034271

Notes
(0089130)
hgbot   
2016-08-16 11:35   
Repository: retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal
Changeset: f552d7b048f0d4274699e5406d2f5c9552e04455
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Aug 16 15:04:50 2016 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal/rev/f552d7b048f0d4274699e5406d2f5c9552e04455 [^]

Fixes issue 33549 : Restrict for adding new product if last added product has services

- Added callback for addProductToorder inorder to find the process completion
- Removed "subscribeToCalculateGross" function, since product service should shown after adding product
(subscribeToCalculateGross take some time to callback, due to "saveCurrent" event listener)

---
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0089276)
jorge-garcia   
2016-08-22 13:47   
This fix breaks the integration of 3.016Q2.2 release.
FAILED:
        https://ci.openbravo.com//job/try-ret-test-pgsql-suite1/4152/ [^]
        https://ci.openbravo.com//job/try-ret-test-pgsql-suite3/4138/ [^]
        https://ci.openbravo.com//job/try-ret-test-oracle-suite1/4135/ [^]
        https://ci.openbravo.com//job/try-ret-test-oracle-suite2/4131/ [^]
        https://ci.openbravo.com//job/try-ret-test-oracle-suite3/4132/ [^]
Probably it's needed to backport something else to this release
(0089280)
hgbot   
2016-08-22 14:18   
Repository: retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal
Changeset: ce2f13bc3a6b2b4bdb2a56405f07a4cd32d626f7
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Aug 22 17:47:19 2016 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal/rev/ce2f13bc3a6b2b4bdb2a56405f07a4cd32d626f7 [^]

Fixes issue 33549 : Removing Duplicate code inorder to prevent the unappropriate product addition

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---