Print Encrypt
Print Encrypt is a software tool designed to enhance security by encrypting sensitive information before sending email, utilizing a password-based mechanism to safeguard Attachment documents in ERPNext and Frappe.
-
use Notification doctype to trigger emails This is core feature that Frappe has already Build.
-
Encrypt attachement 📑 using Encrypt print field.
-
Set Password Policy.
Example: SO-{{doc.name}}
This will generate a password like SO-SAL-ORD-2023-00001.
This app is built using the Frappe Framework - an open-source full stack development framework.
These are some of the tools it's built on:
Since Print Encrypt is a Frappe app, it can be installed via frappe-bench on your local machine or on your production site.
Once you have setup your bench and your site, you can install the app via the following commands:
bench get-app https://github.com/ganureddy/print_encrypt.git
bench --site yoursite.name install-app print_encrypt
MIT