2022-03-23 07:31:15 +00:00
|
|
|
{
|
|
|
|
"name": "PurchaseInvoiceItem",
|
2022-03-23 08:37:00 +00:00
|
|
|
"label": "Purchase Invoice Item",
|
2022-03-23 07:31:15 +00:00
|
|
|
"isChild": true,
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "item",
|
|
|
|
"label": "Item",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Item",
|
2022-05-18 16:55:24 +00:00
|
|
|
"create": true,
|
2022-03-23 07:31:15 +00:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "description",
|
|
|
|
"label": "Description",
|
|
|
|
"fieldtype": "Text",
|
|
|
|
"hidden": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "quantity",
|
|
|
|
"label": "Quantity",
|
|
|
|
"fieldtype": "Float",
|
|
|
|
"required": true,
|
|
|
|
"default": 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "rate",
|
|
|
|
"label": "Rate",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "baseRate",
|
|
|
|
"label": "Rate (Company Currency)",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "account",
|
|
|
|
"label": "Account",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"target": "Account",
|
2022-05-18 16:55:24 +00:00
|
|
|
"create": true,
|
2022-03-23 07:31:15 +00:00
|
|
|
"required": true,
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "tax",
|
|
|
|
"label": "Tax",
|
|
|
|
"fieldtype": "Link",
|
2022-05-18 16:55:24 +00:00
|
|
|
"create": true,
|
2022-03-23 07:31:15 +00:00
|
|
|
"target": "Tax"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "amount",
|
|
|
|
"label": "Amount",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "baseAmount",
|
|
|
|
"label": "Amount (Company Currency)",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": true
|
2022-04-14 09:22:45 +00:00
|
|
|
},
|
2022-07-11 07:52:53 +00:00
|
|
|
{
|
|
|
|
"fieldname": "itemDiscountAmount",
|
|
|
|
"label": "Item Discount Amount",
|
|
|
|
"fieldtype": "Currency",
|
|
|
|
"readOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname": "itemDiscountPercent",
|
|
|
|
"label": "Item Discount Percent",
|
|
|
|
"fieldtype": "Float",
|
|
|
|
"readOnly": false
|
|
|
|
},
|
2022-04-14 09:22:45 +00:00
|
|
|
{
|
|
|
|
"fieldname": "hsnCode",
|
|
|
|
"label": "HSN/SAC",
|
|
|
|
"fieldtype": "Int",
|
2022-05-05 10:44:26 +00:00
|
|
|
"placeholder": "HSN/SAC Code",
|
|
|
|
"hidden": true
|
2022-03-23 07:31:15 +00:00
|
|
|
}
|
2022-04-14 09:22:45 +00:00
|
|
|
],
|
2022-05-04 16:25:08 +00:00
|
|
|
"tableFields": ["item", "tax", "quantity", "rate", "amount"],
|
2022-07-11 08:45:37 +00:00
|
|
|
"keywordFields": ["item", "tax"],
|
|
|
|
"quickEditFields": [
|
|
|
|
"item",
|
|
|
|
"description",
|
|
|
|
"hsnCode",
|
|
|
|
"tax",
|
|
|
|
"quantity",
|
|
|
|
"rate",
|
|
|
|
"itemDiscountAmount",
|
|
|
|
"itemDiscountPercent"
|
|
|
|
]
|
2022-04-14 09:22:45 +00:00
|
|
|
}
|