styling reports
This commit is contained in:
@ -47,11 +47,6 @@ abstract class Report
|
||||
|
||||
public $loaded = false;
|
||||
|
||||
public $indents = [
|
||||
'table_header' => '0px',
|
||||
'table_rows' => '24px',
|
||||
];
|
||||
|
||||
public $chart = [
|
||||
'line' => [
|
||||
'width' => '0',
|
||||
|
@ -16,11 +16,6 @@ class ProfitLoss extends Report
|
||||
|
||||
public $icon = 'fa fa-heart';
|
||||
|
||||
public $indents = [
|
||||
'table_header' => '0px',
|
||||
'table_rows' => '48px',
|
||||
];
|
||||
|
||||
public function setViews()
|
||||
{
|
||||
parent::setViews();
|
||||
|
@ -21,11 +21,6 @@ class TaxSummary extends Report
|
||||
|
||||
public $icon = 'fa fa-percent';
|
||||
|
||||
public $indents = [
|
||||
'table_header' => '0px',
|
||||
'table_rows' => '48px',
|
||||
];
|
||||
|
||||
public function setViews()
|
||||
{
|
||||
parent::setViews();
|
||||
|
Reference in New Issue
Block a user