Skip to content

Commit

Permalink
Merge pull request #16 from plaid/tk_more_dates
Browse files Browse the repository at this point in the history
Support more transaction dates!
  • Loading branch information
ToddKerpelman authored Dec 1, 2023
2 parents 8b9e02d + 735891c commit 04c96a7
Show file tree
Hide file tree
Showing 14 changed files with 2,464 additions and 2,471 deletions.
105 changes: 52 additions & 53 deletions income/SMBCustomUser.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,56 @@
{
"override_accounts": [
{
"type": "depository",
"subtype": "checking",
"starting_balance": 150000,
"transactions": [
"override_accounts": [
{
"date_transacted": "2023-05-01",
"date_posted": "2023-05-01",
"amount": 10000,
"description": "Employee Payroll",
"currency": "USD"
},
{
"date_transacted": "2023-05-01",
"date_posted": "2023-05-01",
"amount": 5000,
"description": "Office Rental",
"currency": "USD"
},
{
"date_transacted": "2023-05-01",
"date_posted": "2023-05-02",
"amount": -15000,
"description": "Transfer from Savings",
"currency": "USD"
},
{
"date_transacted": "2023-05-03",
"date_posted": "2023-05-03",
"amount": 15000,
"description": "United States Gypsum Corporation - Drywall",
"currency": "USD"
}

],
"identity": {
"names": [
"John Smith"
],
"addresses": [
{
"primary": true,
"data": {
"country": "US",
"city": "New York",
"street": "10003 Broadway Road",
"postal_code": "10003",
"region": "NY"
"type": "depository",
"subtype": "checking",
"starting_balance": 150000,
"transactions": [
{
"date_transacted": "2023-11-29",
"date_posted": "2023-11-29",
"amount": 10000,
"description": "Employee Payroll",
"currency": "USD"
},
{
"date_transacted": "2023-11-29",
"date_posted": "2023-11-29",
"amount": 5000,
"description": "Office Rental",
"currency": "USD"
},
{
"date_transacted": "2023-11-29",
"date_posted": "2023-11-30",
"amount": -15000,
"description": "Transfer from Savings",
"currency": "USD"
},
{
"date_transacted": "2023-12-01",
"date_posted": "2023-12-01",
"amount": 15000,
"description": "United States Gypsum Corporation - Drywall",
"currency": "USD"
}
],
"identity": {
"names": [
"John Smith"
],
"addresses": [
{
"primary": true,
"data": {
"country": "US",
"city": "New York",
"street": "10003 Broadway Road",
"postal_code": "10003",
"region": "NY"
}
}
]
}
}
]
}
}
]
}
]
}
131 changes: 0 additions & 131 deletions income/bank income custom user_random income over 90 days.json

This file was deleted.

Loading

0 comments on commit 04c96a7

Please sign in to comment.