2023-01-14 11:28:16 +00:00
|
|
|
{
|
2023-02-28 06:01:04 +00:00
|
|
|
"name": "Batch",
|
|
|
|
"label": "Batch",
|
2023-02-17 04:53:24 +00:00
|
|
|
"naming": "manual",
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "name",
|
|
|
|
"fieldtype": "Data",
|
2023-02-28 06:01:04 +00:00
|
|
|
"label": "Batch",
|
2023-02-17 04:53:24 +00:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "expiryDate",
|
|
|
|
"fieldtype": "Date",
|
|
|
|
"label": "Expiry Date",
|
|
|
|
"required": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "manufactureDate",
|
|
|
|
"fieldtype": "Date",
|
|
|
|
"label": "Manufacture Date",
|
|
|
|
"required": false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"quickEditFields": ["expiryDate", "manufactureDate"],
|
|
|
|
"keywordFields": ["name"]
|
|
|
|
}
|