basis filter added to reports

This commit is contained in:
Sevan Nerse
2021-09-20 10:06:55 +03:00
parent 69aeb32fae
commit 8bdb6e2e98
8 changed files with 62 additions and 5 deletions

View File

@ -111,5 +111,6 @@ class Event extends Provider
'App\Listeners\Report\AddIncomeExpenseCategories',
'App\Listeners\Report\AddSearchString',
'App\Listeners\Report\AddRowsToTax',
'App\Listeners\Report\AddBasis',
];
}