fix: Add editable Rate column
This commit is contained in:
parent
8af5802e42
commit
b4b6d10b5d
@ -16,6 +16,7 @@
|
|||||||
"conversion_factor",
|
"conversion_factor",
|
||||||
"column_break_9",
|
"column_break_9",
|
||||||
"qty",
|
"qty",
|
||||||
|
"rate",
|
||||||
"uom",
|
"uom",
|
||||||
"section_break_9",
|
"section_break_9",
|
||||||
"serial_no",
|
"serial_no",
|
||||||
@ -215,13 +216,20 @@
|
|||||||
"fieldname": "conversion_factor",
|
"fieldname": "conversion_factor",
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Float",
|
||||||
"label": "Conversion Factor"
|
"label": "Conversion Factor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fetch_from": "item_code.valuation_rate",
|
||||||
|
"fieldname": "rate",
|
||||||
|
"fieldtype": "Currency",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"label": "Rate"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-05-26 07:08:05.111385",
|
"modified": "2021-08-20 23:31:05.393712",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Packed Item",
|
"name": "Packed Item",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user