Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026222 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | always | 2014-04-09 10:49 | 2014-06-10 10:48 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | szapata | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR14Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 125825a256c8 | ||||
Projection | none | ETA | none | Target Version | RR14Q3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | RMP31.2 | SCM revision | ||||||
Review Assigned To | Orekaria | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026222: We should clean field UPC/EAN after pressing total | |||||||
Description | We should clean field UPC/EAN after pressing total | |||||||
Steps To Reproduce | -Create a ticket -add a new line -in tab "scan" write a number in UPC/EAN field -press in total -with a payment selected press in "enter" You will see that the amount that you are going to insert is the value that you wrote before pressing total. It can create confusion for the client | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0067581) hgbot (developer) 2014-05-29 21:19 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: da0cc7cb7c4ff3941113d36f2a2099d2c08e3cc5 Author: Salvador Zapata <salvador.zapata <at> gmail.com> Date: Thu May 29 16:18:00 2014 -0300 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/da0cc7cb7c4ff3941113d36f2a2099d2c08e3cc5 [^] Fixed issue 0026222: We should clean field UPC/EAN after pressing total --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js --- |
(0067582) hgbot (developer) 2014-05-29 21:21 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 5719280900f1e101e52ec3e176e5d3ec824d9a32 Author: Salvador Zapata <salvador.zapata <at> gmail.com> Date: Thu May 29 16:20:14 2014 -0300 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5719280900f1e101e52ec3e176e5d3ec824d9a32 [^] Fixed issue 0026222: We should clean field UPC/EAN after pressing total --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js --- |
(0067620) Orekaria (administrator) 2014-05-30 12:49 |
the name 'clear' for the function has no direct meaning change it for 'clearUserInput' or whatever name that has meaning by its own. as you have to change that name, may you want also to rename the onClearKeypad: 'clearKeypad' for something more inspired, as onClearKeypad looks like you will take off all the keys on the keypad thanks |
(0067633) hgbot (developer) 2014-05-30 15:33 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: a682a460a719a832aa75aed4579495ca15e5a318 Author: Salvador Zapata <salvador.zapata <at> gmail.com> Date: Fri May 30 10:32:34 2014 -0300 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a682a460a719a832aa75aed4579495ca15e5a318 [^] Fixed issue 0026222: We should clean field UPC/EAN after pressing total. Changed names to something more descriptive --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js --- |
(0067635) hgbot (developer) 2014-05-30 15:35 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 0366e42ff3b72bd061a4489fe42b0959832fa1e4 Author: Salvador Zapata <salvador.zapata <at> gmail.com> Date: Fri May 30 10:32:13 2014 -0300 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0366e42ff3b72bd061a4489fe42b0959832fa1e4 [^] Fixed issue 0026222: We should clean field UPC/EAN after pressing total. Changed names to something more descriptive --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js --- |
(0067654) Orekaria (administrator) 2014-06-02 11:38 |
Now, when you try to use the keypads buttons, they do nothing |
(0067692) hgbot (developer) 2014-06-02 18:58 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 9619b13b8df807ea449c511643c39965935b17f8 Author: Salvador Zapata <salvador.zapata <at> gmail.com> Date: Mon Jun 02 13:10:52 2014 -0300 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9619b13b8df807ea449c511643c39965935b17f8 [^] Fixed issue 26222: Changed functions names --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js --- |
(0067694) hgbot (developer) 2014-06-02 18:59 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 125825a256c8fedf4c4e5e6c8690d3997308445b Author: Salvador Zapata <salvador.zapata <at> gmail.com> Date: Mon Jun 02 13:11:30 2014 -0300 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/125825a256c8fedf4c4e5e6c8690d3997308445b [^] Fixed issue 26222: Changed functions names --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js --- |
(0067844) Orekaria (administrator) 2014-06-10 10:48 |
Checked in revision 682 |
Issue History | |||
Date Modified | Username | Field | Change |
2014-04-09 10:49 | jecharri | New Issue | |
2014-04-09 10:49 | jecharri | Assigned To | => malsasua |
2014-04-09 10:49 | jecharri | Resolution time | => 1403215200 |
2014-04-09 10:49 | jecharri | Triggers an Emergency Pack | => No |
2014-05-29 21:19 | hgbot | Checkin | |
2014-05-29 21:19 | hgbot | Note Added: 0067581 | |
2014-05-29 21:19 | hgbot | Status | new => resolved |
2014-05-29 21:19 | hgbot | Resolution | open => fixed |
2014-05-29 21:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/da0cc7cb7c4ff3941113d36f2a2099d2c08e3cc5 [^] |
2014-05-29 21:21 | hgbot | Checkin | |
2014-05-29 21:21 | hgbot | Note Added: 0067582 | |
2014-05-29 21:21 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/da0cc7cb7c4ff3941113d36f2a2099d2c08e3cc5 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5719280900f1e101e52ec3e176e5d3ec824d9a32 [^] |
2014-05-30 12:49 | Orekaria | Assigned To | malsasua => szapata |
2014-05-30 12:49 | Orekaria | Note Added: 0067620 | |
2014-05-30 12:49 | Orekaria | Status | resolved => new |
2014-05-30 12:49 | Orekaria | Resolution | fixed => open |
2014-05-30 15:33 | hgbot | Checkin | |
2014-05-30 15:33 | hgbot | Note Added: 0067633 | |
2014-05-30 15:33 | hgbot | Status | new => resolved |
2014-05-30 15:33 | hgbot | Resolution | open => fixed |
2014-05-30 15:33 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5719280900f1e101e52ec3e176e5d3ec824d9a32 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a682a460a719a832aa75aed4579495ca15e5a318 [^] |
2014-05-30 15:35 | hgbot | Checkin | |
2014-05-30 15:35 | hgbot | Note Added: 0067635 | |
2014-05-30 15:35 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a682a460a719a832aa75aed4579495ca15e5a318 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0366e42ff3b72bd061a4489fe42b0959832fa1e4 [^] |
2014-06-02 11:38 | Orekaria | Note Added: 0067654 | |
2014-06-02 11:38 | Orekaria | Status | resolved => new |
2014-06-02 11:38 | Orekaria | Resolution | fixed => open |
2014-06-02 18:58 | hgbot | Checkin | |
2014-06-02 18:58 | hgbot | Note Added: 0067692 | |
2014-06-02 18:58 | hgbot | Status | new => resolved |
2014-06-02 18:58 | hgbot | Resolution | open => fixed |
2014-06-02 18:58 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0366e42ff3b72bd061a4489fe42b0959832fa1e4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9619b13b8df807ea449c511643c39965935b17f8 [^] |
2014-06-02 18:59 | hgbot | Checkin | |
2014-06-02 18:59 | hgbot | Note Added: 0067694 | |
2014-06-02 18:59 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9619b13b8df807ea449c511643c39965935b17f8 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/125825a256c8fedf4c4e5e6c8690d3997308445b [^] |
2014-06-10 10:48 | Orekaria | Review Assigned To | => Orekaria |
2014-06-10 10:48 | Orekaria | Note Added: 0067844 | |
2014-06-10 10:48 | Orekaria | Status | resolved => closed |
2014-06-10 10:48 | Orekaria | Fixed in Version | => RR14Q3 |
2015-04-22 10:18 | dmitry_mezentsev | Relationship added | causes 0029437 |
Copyright © 2000 - 2009 MantisBT Group |