[solved] Bulk Invoice Printing

Hi everyone, i have about 800 invoices and need to print them all or save them as pdf, can this be done?

2 Likes

Hi,

look at this:

https://github.com/frappe/erpnext/issues/897

You can write a script do download PDF via the API

/api/method/frappe.templates.pages.print.download_pdf?doctype=Sales%20Invoice&name=SINV-000XX&format=Standard&no_letterhead=0

See

Hello ERPNext team,

We are also interested in this functionality to be able to bulk print invoices or sales orders.

Would ERPNext have this functionality implemented in the near future? It is something that would save a lot of work for those companies (like ours) that still need to print these invoices/sales orders due business and law requirements.

Already exists.

Check multiple invoices via list view and click on Menu > Print

3 Likes

Fantastic! Thank you @rmehta,

I wonder if it is possible to mark this treat as “SOLVED” somehow? Usually in other forums it is done by appending at the beginning of the post title the text “[SOLVED]…”

Is this feature available in ERP 4.0? I could not find.

@rmehta can you please tell me when was this feature incorporated? and where in the file i can find this service?

Thanks

Its implemented in the latest release.