Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040991Retail ModulesWeb POSpublic2019-05-31 13:362019-09-09 14:55
ucarrion 
rqueralta 
normalminoralways
closedfixed 
5
 
RR19Q3 
marvintm
No
0040991: Incorrect association between product and deferred service after using 'remove associations' button
The association between a service and a product is incorrect if it has been removed before.

video --> https://drive.google.com/file/d/1_tNzfwG2vLEYX6XXjLwFWm93TBtX-Xig/view [^]
1. Configure a service in order to be deferred for 2 products
2. Login webpos and create a ticket including two products (that could be related to the service configured in step 1)
3. Pay the ticket
4. Open the ticket again and select both lines
5. Select services icon
6. In the popup, select one of the options and a new ticket will be opened including the service
7. Select the service line and select 'remove associations' button
8. In the popup, select a line and press OK
9. Once the association is removed, add it again
10. Check that the association is incorrect (doc no)
The association should mantain the original docno.
No tags attached.
Issue History
2019-05-31 13:36ucarrionNew Issue
2019-05-31 13:36ucarrionAssigned To => Retail
2019-05-31 13:36ucarrionResolution time => 1560981600
2019-05-31 13:36ucarrionTriggers an Emergency Pack => No
2019-06-11 15:54rqueraltaAssigned ToRetail => rqueralta
2019-06-11 15:55rqueraltaStatusnew => scheduled
2019-06-18 15:35hgbotCheckin
2019-06-18 15:35hgbotNote Added: 0112863
2019-06-18 15:35hgbotStatusscheduled => resolved
2019-06-18 15:35hgbotResolutionopen => fixed
2019-06-18 15:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/54de820d531646d251b746c056bdbc8655095712 [^]
2019-06-25 19:36marvintmReview Assigned To => marvintm
2019-06-25 19:36marvintmStatusresolved => closed
2019-06-25 19:36marvintmFixed in Version => RR19Q3
2019-09-09 14:55hgbotCheckin
2019-09-09 14:55hgbotNote Added: 0114460

Notes
(0112863)
hgbot   
2019-06-18 15:35   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 54de820d531646d251b746c056bdbc8655095712
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Mon Jun 17 17:53:23 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/54de820d531646d251b746c056bdbc8655095712 [^]

Fixed issue 40991: Incorrect association between product and deferred service
after using 'remove associations' button

- Avoided update order document no. of the related lines when "Remove
Associations" is open

---
M web/org.openbravo.retail.posterminal/js/components/modalremoveassociatedtickets.js
---
(0114460)
hgbot   
2019-09-09 14:55   
Repository: tools/automation/pi-mobile
Changeset: 1676c7544baa0333e7d80d1394fd373592550509
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Thu Sep 05 16:33:27 2019 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1676c7544baa0333e7d80d1394fd373592550509 [^]

Related to issue 40991: Added automated test

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/services/I40991_VerifyServiceAssociationMaintainsDocNo.java
---