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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0026216
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2014-04-08 16:492014-10-01 16:22
ReporterjecharriView Statuspublic 
Assigned Tomalsasua 
PriorityimmediateResolutionfixedFixed in VersionRR14Q2
StatusclosedFix in branchFixed in SCM revision36b106bc0c08
ProjectionnoneETAnoneTarget VersionRR14Q2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionRMP31.2SCM revision 
Review Assigned Tomigueldejuana
Regression levelProduction - Confirmed Stable
Regression date2013-09-24
Regression introduced in releaseRMP29
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/59373d41eb29 [^]
Triggers an Emergency PackNo
Summary

0026216: Impossible to work with scale

DescriptionImpossible to work with scale
Steps To Reproduce-Configure a product to work with scale
-Add to price list and assortment
-Go to Web POS and try to add that product

You will get error:

Uncaught TypeError: Object [object global] has no method 'createLine'. Line number: 22835. File uuid: http://localhost:6080/openbravo30/web/js/gen/8e1d948c29bcf46c43d570afed6437c6.js. [^] http://localhost:6080/openbravo30/web/js/gen/8e1d948c29bcf46c43d570afed6437c6.js:15420:1 [^] 8e1d948c29bcf46c43d570afed6437c6.js:6141
Uncaught TypeError: Object [object global] has no method 'createLine' 8e1d948c29bcf46c43d570afed6437c6.js:22835

code

if (p.get('obposScale')) {
        OB.POS.hwserver.getWeight(function (data) {
          if (data.exception) {
            alert(data.exception.message);
          } else if (data.result === 0) {
            alert(OB.I18N.getLabel('OBPOS_WeightZero'));
          } else {
            this.createLine(p, data.result, options, attrs); <-- line with error
          }
        });
      } else {
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0066256)
hgbot (developer)
2014-04-08 19:00

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6227af56ff95afcda8f10966ae9a9f0027be5396
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue Apr 08 19:00:22 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6227af56ff95afcda8f10966ae9a9f0027be5396 [^]

fixed issue 0026216: Impossible to work with scale

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0066415)
migueldejuana (developer)
2014-04-15 09:49

Tested and reviewed in d46a2ad684c2
(0066753)
hgbot (developer)
2014-05-01 17:45

Repository: erp/pmods/org.openbravo.retail.posterminal.unstablenetworks
Changeset: f1858d44c94bd0d20df6f571e163045d80a3a187
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue Apr 08 19:00:22 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.unstablenetworks/rev/f1858d44c94bd0d20df6f571e163045d80a3a187 [^]

fixed issue 0026216: Impossible to work with scale

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0066784)
malsasua (developer)
2014-05-02 11:12

reclosed
(0067052)
hgbot (developer)
2014-05-09 16:02

Repository: erp/pmods/org.openbravo.retail.posterminal.unstablenetworks
Changeset: 36b106bc0c0872d1abeae9c0047ce44ceadf1525
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue Apr 08 19:00:22 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.unstablenetworks/rev/36b106bc0c0872d1abeae9c0047ce44ceadf1525 [^]

fixed issue 0026216: Impossible to work with scale

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0067180)
mtaal (manager)
2014-05-15 21:50

reclosing as only re-opened by merge

- Issue History
Date Modified Username Field Change
2014-04-08 16:49 jecharri New Issue
2014-04-08 16:49 jecharri Assigned To => malsasua
2014-04-08 16:49 jecharri Resolution time => 1397253600
2014-04-08 16:49 jecharri Triggers an Emergency Pack => No
2014-04-08 18:41 malsasua Regression level => Production - Confirmed Stable
2014-04-08 18:41 malsasua Regression date => 2013-09-24
2014-04-08 18:41 malsasua Regression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/59373d41eb29 [^]
2014-04-08 19:00 hgbot Checkin
2014-04-08 19:00 hgbot Note Added: 0066256
2014-04-08 19:00 hgbot Status new => resolved
2014-04-08 19:00 hgbot Resolution open => fixed
2014-04-08 19:00 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6227af56ff95afcda8f10966ae9a9f0027be5396 [^]
2014-04-15 09:49 migueldejuana Review Assigned To => migueldejuana
2014-04-15 09:49 migueldejuana Note Added: 0066415
2014-04-15 09:49 migueldejuana Status resolved => closed
2014-04-15 09:49 migueldejuana Fixed in Version => RR14Q2
2014-05-01 17:45 hgbot Checkin
2014-05-01 17:45 hgbot Note Added: 0066753
2014-05-01 17:45 hgbot Status closed => resolved
2014-05-01 17:45 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6227af56ff95afcda8f10966ae9a9f0027be5396 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.unstablenetworks/rev/f1858d44c94bd0d20df6f571e163045d80a3a187 [^]
2014-05-02 11:12 malsasua Note Added: 0066784
2014-05-02 11:12 malsasua Status resolved => closed
2014-05-09 16:02 hgbot Checkin
2014-05-09 16:02 hgbot Note Added: 0067052
2014-05-09 16:02 hgbot Status closed => resolved
2014-05-09 16:02 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.unstablenetworks/rev/f1858d44c94bd0d20df6f571e163045d80a3a187 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.unstablenetworks/rev/36b106bc0c0872d1abeae9c0047ce44ceadf1525 [^]
2014-05-15 21:50 mtaal Note Added: 0067180
2014-05-15 21:50 mtaal Status resolved => closed
2014-10-01 16:22 plujan Regression introduced in release => RMP29


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker