removed chart field from pl and tax reports
This commit is contained in:
@ -53,14 +53,14 @@ class Reports extends Seeder
|
||||
'class' => 'App\Reports\ProfitLoss',
|
||||
'name' => trans('reports.profit_loss'),
|
||||
'description' => trans('demo.reports.profit_loss'),
|
||||
'settings' => ['group' => 'category', 'period' => 'quarterly', 'basis' => 'accrual', 'chart' => '0'],
|
||||
'settings' => ['group' => 'category', 'period' => 'quarterly', 'basis' => 'accrual'],
|
||||
],
|
||||
[
|
||||
'company_id' => $company_id,
|
||||
'class' => 'App\Reports\TaxSummary',
|
||||
'name' => trans('reports.summary.tax'),
|
||||
'description' => trans('demo.reports.tax'),
|
||||
'settings' => ['group' => 'category', 'period' => 'quarterly', 'basis' => 'accrual', 'chart' => '0'],
|
||||
'settings' => ['group' => 'category', 'period' => 'quarterly', 'basis' => 'accrual'],
|
||||
],
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user