Averaging the GP on the reports. Closes #47
This commit is contained in:
parent
e1faa4689b
commit
52bc47658b
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue