This commit is contained in:
James Cole
2018-04-15 08:52:58 +02:00
parent 11e93eac3d
commit 0c2c5d5344
6 changed files with 107 additions and 33 deletions

View File

@@ -165,7 +165,7 @@ return [
'default_export_format' => 'csv',
'default_import_format' => 'csv',
'bill_periods' => ['weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
'accountRoles' => ['defaultAsset', 'sharedAsset', 'savingAsset', 'ccAsset',],
'accountRoles' => ['defaultAsset', 'sharedAsset', 'savingAsset', 'ccAsset','cashWalletAsset'],
'ccTypes' => [
'monthlyFull' => 'Full payment every month',
],