2022-03-23 07:31:15 +00:00
|
|
|
{
|
|
|
|
"name": "JournalEntryAccount",
|
2022-03-23 08:37:00 +00:00
|
|
|
"label": "Journal Entry Account",
|
2022-03-23 07:31:15 +00:00
|
|
|
"isChild": true,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "account",
|
|
|
|
"label": "Account",
|
|
|
|
"placeholder": "Account",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"required": true,
|
|
|
|
"groupBy": "rootType"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "debit",
|
|
|
|
"label": "Debit",
|
|
|
|
"fieldtype": "Currency"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "credit",
|
|
|
|
"label": "Credit",
|
|
|
|
"fieldtype": "Currency"
|
|
|
|
}
|
|
|
|
],
|
2022-05-04 16:25:08 +00:00
|
|
|
"tableFields": ["account", "debit", "credit"],
|
|
|
|
"keywordFields": ["account"]
|
|
|
|
}
|