Jeff Turner
Jeff Turner
I've just set up the excellent [roster_reminder.php](https://github.com/tbar0970/jethro-pmm/blob/master/scripts/roster_reminder.php) script in our instance. We would like roster emails to from from roster-coordinator@, so that replies to roster notifications go to a real...
Now that Jethro knows about user unavailabilities (per #692), it would be rather excellent if Jethro could 'suggest' an optimal roster allocation, taking into account people's capabilities and availabilities. I.e....
Using Jethro 2.28.1: Jethro's SMS screen includes a 'Save as note' checkbox, which determines whether the outgoing SMS is also recorded as a note. When a SMS is sent directly...
I have just had confirmed with tech support that bare metal rise servers (https://www.ovhcloud.com/en-au/bare-metal/rise/) cannot be added to a vRack. This fact is not mentioned in the documentation. May I...
My last Mailchimp PR https://github.com/tbar0970/jethro-pmm/pull/984 introduced a bug. The script would break (after successfully syncing) if debug=0 and there _weren't_ any sync errors: ``` PHP Fatal error: Uncaught RuntimeException: Directory...
Jethro lets one plan details of what will happen in a service:  but then these service runsheets are only visible to staff members with a full account. The majority...
When setting up Jethro, if `conf.php` exists but is not readable by the runtime PHP user, the browser returns a generic 500 error:  and in the Apache error log...
Within the `/members` portal, Jethro allows users to edit their own basic details:  There are some custom fields that it would be nice if users could update themselves. **WWCC**...
When marking attendance the [`ATTENDANCE_LIST_ORDER`](https://github.com/tbar0970/jethro-pmm/blob/master/db_objects/attendance_record_set.class.php#L17) sort applies, which (by default) sorts by last name, then first name. That is fine, but for youth groups it might make more sense to...
There is currently no way to delete Notes. It would be nice if they could be deleted in bulk, e.g. after inadvertently creating a Note as part of another operation:...