Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033199Retail ModulesWeb POSpublic2016-06-09 00:572016-06-14 12:07
mtaal 
Retail 
normalminorhave not tried
newopen 
5
 
 
No
0033199: Javascript error when clicking on cash management row of to-sync items
See attached screenshot
Start webpos
Login
stop server (go offline)
create a ticket - check offline to sync data
do a cash management action,
open to sync items, check that the cash management entry is there
click on it, see js error
The file login-model.js file has this line:
        getIdentifier: function (model) {
          return model.get('type') + ': ' + model.get('user') + ' - ' + model.get('time');
        }

Which seems to need to be replaced by:

        getIdentifier: function (model) {
          return model.type + ': ' + model.user + ' - ' + model.time;
        }
No tags attached.
png Selection_011.png (512,681) 2016-06-09 00:57
https://issues.openbravo.com/file_download.php?file_id=9510&type=bug
Issue History
2016-06-09 00:57mtaalNew Issue
2016-06-09 00:57mtaalAssigned To => Retail
2016-06-09 00:57mtaalTriggers an Emergency Pack => No
2016-06-09 00:57mtaalFile Added: Selection_011.png
2016-06-14 12:07marvintmTarget VersionRR16Q3 =>

There are no notes attached to this issue.