Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045094Retail ModulesWeb POSpublic2020-09-18 12:352020-10-06 08:57
lmonreal 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR21Q1 
No
0045094: Initial Validation pop up wording is harcoded
It is not possible to translate the word "Error" of the initial validation pop up in WEBPOS because it is harcoded.

              OB.UTIL.showConfirmation.display(
                'Error',
                OB.I18N.getLabel('OBPOS_errorLoadingTerminal') + ' ' + message,
                [
                  {
                    label: OB.I18N.getLabel('OBMOBC_LblOk'),
                    isConfirmButton: true,
                    action: function() {
                      OB.UTIL.showLoggingOut(true);
                      terminalModel.logout();
                    }
                  }
                ],
                {
                  onShowFunction: function(popup) {
                    popup.$.headerCloseButton.hide();
                  },
                  autoDismiss: false
                }
              );
Just on livebuilds with modules create a combo without family and login on the POS
Error word should be an AD message to translate it
No tags attached.
Issue History
2020-09-18 12:35lmonrealNew Issue
2020-09-18 12:35lmonrealAssigned To => Retail
2020-09-18 12:35lmonrealResolution time => 1602194400
2020-09-18 12:35lmonrealTriggers an Emergency Pack => No
2020-09-18 13:39guillermogilDescription Updatedbug_revision_view_page.php?rev_id=21711#r21711
2020-09-18 13:39guillermogilSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=21713#r21713
2020-10-05 07:10ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-10-05 12:52hgbotNote Added: 0123531
2020-10-05 17:14ranjith_qualiantech_comStatusnew => scheduled
2020-10-06 08:57hgbotResolutionopen => fixed
2020-10-06 08:57hgbotStatusscheduled => closed
2020-10-06 08:57hgbotNote Added: 0123565
2020-10-06 08:57hgbotFixed in Version => RR21Q1
2020-10-06 08:57hgbotNote Added: 0123566

Notes
(0123531)
hgbot   
2020-10-05 12:52   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/123 [^]
(0123565)
hgbot   
2020-10-06 08:57   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/123 [^]
(0123566)
hgbot   
2020-10-06 08:57   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: b921c4bd2d3a497634f764ae3420e7250b53030a
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-10-06T10:07:46+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/b921c4bd2d3a497634f764ae3420e7250b53030a [^]

Fixed ISSUE-45094: Added ADMessage for Error Message

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