Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050603Retail ModulesWeb POSpublic2022-10-21 10:292022-11-09 17:21
gorkaion 
radhakrishnan 
highmajoralways
closedfixed 
5
RR19Q3.3 
RR23Q1 
No
0050603: + key enabled when typing while editing a line
When a line is selected in the POS it is possible to manually enter through the keyboard a Quantity and press the + or - keys to change the line quantity.

This is fine when the product has the grouped flag enabled and the "Quantity" and "+/-" buttons are enabled.

When the grouped flag is disabled the buttons in the POS are disabled but it is still possible type 2+ and 2 extra lines of the product are added to the ticket. This is wrong.
0. Ensure that the "Use External Input" flag is enabled.
1. Create a line of a no grouped product.
2. Select the line and check that the Quantity button is disabled.
3. On the keyboard press 2+
Check KO:
- 2 new lines of the products are added.

Expected OK:
- The text 2+ should be displayed and not executed until the cashier press the "enter" key. On this case it should not enter new lines and should behave as when we enter non numeric value
No tags attached.
causes defect 0052486 closed ranjith_qualiantech_com Problem with ISSUE 50603 change: If the line has no product, then it fails in custom customer modules. 
Issue History
2022-10-21 10:29gorkaionNew Issue
2022-10-21 10:29gorkaionAssigned To => Retail
2022-10-21 10:29gorkaionTriggers an Emergency Pack => No
2022-10-21 11:37radhakrishnanAssigned ToRetail => radhakrishnan
2022-10-21 11:37radhakrishnanStatusnew => scheduled
2022-10-26 11:19hgbotNote Added: 0142593
2022-11-09 17:21hgbotResolutionopen => fixed
2022-11-09 17:21hgbotStatusscheduled => closed
2022-11-09 17:21hgbotFixed in Version => RR23Q1
2022-11-09 17:21hgbotNote Added: 0143321
2022-11-09 17:21hgbotNote Added: 0143322
2023-05-18 23:57axelmercadoRelationship addedcauses 0052486

Notes
(0142593)
hgbot   
2022-10-26 11:19   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/428 [^]
(0143321)
hgbot   
2022-11-09 17:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: c18c5bf5496bf8e17990bcb21f3269cadbe0e371
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 09-11-2022 16:07:23
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/c18c5bf5496bf8e17990bcb21f3269cadbe0e371 [^]

Fixed ISSUE-50603: Quantity should not updated if line don't have groupedProduct
* When we enter '+' or '-' by using the keyboard for a line,if line has grouped products,
  then it should not update the quantity to the line

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---
(0143322)
hgbot   
2022-11-09 17:21   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/428 [^]