More test data and better views.

This commit is contained in:
James Cole
2016-05-15 12:08:41 +02:00
parent 626404407e
commit 1c93d8bf79
17 changed files with 926 additions and 626 deletions

View File

@@ -917,6 +917,47 @@
]
}
],
"multi-deposits": [],
"multi-deposits": [
{
"user_id": 1,
"date": "2016-03-02",
"description": "Even multi-deposit (50, 50)",
"source_ids": [
35,
36
],
"destination_id": 1,
"amounts": [
50,
50
],
"category_ids": [
7,
8,
9
]
},
{
"user_id": 1,
"date": "2016-05-02",
"description": "Uneven multi-deposit (15,34,51)",
"source_ids": [
35,
36,
37
],
"destination_id": 1,
"amounts": [
14,
35,
51
],
"category_ids": [
7,
8,
9
]
}
],
"multi-transfers": []
}