Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038854Retail ModulesWeb POSpublic2018-06-28 10:342018-08-16 15:02
jorge-garcia 
javierRodriguez 
normalminoralways
closedfixed 
5
 
piRR18Q4 
marvintm
No
0038854: Open order customer location in offline and with remote for customer is raising an popup of error
Open order customer location in offline and with remote for customer is raising an popup of error
1) Go to Backoffice to Preference window
2) Set a new preference Enable Remote for Customer to 'Y'
3) Login in webPOS
4) Go offline
5) Click on order's customer button
6) The customer popup is open. Close it
7) Click on order's customer location button
8) The customer location popup is open but behind it, and error confirmation popup is raised too and it should not.
No tags attached.
Issue History
2018-06-28 10:34jorge-garciaNew Issue
2018-06-28 10:34jorge-garciaAssigned To => javierRodriguez
2018-06-28 10:34jorge-garciaTriggers an Emergency Pack => No
2018-07-05 11:10hgbotCheckin
2018-07-05 11:10hgbotNote Added: 0105634
2018-07-05 11:10hgbotStatusnew => resolved
2018-07-05 11:10hgbotResolutionopen => fixed
2018-07-05 11:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d1c23f028eecb8ca67476354bc9600c6d712230e [^]
2018-08-16 14:09marvintmNote Added: 0106363
2018-08-16 14:09marvintmStatusresolved => new
2018-08-16 14:09marvintmResolutionfixed => open
2018-08-16 14:50hgbotCheckin
2018-08-16 14:50hgbotNote Added: 0106366
2018-08-16 14:50hgbotStatusnew => resolved
2018-08-16 14:50hgbotResolutionopen => fixed
2018-08-16 14:50hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d1c23f028eecb8ca67476354bc9600c6d712230e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4eb04647b465f1f16e6be36be8f88084c5d9a76d [^]
2018-08-16 15:02marvintmReview Assigned To => marvintm
2018-08-16 15:02marvintmStatusresolved => closed
2018-08-16 15:02marvintmFixed in Version => RR18Q4

Notes
(0105634)
hgbot   
2018-07-05 11:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d1c23f028eecb8ca67476354bc9600c6d712230e
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Wed Jul 04 16:16:39 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d1c23f028eecb8ca67476354bc9600c6d712230e [^]

Fixes issue 38854: Open order customer location in offline and with remote for customer is raising an popup of error

---
M web/org.openbravo.retail.posterminal/js/components/bplocation.js
---
(0106363)
marvintm   
2018-08-16 14:09   
We should always use the backbone API to access model properties, so this:

OB.MobileApp.model.receipt.get('bp').attributes.locId

should be changed to:

OB.MobileApp.model.receipt.get('bp').get('locId')
(0106366)
hgbot   
2018-08-16 14:50   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4eb04647b465f1f16e6be36be8f88084c5d9a76d
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Thu Aug 16 14:50:23 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4eb04647b465f1f16e6be36be8f88084c5d9a76d [^]

Fixed issue 38854: Open order customer location in offline and with remote for customer is raising an popup of error

---
M web/org.openbravo.retail.posterminal/js/components/bplocation.js
---