mirror of
https://github.com/frappe/books.git
synced 2025-01-10 10:16:22 +00:00
67 lines
1.3 KiB
JSON
67 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "ERPNextSyncQueue",
|
||
|
"label": "ERPNext Sync 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": "PriceListItem",
|
||
|
"label": "Price List Item"
|
||
|
},
|
||
|
{
|
||
|
"value": "SerialNumber",
|
||
|
"label": "Serial Number"
|
||
|
},
|
||
|
{
|
||
|
"value": "Batch",
|
||
|
"label": "Batch"
|
||
|
},
|
||
|
{
|
||
|
"value": "UOM",
|
||
|
"label": "UOM"
|
||
|
},
|
||
|
{
|
||
|
"value": "Shipment",
|
||
|
"label": "Shipment"
|
||
|
}
|
||
|
],
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"fieldname": "documentName",
|
||
|
"label": "Document Name",
|
||
|
"fieldtype": "DynamicLink",
|
||
|
"references": "referenceType",
|
||
|
"required": true
|
||
|
}
|
||
|
]
|
||
|
}
|