chore: fixup broken JSON files (#38915) (cherry picked from commit 2dc49c834a0cab620465fafa555d239092107864) Co-authored-by: Ankush Menat <ankush@frappe.io>
26 lines
758 B
JSON
26 lines
758 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
]
|