Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035526Retail ModulesWeb POSpublic2017-03-15 12:402017-06-13 12:20
Sandrahuguet 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
20Community Appliance
 
RR17Q3 
marvintm
No
0035526: Duplicate requests to BPLocation when loading a business partner
Duplicate requests to BPLocation when loading a business partner
-Enable all high volumes preference
-Log in the WebPOS
-Tap on business partner selector and tap on magnifying glass
-Open chrome developer tools
-Select 'Arturo Montoro', notice that there are duplicate requests to BPLocation
Performance
related to defect 0035522 closed ranjith_qualiantech_com Duplicate requests to BPLocation when loading a ticket 
blocks defect 0036227 closed Retail [SERQA 2975] Call to show shipping and invoicing buttons is not synchronous with OB.DAL.Save 
Issue History
2017-03-15 12:40SandrahuguetNew Issue
2017-03-15 12:40SandrahuguetAssigned To => Retail
2017-03-15 12:40SandrahuguetResolution time => 1491343200
2017-03-15 12:40SandrahuguetTriggers an Emergency Pack => No
2017-03-15 12:40SandrahuguetRelationship addedrelated to 0035522
2017-03-15 12:40SandrahuguetTag Attached: Performance
2017-03-16 12:09ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-03-16 12:09ranjith_qualiantech_comStatusnew => scheduled
2017-04-04 10:43hgbotCheckin
2017-04-04 10:43hgbotNote Added: 0095819
2017-04-04 10:43hgbotStatusscheduled => resolved
2017-04-04 10:43hgbotResolutionopen => fixed
2017-04-04 10:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/68f64b3049e36133e17a3ff4ce2e7771c2aa5b8d [^]
2017-04-07 13:27marvintmReview Assigned To => marvintm
2017-04-07 13:27marvintmStatusresolved => closed
2017-04-07 13:27marvintmFixed in Version => RR17Q3
2017-06-13 08:41jonibcRelationship addedblocks 0036227
2017-06-13 12:20jonibcRelationship deletedblocks 0036227
2017-06-13 12:20jonibcRelationship addedblocks 0036227

Notes
(0095819)
hgbot   
2017-04-04 10:43   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 68f64b3049e36133e17a3ff4ce2e7771c2aa5b8d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Apr 04 14:12:40 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/68f64b3049e36133e17a3ff4ce2e7771c2aa5b8d [^]

Fixes issue 35526 : Removed Duplicate BPLocation call while applying customer to receipt

* Loaded all locations to respective receipt bp object, So extra request to BPlocation is reduced
* Extra request to show Address Modal Title is removed
* Refactored Code of updateDefaultCustomerLocations, to work on both remote mode & normal mode
* Refactored Code of setBPandBPloc, Save Location model is present or fetch the model from db

---
M web/org.openbravo.retail.posterminal/js/components/bplocation.js
M web/org.openbravo.retail.posterminal/js/components/businesspartner_selector.js
M web/org.openbravo.retail.posterminal/js/data/datacustomeraddrsave.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---