Hi, I want to know how can I customize the Items table of “Update items” ?
Thanks.
Hi, I want to know how can I customize the Items table of “Update items” ?
Thanks.
What do you plan to achieve, do you want to add an extra column or what exactly?
I’ve previously done some small customizing to this. I can provide some basic advice.
The “Update Items” feature is shared between Sales Order and Purchase Orders (same code for both). You pass it an object:
After that, everything is JavaScript.
If you need a starting point, the JS code begins here.
Yes, I plan to add the Description to the column.
Item description right?
In sales invoice item doctype scroll to description open details check to be invisible in the listview
Thanks for your reply.
I don’t think your suggestion work on the Update Items quick entry.
All total column must be equal to but not great than 11 adjust appropriately
I’m talking about the “update items” table, not the main Child table
do you find the solution?