mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Create reconciliation transaction.
This commit is contained in:
@@ -107,12 +107,13 @@ return [
|
||||
],
|
||||
'accountTypeByIdentifier' =>
|
||||
[
|
||||
'asset' => 'Asset account',
|
||||
'expense' => 'Expense account',
|
||||
'revenue' => 'Revenue account',
|
||||
'opening' => 'Initial balance account',
|
||||
'initial' => 'Initial balance account',
|
||||
'import' => 'Import account',
|
||||
'asset' => 'Asset account',
|
||||
'expense' => 'Expense account',
|
||||
'revenue' => 'Revenue account',
|
||||
'opening' => 'Initial balance account',
|
||||
'initial' => 'Initial balance account',
|
||||
'import' => 'Import account',
|
||||
'reconcile' => 'Reconciliation account',
|
||||
],
|
||||
'shortNamesByFullName' =>
|
||||
[
|
||||
|
Reference in New Issue
Block a user