Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048461 | POS2 | Restaurants | public | 2022-01-21 10:53 | 2022-01-27 23:11 |
|
Reporter | Felixaka | |
Assigned To | cberner | |
Priority | high | Severity | critical | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | Gold |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0048461: JIRA 2611 TAP Scan CRT - when you scan 2 CRT ticket , one replace the amount in the amountbox |
Description | When i'm in POS, and i'm using a scan crt for an article, i would like the price to be dispaly on the amount field
But instead i have the number of the scan CRT
Exemple : Montant = 600.8039781515004121 ( code number of the CRT )
instead of : Montant = 1.09 ( price of the article )
The issues happen randomly
|
Steps To Reproduce | 1) Connecet to Webpos on Fs environement
2) Use a Scan CRT
3)Scan it several time
4) See the anomalie
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0048473 | TAP | closed | cberner | JIRA 2611 TAP Scan CRT - when you scan 2 CRT ticket , one replace the amount in the amountbox |
|
Attached Files | image-20220119-152605 (1).png (509,602) 2022-01-21 11:08 https://issues.openbravo.com/file_download.php?file_id=16530&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2022-01-21 10:53 | Felixaka | New Issue | |
2022-01-21 10:53 | Felixaka | Assigned To | => Retail |
2022-01-21 10:53 | Felixaka | OBNetwork customer | => No |
2022-01-21 10:53 | Felixaka | Triggers an Emergency Pack | => No |
2022-01-21 11:08 | Felixaka | File Added: image-20220119-152605 (1).png | |
2022-01-21 13:47 | Felixaka | OBNetwork customer | No => Gold |
2022-01-24 13:21 | guilleaer | Status | new => scheduled |
2022-01-24 13:21 | guilleaer | Status | scheduled => acknowledged |
2022-01-24 17:11 | guilleaer | Status | acknowledged => scheduled |
2022-01-24 17:11 | guilleaer | Assigned To | Retail => cberner |
2022-01-25 13:25 | hgbot | Merge Request Status | => open |
2022-01-25 13:25 | hgbot | Note Added: 0134553 | |
2022-01-27 18:38 | hgbot | Merge Request Status | open => approved |
2022-01-27 18:39 | hgbot | Resolution | open => fixed |
2022-01-27 18:39 | hgbot | Status | scheduled => closed |
2022-01-27 18:39 | hgbot | Note Added: 0134635 | |
2022-01-27 18:39 | hgbot | Note Added: 0134636 | |
2022-01-27 23:11 | hgbot | Note Added: 0134640 | |
Notes |
|
(0134553)
|
hgbot
|
2022-01-25 13:25
|
|
|
|
(0134635)
|
hgbot
|
2022-01-27 18:39
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 47dd6d4f4a1a00b4864b4dc3a562a02a8012bdd5
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 27-01-2022 17:07:27
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/47dd6d4f4a1a00b4864b4dc3a562a02a8012bdd5 [^]
Fixes ISSUE-48461: Barcode scanner on input replaces the value and doesn't change it back
When scanning a barcode, the value should be captured by the barcode
scanner and then removed from the corresponding input where it was
inserted. This was working fine, but on certain inputs that change due
to internal validator or formatter it resulted in the code not being
removed. To fix this, the old value of the field is saved, if there's
any, and if so, when clearing the code it will replace the field value
with the old pre scan value.
---
M web-jspack/org.openbravo.core2/src/core/scan/device/BarcodeScanner.js
M web-jspack/org.openbravo.core2/src/core/scan/device/__test__/BarcodeScanner.test.js
M web-jspack/org.openbravo.core2/src/core/scan/device/clearCodeFromActiveInput.js
---
|
|
|
(0134636)
|
hgbot
|
2022-01-27 18:39
|
|
|
|
(0134640)
|
hgbot
|
2022-01-27 23:11
|
|
|