odoo/addons/point_of_sale/report
Denis Ledoux 78a29b3738 [FIX] point_of_sale: no need to specify numeric digits
In the report pos order, average_price was set as a numeric(16,2), therefore, if the amount was too big, it led to a psql crash:
A field with precision 16, scale 2 must round to an absolute value less than 10^14.
2014-10-21 10:13:44 +02:00
..
__init__.py [IMP] Removed bad report 2012-05-13 12:30:58 +02:00
account_statement.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
account_statement.rml [IMP] amout with currency. 2012-10-01 16:38:02 +05:30
account_statement.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
all_closed_cashbox_of_the_day.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
all_closed_cashbox_of_the_day.rml [IMP] reports: use of FormatLang(amount, currency_obj=...) instead of printing currency.symbol directly in the report 2012-10-11 11:40:02 +02:00
all_closed_cashbox_of_the_day.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
pos_details.py [FIX] point_of_sale: remove useless or condition in tax computation 2013-10-02 16:37:34 +02:00
pos_details.rml [MERGE] point_of_sale: Fix some bugs 2012-10-31 15:57:08 +01:00
pos_details.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
pos_details_summary.py [FIX] point_of_sale: sales summary report displays actual amount of taxes, instead of displaying the amount where the taxe is applied 2014-02-12 13:14:08 +01:00
pos_details_summary.rml [FIX]point_of_sale: Mode of payment displayed browse_record object instead of the name of the method payment 2014-02-12 12:30:04 +01:00
pos_details_summary.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
pos_invoice.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
pos_lines.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
pos_lines.rml [FIX] point_of_sale: fixed display of untaxed amount in sales lines report 2014-10-14 14:11:53 +02:00
pos_lines.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
pos_order_report.py [FIX] point_of_sale: no need to specify numeric digits 2014-10-21 10:13:44 +02:00
pos_order_report_view.xml [REMOVE] remove create button form all posgress report. 2012-09-27 14:08:39 +05:30
pos_payment_report.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
pos_payment_report.rml [IMP]: ADD currency symbol with amount 2012-10-02 22:10:01 +05:30
pos_payment_report_user.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
pos_payment_report_user.rml [FIX] point_of_sale: typo in report 2012-10-18 15:59:49 +02:00
pos_payment_report_user.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
pos_receipt.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
pos_receipt.rml [MERGE]:trunk 2012-10-16 14:30:46 +05:30
pos_receipt.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
pos_report.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
pos_sales_user.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
pos_sales_user.rml [IMP]:improved titles State by Status everywhere 2012-05-04 17:27:48 +05:30
pos_sales_user.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
pos_sales_user_today.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
pos_sales_user_today.rml [IMP]:improved titles State by Status everywhere 2012-05-04 17:27:48 +05:30
pos_sales_user_today.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
pos_users_product.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
pos_users_product.py.WORK [IMP] remove print statement 2012-07-16 18:48:56 +02:00
pos_users_product.rml [IMP] amout with currency. 2012-10-01 16:38:02 +05:30
pos_users_product.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
user_label.xml [IMP] point_of_sale: Add a report for the printing of the EAN13 2012-05-29 15:36:42 +02:00
user_label.xsl [IMP] point_of_sale: Add a report for the printing of the EAN13 2012-05-29 15:36:42 +02:00