Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040956Retail ModulesWeb POSpublic2019-05-27 15:422019-06-06 19:58
nicolasuriz 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR19Q3 
marvintm
No
0040956: Enable Remote for Product. Fails a service with multiline selection with two products related to it.
When creating an OTF with a product category related to the service (Unique quantity), and another product already related to this service, the multiline selection is not working. If you do it one by one adding this service to the ticket, the association is fine, but not in multiline selection situation.
1. Set preference "Enable Remote for Product"=Y
2. Create one product category
3. Create one service (Unique quantity, related to the previous product category and checked the multiline selection flag) and a product related as well to this product category.
4. When they are already in the assortment, you could test this.
5. Create one OTF from the menu entry in POS and add the relation with the previous product category.
6. Add the other product created.
7. One by one is working fine while adding the service, not if you use the multiline way.
No tags attached.
Issue History
2019-05-27 15:42nicolasurizNew Issue
2019-05-27 15:42nicolasurizAssigned To => Retail
2019-05-27 15:42nicolasurizResolution time => 1559944800
2019-05-27 15:42nicolasurizTriggers an Emergency Pack => No
2019-05-27 15:45nicolasurizSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=18823#r18823
2019-05-30 10:35ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-05-31 08:36ranjith_qualiantech_comStatusnew => scheduled
2019-06-03 09:05nicolasurizNote Added: 0112332
2019-06-03 09:05nicolasurizSummaryEnable Remote for Product. Fails a service with multine selection with two products related to it. => Enable Remote for Product. Fails a service with multiline selection with two products related to it.
2019-06-03 15:00hgbotCheckin
2019-06-03 15:00hgbotNote Added: 0112338
2019-06-03 15:00hgbotStatusscheduled => resolved
2019-06-03 15:00hgbotResolutionopen => fixed
2019-06-03 15:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ff8dfeeb6f379097e54ff22f488eae5d691a386d [^]
2019-06-06 19:58marvintmReview Assigned To => marvintm
2019-06-06 19:58marvintmStatusresolved => closed
2019-06-06 19:58marvintmFixed in Version => RR19Q3

Notes
(0112332)
nicolasuriz   
2019-06-03 09:05   
In case of doubts check this video:
https://drive.google.com/file/d/18289VjAeC7WnDK37gqSLDLT9S2Af1zAz/view [^]
(0112338)
hgbot   
2019-06-03 15:00   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ff8dfeeb6f379097e54ff22f488eae5d691a386d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 03 18:30:43 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ff8dfeeb6f379097e54ff22f488eae5d691a386d [^]

Fixed issue 40956 : Updated Services Query to shows the services if product is not present in the search param Product List

* In MultiLine Selection Serive search which have OTF product and normal product,
  validation is added to skip if product is not present

---
M src/org/openbravo/retail/posterminal/ServicesMultiselectionHQLCriteria.java
---