mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Implemented basic expense report
This commit is contained in:
parent
88fcc05902
commit
6cdbc15961
@ -81,8 +81,8 @@ class ReportController extends BaseController
|
|||||||
ENTITY_CLIENT => trans('texts.client'),
|
ENTITY_CLIENT => trans('texts.client'),
|
||||||
ENTITY_INVOICE => trans('texts.invoice'),
|
ENTITY_INVOICE => trans('texts.invoice'),
|
||||||
ENTITY_PAYMENT => trans('texts.payment'),
|
ENTITY_PAYMENT => trans('texts.payment'),
|
||||||
ENTITY_TAX_RATE => trans('texts.taxes'),
|
|
||||||
ENTITY_EXPENSE => trans('texts.expenses'),
|
ENTITY_EXPENSE => trans('texts.expenses'),
|
||||||
|
ENTITY_TAX_RATE => trans('texts.taxes'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$params = [
|
$params = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user