Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031297 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2015-10-29 12:53 | 2016-02-15 16:35 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | jorge-garcia | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 58770718dfae | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | pi | SCM revision | ||||||
Review Assigned To | marvintm | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031297: barcode scanner is adding one unit of the last product added to the ticket | |||||||
Description | when the barcode scanner is used when a product has been added, no the scanned product is added, instead of it, the quantity of the previous product is increased | |||||||
Steps To Reproduce | . in web pos . go to browse . click in Avalanche Transceiver (avalanche transceiver is added to the ticket -> qty 1) . scan a some barcode no new line is added with the product related with the barcode, instead of it, qty to product avalance transceiver is increased in one unit | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||||||||||||||||
|
Notes | |
(0081432) hgbot (developer) 2015-11-02 13:01 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 58770718dfae7bfc16a9f5f791ecf0b5a7b5fbb2 Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Fri Oct 30 12:08:00 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/58770718dfae7bfc16a9f5f791ecf0b5a7b5fbb2 [^] Fixed issue 31297: barcode scanner is working wrong in some scenarios This commit fixes the following issues: * 31297: barcode scanner is adding one unit of the last product added to the ticket. * 31000: barcode scanner should be disabled when done button is clicked. * 31001: barcode scanner should not add a payment. This commit fixes also these aditional scenarios: * If you click in the scan tab the Quantity button and the user use the barcode scanner, a huge quantity is added for the product selected. * If you click in the scan tab the Price button and the user use the barcode scanner, a huge price is added for the product selected. * If you click in the scan tab the Discount button and the user use the barcode scanner, a huge discount is added for the product selected. --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js --- |
(0081434) hgbot (developer) 2015-11-02 13:02 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 46b58bd5bdea226878e7cce61820d41c8b31b4f2 Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Fri Oct 30 12:08:45 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/46b58bd5bdea226878e7cce61820d41c8b31b4f2 [^] Related to issue 31297: barcode scanner is working wrong in some scenarios This commit fixes the following issues: * 31297: barcode scanner is adding one unit of the last product added to the ticket. * 31000: barcode scanner should be disabled when done button is clicked. * 31001: barcode scanner should not add a payment. This commit fixes also these aditional scenarios: * If you click in the scan tab the Quantity button and the user use the barcode scanner, a huge quantity is added for the product selected. * If you click in the scan tab the Price button and the user use the barcode scanner, a huge price is added for the product selected. * If you click in the scan tab the Discount button and the user use the barcode scanner, a huge discount is added for the product selected. --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js --- |
(0082075) hgbot (developer) 2015-11-23 12:57 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 8a3dbbb810ed033b462845fc2ce88b7a66667cda Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Thu Nov 19 17:08:54 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8a3dbbb810ed033b462845fc2ce88b7a66667cda [^] Related to issue 31297: barcode scanner is working wrong in some scenarios * Enable to use barcode scanner in edit tab --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js --- |
(0082076) hgbot (developer) 2015-11-23 12:57 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 93fe24d36e049a31eed3de27667096bcf09422fd Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Thu Nov 19 17:13:39 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/93fe24d36e049a31eed3de27667096bcf09422fd [^] Related to issue 31297: barcode scanner is working wrong in some scenarios Some changes are necessary * Only disable key Enter from external keyboard if the barcode is being used. * Even if the barcode is being used and the keyPressProcessed is true, we execute the key that is being pressed. --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js M web/org.openbravo.mobile.core/source/component/ob-terminal-component.js --- |
(0082635) marvintm (manager) 2015-12-10 11:52 |
Scanning with an external barcode scanner seems not to work. |
(0082668) hgbot (developer) 2015-12-11 08:26 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 8bd561aa30d6060a7626421b613cae369e925ca2 Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Thu Dec 10 11:58:37 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8bd561aa30d6060a7626421b613cae369e925ca2 [^] Related to issue 31297: barcode scanner is working wrong in some scenarios If it's not using an external input, the keyboard and the barcode scanner shouldn't generate an input event --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js --- |
(0082707) marvintm (manager) 2015-12-14 12:07 |
Now the scan action is detected in the payment tab, and it shouldn't be. |
(0082725) jorge-garcia (reporter) 2015-12-14 15:38 |
A new related issue has been created: https://issues.openbravo.com/view.php?id=31704 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2015-10-29 12:53 | malsasua | New Issue | |
2015-10-29 12:53 | malsasua | Assigned To | => Retail |
2015-10-29 12:53 | malsasua | Resolution time | => 1448578800 |
2015-10-29 12:53 | malsasua | Triggers an Emergency Pack | => No |
2015-10-30 08:37 | Orekaria | Assigned To | Retail => jorge-garcia |
2015-10-30 08:37 | Orekaria | Status | new => acknowledged |
2015-10-30 10:38 | Orekaria | Relationship added | related to 0031000 |
2015-10-30 10:38 | Orekaria | Relationship added | related to 0031001 |
2015-11-02 13:01 | hgbot | Checkin | |
2015-11-02 13:01 | hgbot | Note Added: 0081432 | |
2015-11-02 13:01 | hgbot | Status | acknowledged => resolved |
2015-11-02 13:01 | hgbot | Resolution | open => fixed |
2015-11-02 13:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/58770718dfae7bfc16a9f5f791ecf0b5a7b5fbb2 [^] |
2015-11-02 13:02 | hgbot | Checkin | |
2015-11-02 13:02 | hgbot | Note Added: 0081434 | |
2015-11-20 18:08 | Orekaria | Review Assigned To | => marvintm |
2015-11-23 12:57 | hgbot | Checkin | |
2015-11-23 12:57 | hgbot | Note Added: 0082075 | |
2015-11-23 12:57 | hgbot | Checkin | |
2015-11-23 12:57 | hgbot | Note Added: 0082076 | |
2015-11-23 13:10 | marvintm | Status | resolved => closed |
2015-11-23 13:10 | marvintm | Fixed in Version | => RR16Q1 |
2015-12-10 11:52 | marvintm | Note Added: 0082635 | |
2015-12-10 11:52 | marvintm | Status | closed => new |
2015-12-10 11:52 | marvintm | Resolution | fixed => open |
2015-12-10 11:53 | marvintm | Fixed in Version | RR16Q1 => |
2015-12-10 11:53 | marvintm | Status | new => scheduled |
2015-12-11 08:26 | hgbot | Checkin | |
2015-12-11 08:26 | hgbot | Note Added: 0082668 | |
2015-12-11 08:33 | jorge-garcia | Status | scheduled => resolved |
2015-12-11 08:33 | jorge-garcia | Resolution | open => fixed |
2015-12-14 09:19 | marvintm | Status | resolved => closed |
2015-12-14 09:19 | marvintm | Fixed in Version | => RR16Q1 |
2015-12-14 12:07 | marvintm | Note Added: 0082707 | |
2015-12-14 12:07 | marvintm | Status | closed => new |
2015-12-14 12:07 | marvintm | Resolution | fixed => open |
2015-12-14 12:07 | marvintm | Fixed in Version | RR16Q1 => |
2015-12-14 12:07 | marvintm | Status | new => scheduled |
2015-12-14 15:36 | jorge-garcia | Relationship added | causes 0031704 |
2015-12-14 15:38 | jorge-garcia | Note Added: 0082725 | |
2015-12-14 15:38 | jorge-garcia | Status | scheduled => resolved |
2015-12-14 15:38 | jorge-garcia | Resolution | open => fixed |
2015-12-14 15:38 | jorge-garcia | Fixed in Version | => RR16Q1 |
2015-12-14 15:39 | jorge-garcia | Status | resolved => closed |
2016-02-15 13:40 | jorge-garcia | Status | closed => new |
2016-02-15 13:40 | jorge-garcia | Resolution | fixed => open |
2016-02-15 13:40 | jorge-garcia | Fixed in Version | RR16Q1 => |
2016-02-15 13:40 | jorge-garcia | Status | new => scheduled |
2016-02-15 13:42 | jorge-garcia | Relationship added | has duplicate 0032141 |
2016-02-15 16:35 | jorge-garcia | Status | scheduled => resolved |
2016-02-15 16:35 | jorge-garcia | Resolution | open => fixed |
2016-02-15 16:35 | jorge-garcia | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |