Hello Frappe/ERPNext community,
I would love to share a small open-source tool I recently created called ERPNext Documents Export, as it might be useful to some of you as well. It’s a simple command-line utility for Linux, macOS and Windows that automatically exports ERPNext or Frappe documents to PDF.
The tool watches a certain Doctype and automatically exports all documents (that match a defined filter) to PDF. As soon as a new document is created or an existing one is modified (e.g. submitted), a PDF is generated.
Why I Built This
In our experience with ERPNext, we found it valuable to have sales and purchase invoices automatically available as PDFs for easy access and reference. This tool addresses that need by allowing you to automatically export and store these documents.
I hope you find this tool useful, and I welcome any feedback or contributions from the community. Feel free to explore the project and open issues or feature requests on GitHub.
Project link: ERPNext Documents Export on GitHub