Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032835Retail ModulesWeb POSpublic2016-05-03 10:402016-06-16 16:52
mrecasens 
ranjith_qualiantech_com 
highmajoralways
closedno change required 
5
 
 
guilleaer
OBPS
No
0032835: ​[SER QA 1022] «Picking List» in Mobile Warehouse app not translatable
Mobile Warehouse app main label «Picking List» is not translateable: you can change it's value, but not translate it.

pickingWindow.title :

 ************************************************************************************
 * Copyright (C) 2016 Openbravo S.L.U.
 * Licensed under the Openbravo Commercial License version 1.0
 * You may obtain a copy of the License at http://www.openbravo.com/legal/obcl.html [^]
 * or in the legal folder of this module distribution.
 ************************************************************************************
 */

/*global enyo*/

enyo.kind({
  kind: 'OB.UI.Button',
  name: 'OBOPMP.UI.EditPickingLinesBtn',
  handlers: {
    onLoadPicking: 'getPicking'
  },
  i18nLabel: 'OBOPMP_EditLines',
  classes: 'btnlink btnlink-small btnlink-yellow',
  tap: function () {
    var pickingWindow = {};
    pickingWindow.title = 'Picking List';
    window.location.assign('http://' [^] + window.location.host + '/openbravo/web/org.openbravo.mobile.warehouse/' + window.location.search + '&picking=' + this.pickingModel.id + '#OBMWHP_Picking/' + encodeURI(JSON.stringify(pickingWindow).replace('/', '@@')));
  },
  getPicking: function (inSender, inEvent) {
    this.pickingModel = inEvent.picking;
  }
});
Open Mobile Warehouse App, see the main title label
Open back office, go to Mobile Warehouse Menu and see label is not translatable
​SER QA
png p0.png (169,204) 2016-05-03 10:40
https://issues.openbravo.com/file_download.php?file_id=9352&type=bug
png

patch issue 32835 mobile.warehouse 210 v2.patch (86,848) 2016-06-16 11:17
https://issues.openbravo.com/file_download.php?file_id=9543&type=bug
Issue History
2016-05-03 10:40mrecasensNew Issue
2016-05-03 10:40mrecasensAssigned To => Retail
2016-05-03 10:40mrecasensFile Added: p0.png
2016-05-03 10:40mrecasensOBNetwork customer => No
2016-05-03 10:40mrecasensTriggers an Emergency Pack => No
2016-06-03 09:40mrecasensOBNetwork customerNo => Yes
2016-06-03 09:40mrecasensResolution time => 1466114400
2016-06-03 09:40mrecasensSummary«Picking List» in Mobile Warehouse app not translatable => ​[SER QA 1022] «Picking List» in Mobile Warehouse app not translatable
2016-06-03 09:40mrecasensTag Attached: ​SER QA
2016-06-03 13:56OrekariaAssigned ToRetail => VictorVillar
2016-06-03 13:56OrekariaStatusnew => feedback
2016-06-03 14:21VictorVillarNote Added: 0086988
2016-06-03 14:21VictorVillarAssigned ToVictorVillar => Retail
2016-06-03 14:21VictorVillarStatusfeedback => new
2016-06-03 14:22OrekariaStatusnew => acknowledged
2016-06-13 15:45ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-06-13 15:45ranjith_qualiantech_comStatusacknowledged => scheduled
2016-06-14 09:29ranjith_qualiantech_comFile Added: issue 32835 mobile.warehouse 210.patch
2016-06-14 15:12ranjith_qualiantech_comFile Deleted: issue 32835 mobile.warehouse 210.patch
2016-06-14 15:47ranjith_qualiantech_comFile Added: issue 32835 mobile.warehouse 210.patch
2016-06-16 11:16ranjith_qualiantech_comFile Deleted: issue 32835 mobile.warehouse 210.patch
2016-06-16 11:17ranjith_qualiantech_comFile Added: issue 32835 mobile.warehouse 210 v2.patch
2016-06-16 16:52guilleaerReview Assigned To => guilleaer
2016-06-16 16:52guilleaerNote Added: 0087357
2016-06-16 16:52guilleaerStatusscheduled => closed
2016-06-16 16:52guilleaerResolutionopen => no change required

Notes
(0086988)
VictorVillar   
2016-06-03 14:21   
Finally, after dicussing with Unai Martirena, it is a Retail issue (owner of the picking module)
(0087357)
guilleaer   
2016-06-16 16:52   
No changes required since this data is customer data. Openbravo does not provide a mechanism to translate customer data