How can i display Quantity and Price of that Item in item list table.
It show only Item name , Status , Item code.
i want to change the field as below
Item Code, Item Name , Unit , Quantity , Price
How can i display Quantity and Price of that Item in item list table.
It show only Item name , Status , Item code.
i want to change the field as below
Item Code, Item Name , Unit , Quantity , Price
1.Go to Doctype
2.Search for “Item”, Open rows which fields want to display on List view.
3.Enable “In List View” option
4.you can set column ‘width=2’ and Column=1
5. save form
You can view these fields on ‘Item’ List view.
Note- “Quantity” field not available in Item form, Which quantity you need to show?
i want to see Stock Quantity in Item master…
as of now i have go details in item then it shows item Quantity.
Hi,
you need to customize that, you can first fetch ‘Stock quantity’ from “Bin” table and Display that quantity in Item master form and then you can show it in list view.
Thank you so much … i will try to do that customization.
Hi Shraddha,
Can you explain to me how to do this?
Regards
could you please explain it step by step for the one who doesnt know anything about coding like me.
where is bin table? how can we list all fields names used in ERPNext?
thanks beforehand
How can I add HSN code in update stock column in sales invoice between item & quantity
Is there is any code??& If there is than how to apply it?