-
- Downloads
[IMP] point_of_sale,pos_*: new receipt screen
Aside from new look, we also move the email option from payment screen to receipt screen. This allows emailing the receipt to a customer that is not in the contact list. We also removed invoicing in the receipt screen during failed invoicing from payment screen as it is removed in here: bc48e003 closes odoo/odoo#55868 Related: odoo/enterprise#12395 Signed-off-by:pimodoo <pimodoo@users.noreply.github.com>
Showing
- addons/point_of_sale/static/src/css/pos.css 112 additions, 0 deletionsaddons/point_of_sale/static/src/css/pos.css
- addons/point_of_sale/static/src/js/Screens/PaymentScreen/PaymentScreen.js 1 addition, 64 deletions...sale/static/src/js/Screens/PaymentScreen/PaymentScreen.js
- addons/point_of_sale/static/src/js/Screens/ReceiptScreen/ReceiptScreen.js 52 additions, 24 deletions...sale/static/src/js/Screens/ReceiptScreen/ReceiptScreen.js
- addons/point_of_sale/static/src/js/models.js 13 additions, 10 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/point_of_sale/static/src/xml/Screens/PaymentScreen/PaymentScreen.xml 0 additions, 5 deletions...le/static/src/xml/Screens/PaymentScreen/PaymentScreen.xml
- addons/point_of_sale/static/src/xml/Screens/ReceiptScreen/ReceiptScreen.xml 24 additions, 12 deletions...le/static/src/xml/Screens/ReceiptScreen/ReceiptScreen.xml
- addons/point_of_sale/static/tests/tours/Chrome.tour.js 4 additions, 4 deletionsaddons/point_of_sale/static/tests/tours/Chrome.tour.js
- addons/point_of_sale/static/tests/tours/PaymentScreen.tour.js 0 additions, 6 deletions...ns/point_of_sale/static/tests/tours/PaymentScreen.tour.js
- addons/point_of_sale/static/tests/tours/ReceiptScreen.tour.js 25 additions, 5 deletions...ns/point_of_sale/static/tests/tours/ReceiptScreen.tour.js
- addons/point_of_sale/static/tests/tours/helpers/PaymentScreenTourMethods.js 8 additions, 12 deletions...le/static/tests/tours/helpers/PaymentScreenTourMethods.js
- addons/point_of_sale/static/tests/tours/helpers/ReceiptScreenTourMethods.js 24 additions, 6 deletions...le/static/tests/tours/helpers/ReceiptScreenTourMethods.js
- addons/point_of_sale/static/tests/tours/point_of_sale.js 0 additions, 33 deletionsaddons/point_of_sale/static/tests/tours/point_of_sale.js
- addons/point_of_sale/tests/test_frontend.py 11 additions, 2 deletionsaddons/point_of_sale/tests/test_frontend.py
Loading
Please register or sign in to comment