is there any possibility, to insert menu items into the list view of a document. In Detail view i have achieved through changing the docs js file and it works great.
My intention is to process things based on selected items in a list (e.g. Customers, Sales Invoices etc), but mostly in own app and module.
Any help again appreciated.
Thanks very much
Ralph
Thanks very much. I have reviewed the sales invoice related files but have some questions about the usage:
The “add fields and filter” in the js seems to compose the query to the db, but when i make additional columns and try to insert the fields in the format % doc.fieldname % the y do not appear
What is the format to insert the menu_item. can you give me a link to a js where this is achieved.
@fuekor Can you share some hints how to add e.g. make sales invoice button in Delivery Note list-view menu…so we can select multiple DNs in list-view to create sales invoice from selected DNs…