Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039217Retail ModulesWeb POSpublic2018-09-03 17:072018-09-20 19:12
Leyre 
ranjith_qualiantech_com 
immediateminoralways
closedfixed 
5
 
RR18Q4 
marvintm
Production - Confirmed Stable
2017-06-30
RR17Q4
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9d3385757b9adb94f2c6bfe9225a3fb027b7cb85#l4.22 [^]
No
0039217: Button Cancel in pop up "Printer and display are not available" does not work.
When a sales order is finalized and the printer is not available, a pop-up window appears:

"Printer and display are not available
There was an error when printing the ticket in 'Main Terminal Printer'. Do you want to try to print again?"

it seems that the focus is on the Cancel button, but if you press "Intro" with the keyboard, it does nothing
BACKEND
1. Configure a POS Terminal with a Hardware URL but, do not open any printer.

POS TERMINAL
1. Create a new receipt and pay it.
2. The pop-up window"Printer and display are not available" appears.
3. Press "Cancel" button

* Verify that the button does not works.
* This began to work incorrectly in version 18Q3
After discussing , as retry is the default action in the component, the focus should be on "Retry" button instead of "Cancel" button
No tags attached.
depends on backport 0039331RR18Q3.1 closed ranjith_qualiantech_com Button Cancel in pop up "Printer and display are not available" does not work. 
caused by defect 0036221 closed ebecerra In some of the pop ups of WEBPOS for 17Q2 the focus is not on the first input field 
Issue History
2018-09-03 17:07LeyreNew Issue
2018-09-03 17:07LeyreAssigned To => Retail
2018-09-03 17:07LeyreResolution time => 1537740000
2018-09-03 17:07LeyreTriggers an Emergency Pack => No
2018-09-03 17:21PracticsIssue Monitored: Practics
2018-09-03 17:51jorge-garciaProposed Solution updated
2018-09-04 12:08ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-09-04 12:08ranjith_qualiantech_comStatusnew => scheduled
2018-09-12 09:18hgbotCheckin
2018-09-12 09:18hgbotNote Added: 0106695
2018-09-12 09:19hgbotCheckin
2018-09-12 09:19hgbotNote Added: 0106696
2018-09-12 09:19hgbotStatusscheduled => resolved
2018-09-12 09:19hgbotResolutionopen => fixed
2018-09-12 09:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/09a92acad18c074bdf9854229f1492ac0fee59ad [^]
2018-09-14 12:10marvintmReview Assigned To => marvintm
2018-09-14 12:10marvintmStatusresolved => closed
2018-09-14 12:10marvintmFixed in Version => RR18Q4
2018-09-20 16:36marvintmStatusclosed => new
2018-09-20 16:36marvintmResolutionfixed => open
2018-09-20 16:36marvintmFixed in VersionRR18Q4 =>
2018-09-20 16:37marvintmStatusnew => scheduled
2018-09-20 16:39marvintmRegression date => 2017-06-30
2018-09-20 16:39marvintmRegression introduced in release => RR17Q4
2018-09-20 16:39marvintmRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9d3385757b9adb94f2c6bfe9225a3fb027b7cb85#l4.22 [^]
2018-09-20 16:44marvintmStatusscheduled => resolved
2018-09-20 16:44marvintmFixed in Version => RR18Q4
2018-09-20 16:44marvintmResolutionopen => fixed
2018-09-20 16:44marvintmStatusresolved => closed
2018-09-20 18:42dmitry_mezentsevRelationship addedcaused by 0036221
2018-09-20 19:12marvintmRegression level => Production - Confirmed Stable

Notes
(0106695)
hgbot   
2018-09-12 09:18   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3e03f48c137a9e6ea357ff6b9a76dd9f835029e2
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Sep 12 12:48:17 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3e03f48c137a9e6ea357ff6b9a76dd9f835029e2 [^]

Related to issue 39217 : Property isDefaultAction should be used in Confirmation Button to set defaultAction in Popups

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
---
(0106696)
hgbot   
2018-09-12 09:19   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 09a92acad18c074bdf9854229f1492ac0fee59ad
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Sep 12 12:48:11 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/09a92acad18c074bdf9854229f1492ac0fee59ad [^]

Fixed issue 39217 : Property isDefaultAction should be used to set defaultAction in Popups

* While forming Buttons in popup, isDefaultAction property of button should be used for Popup Default Action

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
M web/org.openbravo.mobile.core/source/utils/ob-utilitiesui.js
---