2022-11-14 08:30:11 +00:00
|
|
|
{
|
|
|
|
"name": "StockTransferItem",
|
|
|
|
"label": "Stock Transfer Item",
|
|
|
|
"isAbstract": true,
|
|
|
|
"isChild": true,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "item",
|
|
|
|
"label": "Item",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Item",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "location",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Location",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
2023-02-21 08:54:35 +00:00
|
|
|
"fieldname": "transferUnit",
|
|
|
|
"label": "Transfer Unit",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "UOM",
|
2023-02-21 10:40:06 +00:00
|
|
|
"default": "Unit",
|
2023-02-21 08:54:35 +00:00
|
|
|
"placeholder": "Unit"
|
2022-11-14 08:30:11 +00:00
|
|
|
},
|
2023-02-15 09:07:38 +00:00
|
|
|
{
|
2023-02-21 08:54:35 +00:00
|
|
|
"fieldname": "transferQuantity",
|
|
|
|
"label": "Qty. in Transfer Unit",
|
2023-02-15 09:07:38 +00:00
|
|
|
"fieldtype": "Float",
|
2023-02-21 09:18:55 +00:00
|
|
|
"default": 1,
|
2023-02-15 09:07:38 +00:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
2023-02-21 08:54:35 +00:00
|
|
|
"fieldname": "unit",
|
|
|
|
"label": "Stock Unit",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "UOM",
|
|
|
|
"default": "Unit",
|
|
|
|
"placeholder": "Unit",
|
2023-02-15 09:07:38 +00:00
|
|
|
"readOnly": true
|
|
|
|
},
|
2023-01-13 13:16:52 +00:00
|
|
|
{
|
|
|
|
"fieldname": "batchNumber",
|
|
|
|
"label": "Batch No",
|
2023-01-18 12:03:51 +00:00
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "BatchNumber"
|
2023-01-13 13:16:52 +00:00
|
|
|
},
|
2022-11-14 08:30:11 +00:00
|
|
|
{
|
|
|
|
"fieldname": "quantity",
|
|
|
|
"label": "Quantity",
|
|
|
|
"fieldtype": "Float",
|
|
|
|
"required": true,
|
|
|
|
"default": 1
|
|
|
|
},
|
2023-02-15 09:07:38 +00:00
|
|
|
{
|
2023-02-21 08:54:35 +00:00
|
|
|
"fieldname": "unitConversionFactor",
|
2023-02-15 09:07:38 +00:00
|
|
|
"label": "Conversion Factor",
|
|
|
|
"fieldtype": "Float",
|
2023-02-21 09:18:55 +00:00
|
|
|
"required": true,
|
|
|
|
"default": 1
|
2023-02-15 09:07:38 +00:00
|
|
|
},
|
2022-11-14 08:30:11 +00:00
|
|
|
{
|
|
|
|
"fieldname": "rate",
|
|
|
|
"label": "Rate",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "amount",
|
|
|
|
"label": "Amount",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "description",
|
|
|
|
"label": "Description",
|
|
|
|
"placeholder": "Item Description",
|
|
|
|
"fieldtype": "Text"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "hsnCode",
|
|
|
|
"label": "HSN/SAC",
|
|
|
|
"fieldtype": "Int",
|
|
|
|
"placeholder": "HSN/SAC Code"
|
|
|
|
}
|
|
|
|
],
|
2023-01-18 12:03:51 +00:00
|
|
|
"tableFields": ["item", "location", "batchNumber", "quantity", "rate", "amount"],
|
2022-11-14 08:30:11 +00:00
|
|
|
"quickEditFields": [
|
|
|
|
"item",
|
2023-02-21 10:40:06 +00:00
|
|
|
|
2023-02-21 08:54:35 +00:00
|
|
|
"transferQuantity",
|
2023-02-21 10:40:06 +00:00
|
|
|
"transferUnit",
|
2023-02-21 12:29:05 +00:00
|
|
|
"batchNumber",
|
2023-02-21 08:54:35 +00:00
|
|
|
"quantity",
|
2022-11-14 08:30:11 +00:00
|
|
|
"unit",
|
2023-02-21 08:54:35 +00:00
|
|
|
"unitConversionFactor",
|
2023-02-21 10:40:06 +00:00
|
|
|
|
2022-11-14 08:30:11 +00:00
|
|
|
"description",
|
|
|
|
"hsnCode",
|
|
|
|
"location",
|
|
|
|
"rate",
|
|
|
|
"amount"
|
|
|
|
]
|
|
|
|
}
|