Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039086Retail ModulesWeb POSpublic2018-08-02 14:282018-08-16 12:23
anderaranguren 
rqueralta 
urgentmajoralways
closedfixed 
5
pi 
RR18Q4 
marvintm
No
0039086: 'Web POS edit customer location button' and 'Web POS action create and edit customer' preferences are ignored when setting as N
"Web POS action create and edit customers" and "Web POS edit customer location button" preferences are set as Y by default at system level.
        When creating new as 'N' are ignored and is possible to create and edit a customer and edit location from POS terminal.
1. Login into the backend, and create new entries in "Preferences" window:
            - "Web POS action create and edit customers" = N
            - "Web POS edit customer location button" = N
        2. Login into POS, open BP selector and "New customer" and "manage Address(es)" buttons are active, and feature available
No tags attached.
Issue History
2018-08-02 14:28anderarangurenNew Issue
2018-08-02 14:28anderarangurenAssigned To => Retail
2018-08-02 14:28anderarangurenResolution time => 1534975200
2018-08-02 14:28anderarangurenTriggers an Emergency Pack => No
2018-08-02 20:47rqueraltaAssigned ToRetail => rqueralta
2018-08-02 20:47rqueraltaStatusnew => scheduled
2018-08-07 11:20martinsdanIssue Monitored: martinsdan
2018-08-07 14:52rqueraltaNote Added: 0106175
2018-08-07 14:52rqueraltaNote Edited: 0106175bug_revision_view_page.php?bugnote_id=0106175#r17501
2018-08-07 14:53rqueraltaNote Edited: 0106175bug_revision_view_page.php?bugnote_id=0106175#r17502
2018-08-07 15:48hgbotCheckin
2018-08-07 15:48hgbotNote Added: 0106178
2018-08-07 15:48hgbotStatusscheduled => resolved
2018-08-07 15:48hgbotResolutionopen => fixed
2018-08-07 15:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/377b28229d34dae3b6c565215bb7fadc1c9c38c4 [^]
2018-08-10 15:32hgbotCheckin
2018-08-10 15:32hgbotNote Added: 0106293
2018-08-16 12:23marvintmReview Assigned To => marvintm
2018-08-16 12:23marvintmStatusresolved => closed
2018-08-16 12:23marvintmFixed in Version => RR18Q4

Notes
(0106175)
rqueralta   
2018-08-07 14:52   
(edited on: 2018-08-07 14:53)
To disable or enable the "* New Customer" button on BP selector popup is necessary put "Web POS create customer button" = N in "Preferences" window

(0106178)
hgbot   
2018-08-07 15:48   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 377b28229d34dae3b6c565215bb7fadc1c9c38c4
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Mon Aug 06 17:53:36 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/377b28229d34dae3b6c565215bb7fadc1c9c38c4 [^]

Fixed issue 39086: 'Web POS edit customer location button' and 'Web POS action
create and edit customer' preferences are ignored when setting as N

-Added OBPOS_retail.editCustomers and OBPOS_retail.editCustomerLocationButton
preferences to enable or disable some buttons.

---
M web/org.openbravo.retail.posterminal/js/components/businesspartner_selector.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customerdetailview.js
---
(0106293)
hgbot   
2018-08-10 15:32   
Repository: tools/automation/pi-mobile
Changeset: 570939bc7a06d6a41ad54a5906d276b0ac68445c
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Aug 08 13:16:31 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/570939bc7a06d6a41ad54a5906d276b0ac68445c [^]

Related to issue 39086: 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/customer/I39086_VerifyCustomerButtonsWhenPreferenceInactive.java
---