mirror of
https://github.com/itflow-org/itflow
synced 2026-08-05 07:07:14 +00:00
Add Category column and filter into income along with the exports
This commit is contained in:
@@ -259,8 +259,8 @@ function getExportColumns($export_type) {
|
||||
'income' => [
|
||||
'income_date' => ['label' => 'Date'],
|
||||
'income_type' => ['label' => 'Type'],
|
||||
'income_source' => ['label' => 'Source'],
|
||||
'income_description' => ['label' => 'Description', 'weight' => 3],
|
||||
'income_source' => ['label' => 'Source', 'weight' => 3],
|
||||
'income_category' => ['label' => 'Category'],
|
||||
'income_client' => ['label' => 'Client', 'weight' => 2],
|
||||
'income_amount' => ['label' => 'Amount', 'format' => 'money'],
|
||||
'income_currency_code' => ['label' => 'Currency'],
|
||||
|
||||
Reference in New Issue
Block a user