mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
fix: Add journal entry in demo
This commit is contained in:
25
erpnext/setup/demo_data/journal_entry.json
Normal file
25
erpnext/setup/demo_data/journal_entry.json
Normal file
@@ -0,0 +1,25 @@
|
||||
[
|
||||
{
|
||||
"cheque_date": "2023-03-14",
|
||||
"cheque_no": "33",
|
||||
"doctype": "Journal Entry",
|
||||
"accounts": [
|
||||
{
|
||||
"party_type": "Customer",
|
||||
"party": "ABC Enterprises",
|
||||
"credit_in_account_currency": 40000.0,
|
||||
"debit_in_account_currency": 0.0,
|
||||
"doctype": "Journal Entry Account",
|
||||
"parentfield": "accounts",
|
||||
},
|
||||
{
|
||||
"credit_in_account_currency": 0.0,
|
||||
"debit_in_account_currency": 40000.0,
|
||||
"doctype": "Journal Entry Account",
|
||||
"parentfield": "accounts",
|
||||
}
|
||||
],
|
||||
"user_remark": "test",
|
||||
"voucher_type": "Bank Entry"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user