2024-10-24 09:51:07 +05:30
|
|
|
{
|
|
|
|
"name": "FetchFromERPNextQueue",
|
|
|
|
"label": "Fetch From ERPNext Queue",
|
|
|
|
"naming": "random",
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "referenceType",
|
|
|
|
"label": "Ref. Type",
|
|
|
|
"fieldtype": "Select",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"value": "Item",
|
|
|
|
"label": "Item"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Party",
|
|
|
|
"label": "Party"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "SalesInvoice",
|
|
|
|
"label": "Sales Invoice"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Payment",
|
|
|
|
"label": "Sales Payment"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "StockMovement",
|
|
|
|
"label": "Stock"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "PriceList",
|
|
|
|
"label": "Price List"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "SerialNumber",
|
|
|
|
"label": "Serial Number"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Batch",
|
|
|
|
"label": "Batch"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "UOM",
|
|
|
|
"label": "UOM"
|
2024-12-05 17:09:46 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "Address",
|
|
|
|
"label": "Address"
|
2024-10-24 09:51:07 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "documentName",
|
|
|
|
"label": "Document Name",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"references": "referenceType",
|
|
|
|
"required": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|