Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035522Retail ModulesWeb POSpublic2017-03-15 10:292017-11-07 12:26
Sandrahuguet 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
RR17Q3 
marvintm
No
0035522: Duplicate requests to BPLocation when loading a ticket
Duplicate requests to BPLocation when loading a ticket
-Enable all high volumes preference
-Log in the WebPOS
-Tap on receipt selector and tap on magnifying glass
-Open chrome developer tools
-Select one tickect, notice that there are duplicate requests to BPLocation
Performance
related to defect 0035520 closed ranjith_qualiantech_com Multiple duplicate requests to Complementary Products when loading a ticket 
related to defect 0035526 closed ranjith_qualiantech_com Duplicate requests to BPLocation when loading a business partner 
Issue History
2017-03-15 10:29SandrahuguetNew Issue
2017-03-15 10:29SandrahuguetAssigned To => Retail
2017-03-15 10:29SandrahuguetResolution time => 1491343200
2017-03-15 10:29SandrahuguetTriggers an Emergency Pack => No
2017-03-15 10:29SandrahuguetRelationship addedrelated to 0035520
2017-03-15 10:29SandrahuguetTag Attached: Performance
2017-03-15 12:40SandrahuguetRelationship addedrelated to 0035526
2017-03-15 14:05ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-03-15 14:06ranjith_qualiantech_comStatusnew => scheduled
2017-03-20 07:38hgbotCheckin
2017-03-20 07:38hgbotNote Added: 0095410
2017-03-20 07:38hgbotStatusscheduled => resolved
2017-03-20 07:38hgbotResolutionopen => fixed
2017-03-20 07:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/402a254f768bf041980f4260b4126772cde4d468 [^]
2017-03-24 13:16marvintmNote Added: 0095555
2017-03-24 13:16marvintmStatusresolved => new
2017-03-24 13:16marvintmResolutionfixed => open
2017-03-27 07:06ranjith_qualiantech_comStatusnew => scheduled
2017-04-04 10:45hgbotCheckin
2017-04-04 10:45hgbotNote Added: 0095820
2017-04-04 10:45hgbotStatusscheduled => resolved
2017-04-04 10:45hgbotResolutionopen => fixed
2017-04-04 10:45hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/402a254f768bf041980f4260b4126772cde4d468 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5ddc16a2cbbd200f988959bdec4362b7abb17e19 [^]
2017-04-07 13:28marvintmReview Assigned To => marvintm
2017-04-07 13:28marvintmStatusresolved => closed
2017-04-07 13:28marvintmFixed in Version => RR17Q3
2017-11-07 12:26eugeniIssue Monitored: eugeni

Notes
(0095410)
hgbot   
2017-03-20 07:38   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 402a254f768bf041980f4260b4126772cde4d468
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Mar 20 12:08:19 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/402a254f768bf041980f4260b4126772cde4d468 [^]

Fixes issue 35522 : Removed Duplicate BPLocation call while loading receipts

* Customer Location already fetched in the same function newPaidReceipt(), So duplicated code is removed

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0095555)
marvintm   
2017-03-24 13:16   
I've found a problem which may be related to this change:
- Create new receipt
- Select Arturo Montoro business partner.
- Open address selector
- Create new address, only for shipping, and assign it to receipt
- Add line and complete the ticket
- Load the ticket back. Verify that both addresses are shown to be the shipping address. This is wrong.
(0095820)
hgbot   
2017-04-04 10:45   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5ddc16a2cbbd200f988959bdec4362b7abb17e19
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Apr 04 14:14:17 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5ddc16a2cbbd200f988959bdec4362b7abb17e19 [^]

Fixes issue 35522 : Removed Duplicate BPLocation call while loading receipts

* Customer Location already fetched in the same function newPaidReceipt(), So duplicated code is removed

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---