dchun / QuoteManager

Saas App for Managing Quotes and getting paid
https://quotemanager.boopis.com
0 stars 0 forks source link

Automatic Reminders For Incomplete Quotes #171

Closed dchun closed 9 years ago

dchun commented 9 years ago

When a quote has been issued and is about to expire, we should send a reminder to the recipient two days and one day before the expiration date.

phuong3030 commented 9 years ago

I created the cron job. I'll run everyday at 0:00 am. It will find the incomplete quotes which has the expires_at between 1.day.ago..2.days.from_now and alert to user through notification system.

P/S: We can send email to user when the notification is sending.

https://github.com/boopis/QuoteManager/pull/190