-
- Downloads
[IMP]: point_of_sale UI: `NumberPopup` and `NumberBuffer` can pre-select input...
[IMP]: point_of_sale UI: `NumberPopup` and `NumberBuffer` can pre-select input which will change the value upon triggering a key The user doesn't need to delete the current input before changing it. He can now write hiw new value which will erase the current one. The guest popup from the `pos_restaurant` module and the global discount popup from the `pos_discount` module benefit from this and have their input pre-selected. Before: when opening the guest or discount popup, the user always has to delete the curent value before changing it. Let's say that the current value was `5`, the user needs to either press the `Delete` or `Backspace` button/key before entering his new value. After: the user doesn't need to press the `Delete` or `Backspace` button/key and can now directly enter his new value Task ID: 2419637
Showing
- addons/point_of_sale/static/src/js/Misc/NumberBuffer.js 12 additions, 1 deletionaddons/point_of_sale/static/src/js/Misc/NumberBuffer.js
- addons/point_of_sale/static/src/js/Popups/NumberPopup.js 2 additions, 1 deletionaddons/point_of_sale/static/src/js/Popups/NumberPopup.js
- addons/point_of_sale/static/src/xml/Popups/NumberPopup.xml 1 addition, 1 deletionaddons/point_of_sale/static/src/xml/Popups/NumberPopup.xml
- addons/pos_discount/static/src/js/DiscountButton.js 1 addition, 0 deletionsaddons/pos_discount/static/src/js/DiscountButton.js
- addons/pos_restaurant/static/src/js/Screens/FloorScreen/FloorScreen.js 1 addition, 0 deletions...staurant/static/src/js/Screens/FloorScreen/FloorScreen.js
- addons/pos_restaurant/static/src/js/Screens/ProductScreen/ControlButtons/TableGuestsButton.js 1 addition, 0 deletions...Screens/ProductScreen/ControlButtons/TableGuestsButton.js
- addons/pos_restaurant/static/tests/tours/ControlButtons.tour.js 14 additions, 0 deletions.../pos_restaurant/static/tests/tours/ControlButtons.tour.js
- addons/pos_restaurant/static/tests/tours/FloorScreen.tour.js 9 additions, 0 deletionsaddons/pos_restaurant/static/tests/tours/FloorScreen.tour.js
- addons/pos_restaurant/static/tests/tours/helpers/ProductScreenTourMethods.js 17 additions, 0 deletions...nt/static/tests/tours/helpers/ProductScreenTourMethods.js
Loading
Please register or sign in to comment