d11n
a6e18736d6
Keypad updates ( #6338 )
...
* Add keypad icons
Closes #6195 .
* Keypad JS fixes
2024-10-29 23:44:37 +09:00
d11n
9b5c8a8254
POS: Add item list to keypad ( #5814 )
...
* Add admin option to show item list for keypad view
* Refactor common POS Vue mixin
* Add item list to POS keypad
* Add recent transactions to cart
* Keypad: Pass tip and discount as cart does
* Keypad and cart tests
* Improve offcanvas button
---------
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2024-03-14 11:11:54 +01:00
Chukwuleta Tobechi
6621859567
remove decimals for Colombian (COP) and Argentina's Peso (ARS) ( #5710 )
...
* remove decimals for Colombian (COP) and Argentina's Peso (ARS)
* remove js currency hardcoding
* Fixes removal of columbia and argentina's peso
* Refactor
---------
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2024-02-02 17:16:13 +09:00
d11n
bdf56c0a6f
Keypad: List recent transactions ( #5478 )
...
* Keypad: List recent transactions
Closes #5379 .
* UI updates
* Optional: No border
* Fix class
* Decrease keypad max-width
2023-11-30 18:19:03 +09:00
d11n
696a414e95
POS Keypad: Add plus and change clear functionality ( #5396 )
...
Closes #5299 .
2023-11-02 20:03:34 +01:00
d11n
25af9c4227
Improve receipt info display ( #5350 )
...
* Improve receipt info display
Displays the info in correct order and adds optional info if tip was given with a percentage.
* Test fix
---------
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2023-09-26 22:50:04 +09:00
rockstardev
8eabdab53a
Preventing entering of negative tips and discounts in POS
2023-07-26 07:26:53 -05:00
d11n
845e2881fa
POS Cart redesign ( #5171 )
...
* Move POS assets
* WIP
* Refactor into common Vue mixin
* Offcanvas updates
* Unifications across POS views
* POSData view fix
* Number and test fixes
* Update cart width
* Fix test
* More view unification
* Hide cart when emptied
* Validate cart
* Header improvement
* Increase remove icon size
* Animate add to cart action
* Offcanvas for mobile, sidebar for desktop
* ui+pos: updates icon size + badge + label
* Remove cart table headers
* Use same size for Cart and Shop headlines
* Update search placeholder
* Bump horizontal input padding
* Increase sidebar width
* Bump badge font size
* Fix manipulating the quantity of line items
* Fix cart icon
* Update cart display
* updates empty button
* Rounded search input
* Remove cart button on desktop
* Fix dark accent color
* More accent fixes
* Fix plus/minus alignment
* Update BTCPayServer/Views/Shared/PointOfSale/Public/Cart.cshtml
* Apply suggestions from code review
---------
Co-authored-by: dstrukt <gfxdsign@gmail.com>
2023-07-22 21:15:41 +09:00