Church
A church management app based on the Frappe framework.
- Author: meichthys
- Repository: https://github.com/meichthys/church
- GitHub stars: 24
- Forks: 14
- License: MIT
- Category: Accounting
- Maintenance: Actively Maintained
- Frappe versions: develop, v15, v16
Install Church
bench get-app https://github.com/meichthys/church
Tags
- chms
- christian-app
- church-management
- churchtools
- erpnext-module
- frappe-app
- frappe-framework
- free
Add the Frappe Gems badge to your README
Maintain Church? Paste this into your README:
[](https://frappegems.com/gems/apps/meichthys/church)
About Church
> [!WARNING] > This app is not ready for production. Large changes should be expected until a 1.0.0 version is released.
⛪ Church
A fully open-source church management system built on the Frappe Framework.

🧪 Demo
If you would like to test out the current state of the application, you can try our Demo instance. Please keep in mind that this project is under active development and that there will likely be rough edges, bugs, and incomplete features. If you come across any of these, feel free to report them on our issue tracker.
> When logging in, use the following credentials:
>
> Username: demo@demo.com
> Password: Matthew10:8b
>
> ⚠️ The demo instance is reset every Midnight (EST)
✨ Features
The following features have been implemented in this app (see the 🗺️ Roadmap below for future plans):
Multi-Church Support
- Hierarchical church structure
- All data is scoped to a church — users only see what they have access to
- Church filter auto-hides in single-church setups for a cleaner experience
People & Families
- Comprehensive person profiles with contact info, photos, notes, etc.
- Membership tracking with custom statuses and baptism records
- Family/household management with head-of-household relationship tracking
- Spouse tracking with automatic bidirectional sync
- Church position tracking
- Portal invitations: invite people to a self-service portal
Portal & Website
- Portal invitations — one-click "Invite to Portal" auto-creates a user account and sends a welcome email
- Portal pages for personal details, prayer requests, and alms requests
- Anonymous prayer request submission (no login required)
- Publishable beliefs/statement of faith
- Publishable missionary profiles with sensitive-info redaction
Events & Attendance
- Function (event) tracking with types, scheduling, and attendance
- Attendance types (Confirmed, Assumed, Absent, etc.)
- Song tracking for worship services
- Reports: attendance by function, attendance by person, function count by type
Sermons & Presentations
- Sermon management with slides referencing any church document
- Presentation mode with configurable field display per slide
- Presentation history tracking with date, presenter, and location
- Audio/video recording support
Finances
- Collection and donation tracking with fund allocation
- Anonymous donation support
- Payment type tracking (cash, check, etc.)
- Fund management with automatic balance updates on submission
- Fund transfers between accounts
- Expense tracking by category
- Alms request system for financial assistance (with web form)
Missions
- Missionary profiles with contact info, location, and support details
- Missionary agency tracking
- Support frequency and amount tracking
- Letter/correspondence tracking
Prayer
- Prayer request management with status tracking and types
- Authenticated and anonymous web-form submissions
- Privacy options (private vs. shared with congregation)
- Prayer recording with topics referencing requests, people, and verses
Bible & Study
- Full Bible book, verse, and reference structure
- Multiple translation support
- Bible text fetching
Operations
- Task tracking with document references
- Asset tracking (location, details, status)
- Letter tracking from people and missionaries
Reports
- Churches overview (people and family counts)
- People report (filterable by name, family, role, membership, baptism)
- Function attendance by type and by person
- Function count by type
- Church directory (printable, with photos, roles, family grouping, and other options)
- Person letters, birthdays, current positions, and more
Administration
- Role-based access: System Manager, Church Manager, Church User
- Built-in documentation for each module
- Guided setup/onboarding
📥 Installing Frappe
To use the 'Church' app, you must have a working Frappe environment first. There are a variety of ways to install a Frappe instance.
If you are running a Frappe v15 environment, then use the version-15 branch.
If you are running a Frappe v16 environment, then use the version-16 branch
The recommended ways for installig this project are:
☁️ In the Cloud
The easiest (but not free) way to get a working Frappe environment is to use Frappe Cloud. For a few dollars per month you can run an instance in the cloud. You get your choice of support options and shouldn't need to worry about data loss yourself. Note: With this option, the money you pay to FrappeCloud is not received by maintainers of this 'Church' app. - We offer the 'Church' software for free, but you pay the cloud hosting costs to Frappe.
💪 Self-Host
If you're the more technical and/or frugal type, you can self-host an instance of the Church app on a home pc or server. Frappe Manager can be used to quickly setup a local frappe instance. It's not as easy as a simple app install, but we think you can do it (Please ask us for help if you can't)! The general steps are:
- Find a machine onto which you can install Frappe (A dedicated linux-based machine is best. Windows is possible, but is not recommended as it requires some extra steps and the use of WSL.)
- Run the frappe-manager install script
- Create a new site using frappe-manager:
fm create -e prod. - Update DNS records to point to your new site. This is a bit outside the scope of this project, but basically you need to either update your hosts file to map your site url (used in the above command) to the ip address of the machine hosting the frappe instance. Alternatively, you can update your DNS server on your router to point to your new site. If you need help with this, you can file an issue and I'd be glad to schedule a call to try to help you set it up.
Making a local instance of frappe accessible from outside of your network is currently out of the scope of this project, but with some persistence and some technical expertise, it can be achieved. If you are completely lost or uncomfortable with this, it may be best to use the Frappe Cloud option above, or contact us for help. We'd be glad to help where we can.
⛪ Installing this Church app
To install this app on your frappe instance:
- If hosting on Frappe Cloud, you should be able to log into your Frappe Cloud dashboard, select your site, and install the app from the list of apps.
If you are self-hosting, you can use bench by activating the bench environment with
fm shelland then running the following# Set the bench command to use your site (Replace `` with your actual site name): bench use # Download the app: bench get-app https://github.com/meichthys/church ## Or if you want to try the latest development version: bench get-app https://github.com/meichthys/church --branch develop # Install the app: bench install-app church # Migrate the app for good measure: bench migrate # In the future, to update the app to the latest version, log into the host server and run: fm shell bench update bench migrate
After the above installation you should be able to access the web interface using the URL you defined in the bench create command above. You should see the Church app installed when you view Help > About.
Before you start using the app be sure to:
- Change the
Administratorusers's password (the default isadmin). This user should only be used by the site administrator - and should not be used on a daily basis. - Setup a new user in the system by typing
New Userin the searchbar. Under the "Roles & Permissions" tab, Give this user theChurch ManagerRole Profile andChurchModule Profile. This user will be able to manage all aspects of the church. - If you want more than one user on the system, or if you want to delegate some responsibilities to other people, you can create additional users with the
Church UserRole Profile andChurchModule Profiles. These types of users will be able to read and update most information, but not certain critical information.- To see a list of permissions you can open the
Role Permissions Managerand select theChurch ManagerorChurch Userroles to see what permissions these users roles have.
- To see a list of permissions you can open the
🗺️ Feature Roadmap
Hopefully this roadmap will help avoid too much scope creep and provide a sense of where this project is headed. The items below are listed in order of current priority.
- Add standard church website pages:
- Calendar
- Additional portal pages
- Show tracked giving
- Show tracked attendance
- Allow updating attendance status(?)
- Add Onboarding Tours
- Add 'Tutorial' button to each doctype form
🆘 Support
If you need help setting up the app or configuring it, you can reach out in our Matrix Chat.
🤝 Contributing
Contributions are very welcome! If you plan any large contributions, please let me know first so we can coordinate and make the chances of a merged pull-request more likely.
- Doctype Naming: I've generally been using a single fieldname for the doctype names when the records in the doctype have low chance of clashing. If there is a higher chance of clashing, I've been using multiple fields in the name along with a
{#}auto increment. The number of digits in the auto-increment are just sane values that should never be exceeded. I then specify the Title Field in the View Settings, and check theShow Title in LInk Fieldsoption. This mostly hides the autonumber name from the user and lets the user only see the not-so-confusing name specified in theTitle Field(sometimes I create a custom field to concatenate values - since theTitle Fieldcannot take multiple fields at once afaik.)
Steps for adding a new doctype:
- Add a doctype description on the settings tab
- Add fields for the doctype (if necessary add field descriptions).
- Add permissions to the doctype for
Church UserandChurch Adminroles. (Not necessary for child tables) - Add the doctype to the relevant workspace. (not necessary for child tables)
- If necessary, add an onboarding step & form tour to explain specific fields.
- If any default records for this doctype should be shipped with the app, see Managing App Data below.
- If necessary, update this readme with the new functionality
Managing App Data
There are two mechanisms for shipping data with the app. Choosing the right one depends on whether the data belongs to the app or to the user.
Fixtures — app-owned data (re-applied on every bench migrate)
We use fixtures to load data/configurations that the user should not change. If a user modifies or deletes a fixture record, it will be restored on the next migration.
**Cur
Related Accounting apps for Frappe & ERPNext
- Books — Free Accounting Software
- Lending — Open Source Lending software
- Payments — A payments app for frappe
- Banking — Load your bank transactions into ERPNext and reconcile them with your vouchers.
- Erpnext Quota — App to manage ERPNext Site, User, Company and Space limitations
- Utility Billing — The Utility Billing & Property Management App is a powerful addition to ERPNext, designed to streamline utility billing, property leasing, and tenant management. Ideal for municipal utilities, real estate managers, and property developers.
- Expense Request — ERPNext Expense Requests
- Vendor Payments — A frappe app that has workflows and reports to make payments to vendors by a company and track them
