Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037600Retail ModulesWeb POSpublic2018-01-08 15:012018-01-22 10:39
umartirena 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR18Q2 
marvintm
No
0037600: Customers created in Web POS cannot be assigned to the ticket while being offline and in Remote mode
Customers created in Web POS cannot be assigned to the ticket while being offline and in Remote mode. The customer is properly created while back online but it is not assigned to the ticket.
In http://livebuilds.openbravo.com/retail_pi_pgsql: [^]
 * Go to Preference window and create a new preference:
   - "Enable Remote for Customer"
   - Value = Y
   - Selected = Y

Logout and login in http://livebuilds.openbravo.com/retail_pi_pgsql [^]
 * Disconnect network to go offline
 * Click on Business Partner button
 * Click on New Customer
 * Fill Name and Address
 * Click on Save
 * Click on Assign Customer
 * Check that the Customer is not assigned to the ticket.
 * Add a product and complete the ticket.
 * Go back online and go to the backoffice
 * Check that the new Customer has been properly created.
 * Check that the new Sales Order has been properly created, but the Business Partner is the anonymous Business Partner.
No tags attached.
patch issue 37600 posterminal.patch (2,771) 2018-01-12 13:48
https://issues.openbravo.com/file_download.php?file_id=11453&type=bug
patch issue 37600 test.patch (7,921) 2018-01-17 11:37
https://issues.openbravo.com/file_download.php?file_id=11463&type=bug
Issue History
2018-01-08 15:01umartirenaNew Issue
2018-01-08 15:01umartirenaAssigned To => Retail
2018-01-08 15:01umartirenaTriggers an Emergency Pack => No
2018-01-09 12:44ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-01-12 13:48ranjith_qualiantech_comFile Added: issue 37600 posterminal.patch
2018-01-12 13:48ranjith_qualiantech_comFile Added: issue 37600 test.patch
2018-01-15 13:57umartirenaResolution time => 1516230000
2018-01-17 08:21ranjith_qualiantech_comStatusnew => scheduled
2018-01-17 11:37ranjith_qualiantech_comFile Deleted: issue 37600 test.patch
2018-01-17 11:37ranjith_qualiantech_comFile Added: issue 37600 test.patch
2018-01-19 13:10hgbotCheckin
2018-01-19 13:10hgbotNote Added: 0101789
2018-01-19 13:10hgbotStatusscheduled => resolved
2018-01-19 13:10hgbotResolutionopen => fixed
2018-01-19 13:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/53b8d2fd10fd91029d6e48969fc7b8039b19304c [^]
2018-01-19 13:11hgbotCheckin
2018-01-19 13:11hgbotNote Added: 0101790
2018-01-22 10:39marvintmReview Assigned To => marvintm
2018-01-22 10:39marvintmStatusresolved => closed
2018-01-22 10:39marvintmFixed in Version => RR18Q2

Notes
(0101789)
hgbot   
2018-01-19 13:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 53b8d2fd10fd91029d6e48969fc7b8039b19304c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jan 19 17:40:21 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/53b8d2fd10fd91029d6e48969fc7b8039b19304c [^]

Fixed issue 37600 : Add locations attributes to bp model while creating new customer

---
M web/org.openbravo.retail.posterminal/js/data/datacustomersave.js
---
(0101790)
hgbot   
2018-01-19 13:11   
Repository: tools/automation/pi-mobile
Changeset: 8db229128d008dc1ab534495f16b25947617d8d8
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jan 19 17:40:51 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8db229128d008dc1ab534495f16b25947617d8d8 [^]

Verifies issue 37600 : Added automated test 'I37600_VerifyNewCustomerReceipt'

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