Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033290Retail ModulesWeb POSpublic2016-06-16 12:582016-06-23 19:06
paul_guiot 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
5
 
 
marvintm
No
0033290: [SERQA 1178] Not translation possible for an error message
Our team is not able to translate the following message in the Webpos: "Not valid Number to keep".

The problem is located: it's write directly in the code of cashup-model.js

    } else {
      result.result = false;
      result.message = 'Not valid number to keep';
    }
https://livebuilds.openbravo.com/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^] [^]

User: Vallblanca

- Go to the Webpos;
- In the menu, click on “Cash Up”
- Step 1 of 4: Click on Next
- Step 2 of 4: Select all the payment methods and click on Next
- Step 3 of 4: Chose “Others (Max:.00)" and on the virtual keypad, click on “%”. Then, press "Enter".
- The error message appears: "Not valid Number to keep"

We should be able to translate this message.
This message should be translatable in another language. (For instance, in French, we should have the possibility to translate this message by "Aucun nombre correct introduit")
​SER QA
Issue History
2016-06-16 12:58paul_guiotNew Issue
2016-06-16 12:58paul_guiotAssigned To => Retail
2016-06-16 12:58paul_guiotTriggers an Emergency Pack => No
2016-06-16 12:58paul_guiotTag Attached: ​SER QA
2016-06-17 12:34marvintmStatusnew => acknowledged
2016-06-17 12:48VictorVillarResolution time => 1467324000
2016-06-18 09:30ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-06-18 09:31ranjith_qualiantech_comStatusacknowledged => scheduled
2016-06-20 04:18hgbotCheckin
2016-06-20 04:18hgbotNote Added: 0087643
2016-06-20 04:18hgbotStatusscheduled => resolved
2016-06-20 04:18hgbotResolutionopen => fixed
2016-06-20 04:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9aac675a1a58733f8d1aca69a595de7c47887483 [^]
2016-06-23 19:06marvintmReview Assigned To => marvintm
2016-06-23 19:06marvintmStatusresolved => closed

Notes
(0087643)
hgbot   
2016-06-20 04:18   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 9aac675a1a58733f8d1aca69a595de7c47887483
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 20 07:48:12 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9aac675a1a58733f8d1aca69a595de7c47887483 [^]

Fixes issue 33290 : Added AD Message for Cashup Msg

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
---