2022-03-23 07:31:15 +00:00
|
|
|
{
|
|
|
|
"name": "AccountingLedgerEntry",
|
2022-05-03 13:13:47 +00:00
|
|
|
"label": "Accounting Ledger Entry",
|
2023-03-15 05:49:24 +00:00
|
|
|
"create": false,
|
2022-03-23 07:31:15 +00:00
|
|
|
"isSingle": false,
|
|
|
|
"isChild": false,
|
2022-04-08 06:10:04 +00:00
|
|
|
"naming": "autoincrement",
|
2022-03-23 07:31:15 +00:00
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "date",
|
|
|
|
"label": "Date",
|
2022-05-13 13:51:26 +00:00
|
|
|
"fieldtype": "Datetime",
|
2022-05-03 13:13:47 +00:00
|
|
|
"readOnly": true
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "account",
|
|
|
|
"label": "Account",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
2022-05-03 13:13:47 +00:00
|
|
|
"required": true,
|
|
|
|
"readOnly": true
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
2022-04-11 06:04:18 +00:00
|
|
|
"fieldname": "party",
|
|
|
|
"label": "Party",
|
2022-03-24 09:50:40 +00:00
|
|
|
"fieldtype": "Link",
|
2022-05-03 13:13:47 +00:00
|
|
|
"target": "Party",
|
|
|
|
"readOnly": true
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "debit",
|
|
|
|
"label": "Debit",
|
2022-05-03 13:13:47 +00:00
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "credit",
|
|
|
|
"label": "Credit",
|
2022-05-03 13:13:47 +00:00
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "referenceType",
|
|
|
|
"label": "Ref. Type",
|
2022-05-03 13:13:47 +00:00
|
|
|
"fieldtype": "Data",
|
|
|
|
"readOnly": true
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "referenceName",
|
|
|
|
"label": "Ref. Name",
|
|
|
|
"fieldtype": "DynamicLink",
|
2022-05-03 13:13:47 +00:00
|
|
|
"references": "referenceType",
|
|
|
|
"readOnly": true
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "reverted",
|
|
|
|
"label": "Reverted",
|
|
|
|
"fieldtype": "Check",
|
2022-05-03 13:13:47 +00:00
|
|
|
"default": false,
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "reverts",
|
|
|
|
"label": "Reverts",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "AccountingLedgerEntry",
|
|
|
|
"readOnly": true
|
2022-03-23 07:31:15 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"quickEditFields": [
|
|
|
|
"date",
|
|
|
|
"account",
|
|
|
|
"party",
|
|
|
|
"debit",
|
|
|
|
"credit",
|
|
|
|
"referenceType",
|
|
|
|
"referenceName",
|
2022-05-03 13:13:47 +00:00
|
|
|
"reverted",
|
|
|
|
"reverts"
|
2022-05-04 16:25:08 +00:00
|
|
|
]
|
2022-03-23 16:40:36 +00:00
|
|
|
}
|