I want ERPNext to send customers a payment reminder a few days before the due date.
3 Likes
The Notification Module can trigger emails for sales invoice doctype days before due date as following;
The Notification Frappe Documentation may also help;
https://docs.frappe.io/erpnext/user/manual/en/notifications
you should also check process statement of account which can also throw emails with SOA for each customer in a semi automatic way.
5 Likes
@ahsantareen Thanks
1 Like
The suggestion by @ahsantareen works like a bomb !
You can also use the exact same type of approach but set the channel to use SMS.
Also works nicely. I actually do both !!!