-
- Downloads
[FIX] l10n_fr_pos_cert: display hash on receipt
When an order is sent to the server from the point of sale, a unique hash is generated by the server. This hash must be printed on the receipt to allow the comparison between the receipt and the data on the server and guarantee the unalterability of the data on the server. TASK-ID: 47990
Showing
- addons/l10n_fr_pos_cert/__manifest__.py 2 additions, 0 deletionsaddons/l10n_fr_pos_cert/__manifest__.py
- addons/l10n_fr_pos_cert/static/src/js/pos.js 73 additions, 0 deletionsaddons/l10n_fr_pos_cert/static/src/js/pos.js
- addons/l10n_fr_pos_cert/static/src/xml/pos.xml 12 additions, 0 deletionsaddons/l10n_fr_pos_cert/static/src/xml/pos.xml
- addons/l10n_fr_pos_cert/views/l10n_fr_pos_cert_templates.xml 10 additions, 0 deletionsaddons/l10n_fr_pos_cert/views/l10n_fr_pos_cert_templates.xml
- addons/point_of_sale/models/pos_order.py 4 additions, 4 deletionsaddons/point_of_sale/models/pos_order.py
- addons/point_of_sale/static/src/js/models.js 6 additions, 3 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/point_of_sale/static/src/js/screens.js 63 additions, 32 deletionsaddons/point_of_sale/static/src/js/screens.js
Loading
Please register or sign in to comment