mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Cleanup post processing.
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
<?php
|
||||
return [
|
||||
'roles' => [
|
||||
'specifix' => [
|
||||
'rabo_description'
|
||||
],
|
||||
'post_processors' => [
|
||||
'OpposingAccount',
|
||||
'Description',
|
||||
'Amount',
|
||||
'Currency',
|
||||
'Bill'
|
||||
|
||||
],
|
||||
'roles' => [
|
||||
'_ignore' => [
|
||||
'name' => '(ignore this column)',
|
||||
'mappable' => false,
|
||||
|
Reference in New Issue
Block a user