initial commit
This commit is contained in:
commit
4fc3bb0a01
202 changed files with 41729 additions and 0 deletions
36
public/data-sources/history.json
Normal file
36
public/data-sources/history.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"data": [
|
||||
{
|
||||
"amount": 375.53,
|
||||
"account": "45721474",
|
||||
"name": "Home Loan Account",
|
||||
"date": "3 days ago",
|
||||
"type": "deposit",
|
||||
"business": "Turcotte"
|
||||
},
|
||||
{
|
||||
"amount": 470.26,
|
||||
"account": "94486537",
|
||||
"name": "Savings Account",
|
||||
"date": "3 days ago",
|
||||
"type": "payment",
|
||||
"business": "Murazik - Graham"
|
||||
},
|
||||
{
|
||||
"amount": 971.34,
|
||||
"account": "63189893",
|
||||
"name": "Checking Account",
|
||||
"date": "5 days ago",
|
||||
"type": "invoice",
|
||||
"business": "Fahey - Keebler"
|
||||
},
|
||||
{
|
||||
"amount": 374.63,
|
||||
"account": "74828780",
|
||||
"name": "Auto Loan Account",
|
||||
"date": "7 days ago",
|
||||
"type": "withdrawal",
|
||||
"business": "Collier - Hintz"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue