rubyforgood / human-essentials

Human Essentials is an inventory management system for diaper, incontinence, and period-supply banks. It supports them in distributing to partners, tracking inventory, and reporting stats and analytics.
https://humanessentials.app
MIT License
436 stars 450 forks source link

Expand possible dates for reminder emails #4473

Open cielf opened 5 days ago

cielf commented 5 days ago

Summary

Allow reminder emails to be sent out on different bases -- e.g. quarterly or on the 3rd Friday of the month

Details

This will impact the reminder email dates both on the organization and the partner group levels -- and will impact the view and edit of the organization and the partner group, as well as the sending out of the reminder emails (services/partners/fetch_partners_to_remind_now)

Expand how the banks can specify the reminder date -- so they can, for instance, send out reminders the third Thursday of every month, or every n months on the 5th,

Hints: Look at the icecube gem. We think that's what we need.

Criteria for completion