mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
[demo] new cleaner, more-flexible demo
This commit is contained in:
18
erpnext/demo/data/account.json
Normal file
18
erpnext/demo/data/account.json
Normal 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"
|
||||
}]
|
||||
Reference in New Issue
Block a user