Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033520Retail ModulesWeb POSpublic2016-07-21 11:272016-08-18 12:24
lorenzofidalgo 
ranjith_qualiantech_com 
highminoralways
closedfixed 
5
main 
RR16Q4 
guilleaer
No
0033520: [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.
depends on backport 0033548RR16Q3.1 closed ranjith_qualiantech_com [RR16Q3][ProductServices] Clicking several times in a product to add it to a receipt prevents Product Services to appear 
depends on backport 0033549RR16Q2.2 closed ranjith_qualiantech_com [RR16Q3][ProductServices] Clicking several times in a product to add it to a receipt prevents Product Services to appear 
related to defect 0033521 closed ranjith_qualiantech_com [RR16Q3][ProductServices] Clicking in several products to add them prevents Services to appear for all the clicked products 
related to defect 0033914 closed mario_castello Gift Card module not work fine when pay with Gift Voucher. 
causes defect 0034271 closed ranjith_qualiantech_com Click quickly twice in a product does not add 2 products but 1. In previous releases it did work. 
Issue History
2016-07-21 11:27lorenzofidalgoNew Issue
2016-07-21 11:27lorenzofidalgoAssigned To => Retail
2016-07-21 11:27lorenzofidalgoTriggers an Emergency Pack => No
2016-07-21 11:52lorenzofidalgoRelationship addedrelated to 0033521
2016-07-21 17:38marvintmStatusnew => acknowledged
2016-07-27 08:50ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-07-27 08:50ranjith_qualiantech_comStatusacknowledged => scheduled
2016-07-27 13:16marvintmStatusscheduled => acknowledged
2016-07-27 13:16marvintmStatusacknowledged => scheduled
2016-08-02 12:55hgbotCheckin
2016-08-02 12:55hgbotNote Added: 0088739
2016-08-02 12:55hgbotStatusscheduled => resolved
2016-08-02 12:55hgbotResolutionopen => fixed
2016-08-02 12:55hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c514ab30d8b583813ccad4de5edf19821b1a2cf4 [^]
2016-08-18 12:24guilleaerReview Assigned To => guilleaer
2016-08-18 12:24guilleaerStatusresolved => closed
2016-08-18 12:24guilleaerFixed in Version => RR16Q4
2016-09-06 18:00mario_castelloRelationship addedrelated to 0033914
2016-10-25 16:08ranjith_qualiantech_comRelationship addedcauses 0034271

Notes
(0088739)
hgbot   
2016-08-02 12:55   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c514ab30d8b583813ccad4de5edf19821b1a2cf4
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sun Jul 31 18:50:28 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c514ab30d8b583813ccad4de5edf19821b1a2cf4 [^]

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