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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0026222
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2014-04-09 10:492014-06-10 10:48
ReporterjecharriView Statuspublic 
Assigned Toszapata 
PriorityhighResolutionfixedFixed in VersionRR14Q3
StatusclosedFix in branchFixed in SCM revision125825a256c8
ProjectionnoneETAnoneTarget VersionRR14Q3
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionRMP31.2SCM revision 
Review Assigned ToOrekaria
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0026222: We should clean field UPC/EAN after pressing total

DescriptionWe 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
causes defect 0029437RR15Q3 closedaaroncalero Default payment method is not correctly selected in the keyboard 

-  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
Powered by Mantis Bugtracker