erpnext_pdf-on-submit
erpnext_pdf-on-submit copied to clipboard
Creates a PDF when a document is submitted.
The document created is always saved in the default language. If the customer's default language is different (e.g. English instead of German), this is not taken into account. Installed Apps...
When the document is submitted and pdf is created successfully. when i open the pdf file, it includes only the format of the document without the Letter Head and without...
I'm interested in extending this software to automatically send each submitted document/PDF to Amazon S3 (possible FTP and other transfer methods/protocols as well). I have a client that needs offsite...
- Every time a PDF gets created, it should be sent to the customer by email. ```py contact_email_list = frappe.get_list('Contact Email', fields=['email_id'], filters={'parent': sinv.contact_person, 'is_primary': 1}) contact_email = contact_email_list[0].get('email_id') if...
To avoid future naming conflicts
DEPRECATION: Legacy editable install of pdf-on-submit==15.1.0 from file:///home/ubuntu/frappe-bench/apps/pdf_on_submit (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517,...