Averaging the GP on the reports. Closes #47

This commit is contained in:
Karl Cordes 2013-04-13 11:28:17 +10:00
parent e1faa4689b
commit 52bc47658b

View file

@ -262,7 +262,7 @@ class JobsController extends AppController {
'gross_profit_aud' => 'total',
'net_export_sales_aud' => 'total',
'gross_profit_exports_aud' => 'total',
'gp_percent' => 'average_gp',
'gp_percent' => 'average',
'gross_australian_sales_foreign_currency' => 'total',
'net_australian_sales_foreign_currency' => 'total',
'gross_profit_value_australian_sales_foreign_currency' => 'total',