Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026216 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2014-04-08 16:49 | 2014-10-01 16:22 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | malsasua | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | RR14Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 36b106bc0c08 | ||||
Projection | none | ETA | none | Target Version | RR14Q2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | RMP31.2 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | migueldejuana | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | 27777 | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2013-09-24 | |||||||
Regression introduced in release | RMP29 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/59373d41eb29 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026216: Impossible to work with scale | |||||||
Description | Impossible 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 { | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(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 (viewer) 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 (viewer) 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 (viewer) 2014-05-15 21:50 |
reclosing as only re-opened by merge |
![]() |
|||
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 | OBNetwork customer | => Yes |
2014-04-08 16:49 | jecharri | Support ticket | => 27777 |
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 |