In ERPNext, how are the item code and item name displayed together in the sales order item table after a selection is made?
I would like to achieve a similar effect in my custom app. What configuration and code changes should be made to achieve similar behavior?
Any assistance would be greatly appreciated!
In ERPNext, this feature is implemented effectively in the Sales Order.
I am looking for the item in the Items table.
Selecting the particular item.
Once the focus leaves the rows, the Item Code column displays both the item code and the item name.