mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 11:00:53 -04:00
Added activity report
This commit is contained in:
parent
d8f55445c3
commit
d690fc5c79
@ -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…
x
Reference in New Issue
Block a user