-
- Downloads
[REF] pos, pos_*: Change Escpos' XML to HTML
Receipt are now printed as JPGs so receipts need to be formatted as classic HTML to be rendered as images by Wkhtmltoimage. There were two versions of the receipt for an order. The one in XML, to be printed, and the one in HTML, that was displayed in the POS. Since both of them are now HTML, we can remove one of them. TaskID: 1939455
Showing
- addons/point_of_sale/static/src/css/pos.css 6 additions, 25 deletionsaddons/point_of_sale/static/src/css/pos.css
- addons/point_of_sale/static/src/css/pos_receipts.css 64 additions, 0 deletionsaddons/point_of_sale/static/src/css/pos_receipts.css
- addons/point_of_sale/static/src/js/models.js 7 additions, 7 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/point_of_sale/static/src/js/screens.js 5 additions, 5 deletionsaddons/point_of_sale/static/src/js/screens.js
- addons/point_of_sale/static/src/xml/pos.xml 123 additions, 260 deletionsaddons/point_of_sale/static/src/xml/pos.xml
- addons/point_of_sale/views/point_of_sale.xml 1 addition, 0 deletionsaddons/point_of_sale/views/point_of_sale.xml
- addons/pos_mercury/static/src/xml/pos_mercury.xml 4 additions, 20 deletionsaddons/pos_mercury/static/src/xml/pos_mercury.xml
- addons/pos_restaurant/static/src/js/printbill.js 2 additions, 2 deletionsaddons/pos_restaurant/static/src/js/printbill.js
- addons/pos_restaurant/static/src/xml/floors.xml 1 addition, 1 deletionaddons/pos_restaurant/static/src/xml/floors.xml
- addons/pos_restaurant/static/src/xml/multiprint.xml 38 additions, 39 deletionsaddons/pos_restaurant/static/src/xml/multiprint.xml
- addons/pos_restaurant/static/src/xml/printbill.xml 49 additions, 53 deletionsaddons/pos_restaurant/static/src/xml/printbill.xml
Loading
Please register or sign in to comment