diff --git a/README.md b/README.md index e1685d0..15b2fd8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ A fully open-source church management app built on the [Frappe Framework](https://frappe.io/framework). -![onboarding screenshot](screenshots/Onboarding.png "Onboarding") +Prayers | People | Finances +:-------------------------:|:-------------------------: |:-----: +![](./screenshots/prayers.png) | ![](./screenshots/people.png) | ![](./screenshots/finances.png) ## ✨ Features @@ -25,7 +27,7 @@ The following features have been implemented in this app (see the [🗺️ Roadm - `Church Missionary` & `Church Missionary Agency` tracking - Church module desk workspace with guided setup steps - Event tracking - - Event types, details, basic attendance tracking & reporting + - Event types, details, basic attendance tracking & reporting & templating - Collection/donation tracking - Donation entry with collection totals & split check support - Bank reconciliation report @@ -111,8 +113,6 @@ Hopefully this roadmap will help avoid too much scope creep and provide a sense - Show tracked giving - Show tracked attendance - Allow updating attendance status(?) -- Event templating/recurrence - - Templating via `Church Event Type` default values table(?) - Add Onboarding Tours - Add 'Tutorial' button to each doctype form - [Email setup](https://github.com/meichthys/church/issues/32) diff --git a/screenshots/Onboarding.png b/screenshots/Onboarding.png deleted file mode 100644 index 00cd10a..0000000 Binary files a/screenshots/Onboarding.png and /dev/null differ diff --git a/screenshots/finances.png b/screenshots/finances.png new file mode 100644 index 0000000..5c51256 Binary files /dev/null and b/screenshots/finances.png differ diff --git a/screenshots/people.png b/screenshots/people.png new file mode 100644 index 0000000..1967b45 Binary files /dev/null and b/screenshots/people.png differ diff --git a/screenshots/prayers.png b/screenshots/prayers.png new file mode 100644 index 0000000..6c10d38 Binary files /dev/null and b/screenshots/prayers.png differ