odoo/addons/point_of_sale/static/src/js
Goffin Simon 56d832dbc5 [FIX] point of sale: rounding globally
The price without taxe must be rounded on each line like 'price_subtotal' in "sale.order.line"
with digits_compute= dp.get_precision('Account').
The total taxes included must be the sum of the rounded total without taxe and
the rounded taxes like in "sale.order" in _amount_all.

opw:643254
2015-06-29 09:02:10 +02:00
..
db.js [FIX] point_of_sale: correctly split workds in product search 2015-06-26 08:51:25 +02:00
devices.js [FIX] point_of_sale: scale debug was not working with an unplugged scale 2015-01-27 10:58:58 +01:00
main.js [IMP] point_of_sale: forgot changes in this file in the previous commit that introduced unit tests 2014-08-05 14:07:58 +02:00
models.js [FIX] point of sale: rounding globally 2015-06-29 09:02:10 +02:00
screens.js [FIX] point_of_sale: float format 2015-05-21 09:02:13 +02:00
tests.js [IMP] point_of_sale: add a basic UI unit test based on the new 'Tour' module 2014-08-05 14:07:41 +02:00
widget_base.js [FIX] point_of_sale: precision 2015-06-11 08:45:17 +02:00
widget_keyboard.js [FIX] point_of_sale: onscreen keyboard working again 2013-12-16 19:20:59 +01:00
widgets.js [IMP] web, point_of_sale: basic implementation of the cordova integration. 2015-05-29 15:33:13 +02:00