I want to create a sales invoice with selected items from the child table in another doctype. I have multiple items, but I only want to create a sales invoice for the items selected in the child table.
Add a checkbox field in the child table of another doctype. If the checkbox is checked, you need to write client-side or server-side logic to mark those items as checked. This will ensure that the selected items are reflected in the sales invoice items.
1 Like