Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0032835
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2016-05-03 10:402016-06-16 16:52
ReportermrecasensView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityhighResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned Toguilleaer
OBNetwork customerOBPS
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0032835: ​[SER QA 1022] «Picking List» in Mobile Warehouse app not translatable

DescriptionMobile 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;
  }
});
Steps To ReproduceOpen Mobile Warehouse App, see the main title label
Open back office, go to Mobile Warehouse Menu and see label is not translatable
Tags​SER QA
Attached Filespng file icon p0.png [^] (169,204 bytes) 2016-05-03 10:40


patch file icon issue 32835 mobile.warehouse 210 v2.patch [^] (86,848 bytes) 2016-06-16 11:17 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0086988)
VictorVillar (viewer)
2016-06-03 14:21

Finally, after dicussing with Unai Martirena, it is a Retail issue (owner of the picking module)
(0087357)
guilleaer (viewer)
2016-06-16 16:52

No changes required since this data is customer data. Openbravo does not provide a mechanism to translate customer data

- Issue History
Date Modified Username Field Change
2016-05-03 10:40 mrecasens New Issue
2016-05-03 10:40 mrecasens Assigned To => Retail
2016-05-03 10:40 mrecasens File Added: p0.png
2016-05-03 10:40 mrecasens OBNetwork customer => No
2016-05-03 10:40 mrecasens Triggers an Emergency Pack => No
2016-06-03 09:40 mrecasens OBNetwork customer No => Yes
2016-06-03 09:40 mrecasens Resolution time => 1466114400
2016-06-03 09:40 mrecasens Summary «Picking List» in Mobile Warehouse app not translatable => ​[SER QA 1022] «Picking List» in Mobile Warehouse app not translatable
2016-06-03 09:40 mrecasens Tag Attached: ​SER QA
2016-06-03 13:56 Orekaria Assigned To Retail => VictorVillar
2016-06-03 13:56 Orekaria Status new => feedback
2016-06-03 14:21 VictorVillar Note Added: 0086988
2016-06-03 14:21 VictorVillar Assigned To VictorVillar => Retail
2016-06-03 14:21 VictorVillar Status feedback => new
2016-06-03 14:22 Orekaria Status new => acknowledged
2016-06-13 15:45 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2016-06-13 15:45 ranjith_qualiantech_com Status acknowledged => scheduled
2016-06-14 09:29 ranjith_qualiantech_com File Added: issue 32835 mobile.warehouse 210.patch
2016-06-14 15:12 ranjith_qualiantech_com File Deleted: issue 32835 mobile.warehouse 210.patch
2016-06-14 15:47 ranjith_qualiantech_com File Added: issue 32835 mobile.warehouse 210.patch
2016-06-16 11:16 ranjith_qualiantech_com File Deleted: issue 32835 mobile.warehouse 210.patch
2016-06-16 11:17 ranjith_qualiantech_com File Added: issue 32835 mobile.warehouse 210 v2.patch
2016-06-16 16:52 guilleaer Review Assigned To => guilleaer
2016-06-16 16:52 guilleaer Note Added: 0087357
2016-06-16 16:52 guilleaer Status scheduled => closed
2016-06-16 16:52 guilleaer Resolution open => no change required


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker