Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save x4d3/1649487693a893179bc57b26aafcbac6 to your computer and use it in GitHub Desktop.
Save x4d3/1649487693a893179bc57b26aafcbac6 to your computer and use it in GitHub Desktop.
{
"organizations": [
"org-mno"
],
"hist_parameters": {
"from": "2015-08-01",
"to": "2015-09-29",
"period": "MONTHLY"
},
"dates": [
"2015-08-31",
"2015-09-29"
],
"summary": [
{
"name": "ASSET",
"accounts": [
{
"uid": "b43d3df0-df57-0156-b848-61147afe9799",
"name": "Car Costs",
"current_balance": 13455,
"classification": "ASSET",
"balances": [
13455,
13455
],
"dates": [
"2015-08-31",
"2015-09-29"
],
"currency": "USD",
"accounting_behaviour": "bls"
},
{
"uid": "b43d3df0-df46-0132-b815-56847afe9799",
"name": "Computer Equipment",
"current_balance": 2469.99,
"classification": "ASSET",
"balances": [
2469.99,
2469.99
],
"dates": [
"2015-08-31",
"2015-09-29"
],
"currency": "USD",
"accounting_behaviour": "bls"
}
],
"balances": [
15924.99,
15924.99
],
"currency": "USD"
},
{
"name": "EXPENSE",
"accounts": [
{
"uid": "8e04d7c0-ea53-0132-8036-56847afe9799",
"name": "Bank Fees",
"current_balance": 331.5,
"classification": "EXPENSE",
"balances": [
131.5,
0
],
"dates": [
"2015-08-31",
"2015-09-29"
],
"currency": "USD",
"accounting_behaviour": "pnl"
}
],
"balances": [
131.5,
0
],
"currency": "USD"
},
{
"name": "LIABILITY",
"accounts": [
{
"uid": "b4ea6de1-df46-0132-b82b-56847afe9799",
"name": "GST",
"current_balance": 1488.88,
"classification": "LIABILITY",
"balances": [
1488.88,
1488.88
],
"dates": [
"2015-08-31",
"2015-09-29"
],
"currency": "USD",
"accounting_behaviour": "bls"
}
],
"balances": [
1488.88,
1488.88
],
"currency": "USD"
},
{
"name": "REVENUE",
"accounts": [
{
"uid": "af382591-df46-0132-b766-56847afe9799",
"name": "Sales",
"current_balance": 55442.89,
"classification": "REVENUE",
"balances": [
15442.89,
0
],
"dates": [
"2015-08-31",
"2015-09-29"
],
"currency": "USD",
"accounting_behaviour": "pnl"
}
],
"balances": [
15442.89,
0
],
"currency": "USD"
}
],
"account_uid": null,
"info": [
{
"key": "P&L Mode",
"value": "'Total Period' = total of the transactions between 2015-08-01 and 2015-09-29. Each point on the chart corresponds to the total of the transactions since the previous point."
},
{
"key": "Balance Sheet Mode",
"value": "'Live Balance' = account's balance at today's date (2016-04-11). Each point on the chart corresponds to the account's balance 'at date'."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment