mirror of
https://github.com/frappe/books.git
synced 2024-12-23 11:29:03 +00:00
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
],
|
|
"required": true
|
|
},
|
|
{
|
|
"fieldname": "documentName",
|
|
"label": "Document Name",
|
|
"fieldtype": "Data",
|
|
"references": "referenceType",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|