Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033548Retail ModulesWeb POSpublic2016-07-21 11:272016-08-25 13:03
lorenzofidalgo 
ranjith_qualiantech_com 
highminoralways
closedfixed 
5
main 
RR16Q3.1RR16Q3.1 
guilleaer
No
0033548: [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 => RR16Q3
2016-08-04 11:25marvintmTarget VersionRR16Q3 => RR16Q3.1
2016-08-16 11:35hgbotCheckin
2016-08-16 11:35hgbotNote Added: 0089129
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.0RR16Q3.1/org.openbravo.retail.posterminal/rev/a426e814fec5d39a1f736ae6170bc632b67fbc76 [^]
2016-08-25 13:03guilleaerReview Assigned To => guilleaer
2016-08-25 13:03guilleaerStatusresolved => closed
2016-08-25 13:03guilleaerFixed in Version => RR16Q3.1

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

Fixes issue 33548 : 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
---