Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037450Retail ModulesWeb POSpublic2017-12-11 16:042018-01-25 15:57
jonibc 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
RR18Q1 
marvintm
Production - Confirmed Stable
2016-12-01
RR17Q1
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/914d8e21297577cc4c957192cbccd3567cc6d7e5 [^]
No
0037450: [SERQA 3583] It is not possible to assign the BP to the ticket
It is not possible to assign a new business partner to the ticket after create two different customers and assign to the ticket, although the customer has been really assigned to the ticket, the label is not correctly shown.

Possibly the change:bp event is not correctly handled in the javascript code.
Login to Web POS:
1- Create a new customer. Assign it to the ticket.
2- Create another customer. It is not possible to assign it to the ticket.
No tags attached.
depends on backport 0037453RR17Q4 closed jorge-garcia [SERQA 3583] It is not possible to assign the BP to the ticket 
depends on backport 0037454RR17Q3.2 closed jorge-garcia [SERQA 3583] It is not possible to assign the BP to the ticket 
caused by feature request 0032052 closed aaroncalero It would be nice to improve the Customer Management (Search, Creation) in Web POS 
Issue History
2017-12-11 16:04jonibcNew Issue
2017-12-11 16:04jonibcAssigned To => Retail
2017-12-11 16:04jonibcResolution time => 1514242800
2017-12-11 16:04jonibcTriggers an Emergency Pack => No
2017-12-11 16:04jonibcSummary[SERQA 358 It is not possible to assign the BP to the ticket => [SERQA 358 It is not possible to assign the BP to the ticket3]
2017-12-11 16:04jonibcDescription Updatedbug_revision_view_page.php?rev_id=16427#r16427
2017-12-11 16:05jonibcSummary[SERQA 358 It is not possible to assign the BP to the ticket3] => [SERQA 3583] It is not possible to assign the BP to the ticket
2017-12-11 17:12jorge-garciaRegression level => Production - Confirmed Stable
2017-12-11 17:12jorge-garciaRegression introduced in release => RR17Q1
2017-12-11 17:21jorge-garciaRegression date => 2016-12-01
2017-12-11 17:21jorge-garciaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/914d8e21297577cc4c957192cbccd3567cc6d7e5 [^]
2017-12-11 17:22jorge-garciaRelationship addedcaused by 0032052
2017-12-11 17:25jorge-garciaStatusnew => scheduled
2017-12-11 17:25jorge-garciaAssigned ToRetail => jorge-garcia
2017-12-15 08:29hgbotCheckin
2017-12-15 08:29hgbotNote Added: 0101049
2017-12-15 08:29hgbotStatusscheduled => resolved
2017-12-15 08:29hgbotResolutionopen => fixed
2017-12-15 08:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/234a2c5ad72b2715ef4e6fabf97fc3b1799d7b41 [^]
2017-12-18 09:55marvintmReview Assigned To => marvintm
2017-12-18 09:55marvintmStatusresolved => closed
2017-12-18 09:55marvintmFixed in Version => RR18Q1
2018-01-25 15:57hgbotCheckin
2018-01-25 15:57hgbotNote Added: 0101947

Notes
(0101049)
hgbot   
2017-12-15 08:29   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 234a2c5ad72b2715ef4e6fabf97fc3b1799d7b41
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Dec 14 09:42:08 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/234a2c5ad72b2715ef4e6fabf97fc3b1799d7b41 [^]

Fixed issue 37450: [SERQA 3583] It is not possible to assign the BP to
the ticket

The solution is generate a assign a cloned bp object. With this change,
instead of using the same pointer the webPOS generates a new pointer.
This allows to execute the bp listeners.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customerdetailview.js
---
(0101947)
hgbot   
2018-01-25 15:57   
Repository: tools/automation/pi-mobile
Changeset: efed11540996944a2c16c74837592dff09b8dbc2
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Jan 17 17:41:45 2018 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/efed11540996944a2c16c74837592dff09b8dbc2 [^]

Verifies issue 37450: Added automated test 'I37450_VerifyCustomerAssignmentAfterCreation'

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customer/I37450_VerifyCustomerAssignmentAfterCreation.java
---