Jeff Turner

Results 80 issues of Jeff Turner

Currently the Planned Absence data is entered and displayed per-person: ![image](https://github.com/tbar0970/jethro-pmm/assets/205995/988bfa8e-2ed9-4b68-93f6-a8a743bbf456) I'm wondering if this same information could be displayed, and possibly also edited, in Roster views, as a new...

feature-request

I think this UI tweak, removing underline links, makes the UI a bit cleaner. WDYT? Before/after screenshots: ## Dashboard #### Before ![image](https://github.com/tbar0970/jethro-pmm/assets/205995/99931474-15a6-454d-a4de-87975a9cff19) #### After ![image](https://github.com/tbar0970/jethro-pmm/assets/205995/cddf7d36-4bfd-4b44-9a96-6233afae6ad2) ## Person action links ####...

When marking attendances, there are some groups of people we _know_ won't have attended, and want to exclude from the attendance list. Often these are people in certain statuses. The...

feature-request

In Families -> Contact List one can generate a church directory-style contact list, and then 'Download as..' DOCX. It would be nice if family members could be kept together on...

feature-request

Occasionally a couple share an email address, and we'll have two persons in Jethro: ``` "John Doe" "Jane Doe" ``` When Jethro's Mailchimp syncer syncs to Jethro, only the first...

feature-request

It would be useful to know which persons have signed up for the `/members` interface. This can be seen for any particular user in their 'Accounts' tab: ![image](https://user-images.githubusercontent.com/205995/224595639-0a5cd777-62a3-47a7-9a10-1907d42f37e6.png) but it...

feature-request

Jethro users occasionally need API-like access to Jethro data. For instance, Google Sheets might ingest CSV data from a Persons report for further processing. To this end, it would be...

feature-request

Thanks for this useful plugin! As noted in https://github.com/badjware/certbot-dns-cpanel/issues/11, the 'legacy' arg format doesn't work in >2.x certbots: ``` certbot: error: unrecognized arguments: --certbot-dns-cpanel:cpanel-credentials /root/letsencrypt/secrets/credentials.i ni ``` This patch fixes...

Not sure if this is libstderred.so's fault, but just FYI: use of libstderred.so can result in an unbootable computer: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1729836 Specifically, if you: - Use libstderred.so via LD_PRELOAD in ~/.bashrc...

I have installed `pq` via `cargo install prql-query`. Running `pq --help` works, but any other command fails with an odd `semver version number string` error: ``` $ pq "from a...