2022-03-23 07:31:15 +00:00
|
|
|
{
|
|
|
|
"label": "Journal Entry",
|
|
|
|
"name": "JournalEntry",
|
|
|
|
"isSubmittable": true,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "entryType",
|
|
|
|
"label": "Entry Type",
|
|
|
|
"fieldtype": "Select",
|
|
|
|
"placeholder": "Entry Type",
|
|
|
|
"options": [
|
2022-03-23 08:37:00 +00:00
|
|
|
{
|
|
|
|
"value": "Journal Entry",
|
|
|
|
"label": "Journal Entry"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Bank Entry",
|
|
|
|
"label": "Bank Entry"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Cash Entry",
|
|
|
|
"label": "Cash Entry"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Credit Card Entry",
|
|
|
|
"label": "Credit Card Entry"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Debit Note",
|
|
|
|
"label": "Debit Note"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Credit Note",
|
|
|
|
"label": "Credit Note"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Contra Entry",
|
|
|
|
"label": "Contra Entry"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Excise Entry",
|
|
|
|
"label": "Excise Entry"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Write Off Entry",
|
|
|
|
"label": "Write Off Entry"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Opening Entry",
|
|
|
|
"label": "Opening Entry"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Depreciation Entry",
|
|
|
|
"label": "Depreciation Entry"
|
|
|
|
}
|
2022-03-23 07:31:15 +00:00
|
|
|
],
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Entry No",
|
|
|
|
"fieldname": "name",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"required": true,
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "date",
|
|
|
|
"label": "Date",
|
2022-05-03 15:13:55 +00:00
|
|
|
"fieldtype": "Date",
|
|
|
|
"required": true
|
2022-03-23 07:31:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "accounts",
|
|
|
|
"label": "Account Entries",
|
|
|
|
"fieldtype": "Table",
|
2022-03-23 08:37:00 +00:00
|
|
|
"target": "JournalEntryAccount",
|
2022-03-23 07:31:15 +00:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "referenceNumber",
|
|
|
|
"label": "Reference Number",
|
|
|
|
"fieldtype": "Data"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "referenceDate",
|
|
|
|
"label": "Reference Date",
|
|
|
|
"fieldtype": "Date"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "userRemark",
|
|
|
|
"label": "User Remark",
|
|
|
|
"fieldtype": "Text",
|
|
|
|
"placeholder": "User Remark"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "numberSeries",
|
|
|
|
"label": "Number Series",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "NumberSeries",
|
|
|
|
"required": true,
|
|
|
|
"default": "JV-"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|