[demo] new cleaner, more-flexible demo

This commit is contained in:
Rushabh Mehta
2016-06-29 18:38:32 +05:30
parent 8c2e79cf0d
commit dc8067eb33
18 changed files with 1856 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[{
"account_name": "Debtors EUR",
"parent_account": "Accounts Receivable",
"account_type": "Receivable",
"account_currency": "EUR"
},
{
"account_name": "Creditors EUR",
"parent_account": "Accounts Payable",
"account_type": "Payable",
"account_currency": "EUR"
},
{
"account_name": "Paypal",
"parent_account": "Bank Accounts",
"account_type": "Bank",
"account_currency": "EUR"
}]