mirror of
https://github.com/frappe/books.git
synced 2024-11-15 01:44:04 +00:00
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"name": "InventorySettings",
|
|
"label": "Inventory Settings",
|
|
"isSingle": true,
|
|
"isChild": false,
|
|
"fields": [
|
|
{
|
|
"fieldname": "defaultLocation",
|
|
"label": "Default Location",
|
|
"fieldtype": "Link",
|
|
"target": "Location",
|
|
"create": true,
|
|
"section": "Default"
|
|
},
|
|
{
|
|
"fieldname": "stockInHand",
|
|
"label": "Stock In Hand Acc.",
|
|
"fieldtype": "Link",
|
|
"target": "Account",
|
|
"section": "Accounts"
|
|
},
|
|
{
|
|
"fieldname": "stockReceivedButNotBilled",
|
|
"label": "Stock Received But Not Billed Acc.",
|
|
"fieldtype": "Link",
|
|
"target": "Account",
|
|
"section": "Accounts"
|
|
},
|
|
{
|
|
"fieldname": "costOfGoodsSold",
|
|
"label": "Cost Of Goods Sold Acc.",
|
|
"fieldtype": "Link",
|
|
"target": "Account",
|
|
"section": "Accounts"
|
|
},
|
|
{
|
|
"fieldname": "enableBarcodes",
|
|
"label": "Enable Barcodes",
|
|
"fieldtype": "Check",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"fieldname": "enableBatches",
|
|
"label": "Enable Batches",
|
|
"fieldtype": "Check",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"fieldname": "enableSerialNumber",
|
|
"label": "Enable Serial Number",
|
|
"fieldtype": "Check",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"fieldname": "enableUomConversions",
|
|
"label": "Enable UOM Conversion",
|
|
"fieldtype": "Check",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"fieldname": "enableStockReturns",
|
|
"label": "Enable Stock Returns",
|
|
"fieldtype": "Check",
|
|
"default": false,
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"fieldname": "enablePointOfSale",
|
|
"label": "Enable Point of Sale",
|
|
"fieldtype": "Check",
|
|
"default": false,
|
|
"section": "Features"
|
|
}
|
|
]
|
|
}
|