Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040541Retail ModulesWeb POSpublic2019-04-05 14:202019-05-01 08:41
jarmendariz 
jarmendariz 
normalminoralways
closedfixed 
5
 
RR19Q3 
marvintm
No
0040541: Selected printer is not updated in modal window when printer is changed outside the modal
When POS printer is changed outside the modal itself (e.g. from the browser's developer tools), the selected value shown in the modal is not updated
- Enter the POS
- In menu, tap "Select Printer"
- Check that "Main Terminal Printer" is checked
- Cancel the popup
- In the javascript console, change the default printer to "Test Printer 2 (Receipt only) with the following:
> OB.POS.hwserver.setActiveURL('http://127.0.2.1:8090' [^]);
- Enter "Select Printer" again
- Check that "Main Terminal Printer" still appears as the selected one
No tags attached.
blocks feature request 0040551 closed jarmendariz Use the device camera as barcode scanner 
Issue History
2019-04-05 14:20jarmendarizNew Issue
2019-04-05 14:20jarmendarizAssigned To => jarmendariz
2019-04-05 14:20jarmendarizTriggers an Emergency Pack => No
2019-04-05 14:25jarmendarizStatusnew => scheduled
2019-04-08 16:49jarmendarizRelationship addedblocks 0040551
2019-04-10 19:01hgbotCheckin
2019-04-10 19:01hgbotNote Added: 0111064
2019-04-10 19:01hgbotStatusscheduled => resolved
2019-04-10 19:01hgbotResolutionopen => fixed
2019-04-10 19:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e89f9c049d3d60a8cde9612bea9e9c653b3b661d [^]
2019-04-10 19:03jarmendarizReview Assigned To => marvintm
2019-05-01 08:41marvintmStatusresolved => closed
2019-05-01 08:41marvintmFixed in Version => RR19Q3

Notes
(0111064)
hgbot   
2019-04-10 19:01   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e89f9c049d3d60a8cde9612bea9e9c653b3b661d
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Fri Apr 05 14:28:54 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e89f9c049d3d60a8cde9612bea9e9c653b3b661d [^]

Fixed issue 40541: Selected printer is not updated when changed out of modal.

Added a line in the executeOnShow function that refreshes the modal selection
each time the modal is visible.

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