mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New stubs for demo user.
This commit is contained in:
37
resources/stubs/demo-configuration.json
Normal file
37
resources/stubs/demo-configuration.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"has-headers": true,
|
||||
"date-format": "Y-m-d",
|
||||
"delimiter": ",",
|
||||
"import-account": 1,
|
||||
"specifics": [],
|
||||
"column-count": 7,
|
||||
"column-roles": [
|
||||
"account-iban",
|
||||
"opposing-name",
|
||||
"amount",
|
||||
"date-transaction",
|
||||
"description",
|
||||
"category-name",
|
||||
"budget-name"
|
||||
],
|
||||
"column-do-mapping": [
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"column-roles-complete": false,
|
||||
"column-mapping-config": {
|
||||
"0": {
|
||||
"NL11XOLA6707795988": 1,
|
||||
"NL81RCQZ7160379858": 3
|
||||
},
|
||||
"1": [],
|
||||
"5": [],
|
||||
"6": []
|
||||
},
|
||||
"column-mapping-complete": false
|
||||
}
|
||||
Reference in New Issue
Block a user