Added activity report
This commit is contained in:
parent
d8f55445c3
commit
d690fc5c79
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class AbstractReport
|
||||||
|
|
||||||
if (strpos($field, 'date') !== false) {
|
if (strpos($field, 'date') !== false) {
|
||||||
$class[] = 'group-date-' . (isset($this->options['group_dates_by']) ? $this->options['group_dates_by'] : 'monthyear');
|
$class[] = 'group-date-' . (isset($this->options['group_dates_by']) ? $this->options['group_dates_by'] : 'monthyear');
|
||||||
} elseif (in_array($field, ['client', 'vendor', 'product', 'method', 'category', 'project'])) {
|
} elseif (in_array($field, ['client', 'vendor', 'product', 'user', 'method', 'category', 'project'])) {
|
||||||
$class[] = 'group-letter-100';
|
$class[] = 'group-letter-100';
|
||||||
} elseif (in_array($field, ['amount', 'paid', 'balance'])) {
|
} elseif (in_array($field, ['amount', 'paid', 'balance'])) {
|
||||||
$class[] = 'group-number-50';
|
$class[] = 'group-number-50';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue