Openbravo Issue Tracking System - POS2
View Issue Details
0046674POS2POSpublic2021-05-14 09:022021-07-28 17:32
migueldejuana 
hernan-dp 
normaltrivialalways
closedfixed 
5
 
 
No
0046674: Focus input when adding a discount
In Discounts window, when we add a discount which needs a value in the input, it must be focused when added.
- Login in POS2
- Add a line, press on it to see the line popover and select discounts
- Add a discount which needs a percentage or an amount.
- When adding that discount, the focus should be in the input of the added discount and the virtualKeyPad should be shown.
No tags attached.
Issue History
2021-05-14 09:02migueldejuanaNew Issue
2021-05-14 09:02migueldejuanaAssigned To => Retail
2021-05-14 09:02migueldejuanaTriggers an Emergency Pack => No
2021-05-14 10:46guilleaerResolution time => 1626213600
2021-05-14 10:46guilleaerStatusnew => acknowledged
2021-07-14 15:55dmiguelezResolution time1626213600 => 1633039200
2021-07-27 15:56dmiguelezAssigned ToRetail => hernan-dp
2021-07-27 23:57hgbotNote Added: 0130817
2021-07-28 17:01guilleaerStatusacknowledged => scheduled
2021-07-28 17:30guilleaerNote Added: 0130851
2021-07-28 17:32hgbotResolutionopen => fixed
2021-07-28 17:32hgbotStatusscheduled => closed
2021-07-28 17:32hgbotNote Added: 0130852
2021-07-28 17:32hgbotNote Added: 0130853
2021-07-28 17:32hgbotNote Added: 0130854

Notes
(0130817)
hgbot   
2021-07-27 23:57   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/611 [^]
(0130851)
guilleaer   
2021-07-28 17:30   
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/642 [^]
(0130852)
hgbot   
2021-07-28 17:32   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 7924c8b8d8913df78d798ffd9b355c8eaf91b072
Author: hernan-dp <h.de.prada1@gmail.com>
Date: 2021-07-28T15:13:23+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/7924c8b8d8913df78d798ffd9b355c8eaf91b072 [^]

fixes ISSUE-46674: Added prop to VirtualNumericInput to display popover when first rendered.

---
M web-jspack/org.openbravo.core2/src/components/VirtualNumericInput/VirtualNumericInput.jsx
---
(0130853)
hgbot   
2021-07-28 17:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/611 [^]
(0130854)
hgbot   
2021-07-28 17:32   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: b0bc8ba3c2fa2bc36a197b8cb02906a7facee057
Author: hernan-dp <h.de.prada1@gmail.com>
Date: 2021-07-28T15:31:20+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/b0bc8ba3c2fa2bc36a197b8cb02906a7facee057 [^]

fixes ISSUE-46674: Show popover when selecting a variable discount.

---
M web-jspack/org.openbravo.pos2/src/components/Discounts/ManualDiscount/DiscountInputAmountCell/DiscountInputAmountCell.jsx
M web-jspack/org.openbravo.pos2/src/components/Discounts/OrderDiscount/OrderDiscountInputAmountCell/OrderDiscountInputAmountCell.jsx
M web-jspack/org.openbravo.pos2/src/components/Discounts/OrderDiscount/OrderDiscountInputAmountCell/__test__/OrderDiscountInputAmountCell.test.jsx
---