2022-09-27 09:37:11 +00:00
|
|
|
{
|
|
|
|
"name": "InvoiceItem",
|
|
|
|
"label": "Invoice Item",
|
|
|
|
"isAbstract": true,
|
|
|
|
"isChild": true,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "item",
|
|
|
|
"label": "Item",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Item",
|
|
|
|
"create": true,
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "description",
|
|
|
|
"label": "Description",
|
|
|
|
"fieldtype": "Text"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "quantity",
|
|
|
|
"label": "Quantity",
|
|
|
|
"fieldtype": "Float",
|
|
|
|
"required": true,
|
|
|
|
"default": 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "rate",
|
|
|
|
"label": "Rate",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "account",
|
|
|
|
"label": "Account",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "tax",
|
|
|
|
"label": "Tax",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"create": true,
|
|
|
|
"target": "Tax"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "amount",
|
|
|
|
"label": "Amount",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "setItemDiscountAmount",
|
|
|
|
"label": "Set Discount Amount",
|
|
|
|
"fieldtype": "Check",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "itemDiscountAmount",
|
|
|
|
"label": "Discount Amount",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "itemDiscountPercent",
|
|
|
|
"label": "Discount Percent",
|
|
|
|
"fieldtype": "Float",
|
|
|
|
"readOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "itemDiscountedTotal",
|
|
|
|
"label": "Discounted Amount",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": false,
|
|
|
|
"computed": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "itemTaxedTotal",
|
|
|
|
"label": "Taxed Amount",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": false,
|
|
|
|
"computed": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "hsnCode",
|
|
|
|
"label": "HSN/SAC",
|
|
|
|
"fieldtype": "Int",
|
|
|
|
"placeholder": "HSN/SAC Code"
|
2022-11-22 09:12:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "stockNotTransferred",
|
|
|
|
"label": "Stock Not Transferred",
|
|
|
|
"fieldtype": "Float",
|
|
|
|
"readOnly": true
|
2023-01-13 13:16:52 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "batchNumber",
|
|
|
|
"label": "Batch No",
|
2023-01-14 11:28:16 +00:00
|
|
|
"fieldtype": "Link",
|
2023-01-13 13:16:52 +00:00
|
|
|
"create": true,
|
2023-01-14 11:28:16 +00:00
|
|
|
"target": "BatchNumber",
|
2023-01-13 13:16:52 +00:00
|
|
|
"placeholder": "Batch No"
|
2022-09-27 09:37:11 +00:00
|
|
|
}
|
|
|
|
],
|
2023-01-13 13:16:52 +00:00
|
|
|
"tableFields": ["item", "tax", "quantity", "rate", "amount", "batchNumber"],
|
2022-09-27 09:37:11 +00:00
|
|
|
"keywordFields": ["item", "tax"],
|
|
|
|
"quickEditFields": [
|
|
|
|
"item",
|
|
|
|
"account",
|
|
|
|
"description",
|
|
|
|
"hsnCode",
|
|
|
|
"tax",
|
|
|
|
"quantity",
|
|
|
|
"rate",
|
|
|
|
"amount",
|
|
|
|
"setItemDiscountAmount",
|
|
|
|
"itemDiscountAmount",
|
|
|
|
"itemDiscountPercent",
|
|
|
|
"itemDiscountedTotal",
|
2023-01-13 13:16:52 +00:00
|
|
|
"itemTaxedTotal",
|
|
|
|
"batchNumber"
|
2022-09-27 09:37:11 +00:00
|
|
|
]
|
|
|
|
}
|