ChurchCRM / CRM

ChurchCRM is an OpenSource Church CRM & Management Software.
https://ChurchCRM.io
MIT License
622 stars 441 forks source link

Tracking Church Member Lifecycle Events #3175

Closed arlattimor closed 1 month ago

arlattimor commented 6 years ago

Can an additional feature be added that allows for the tracking baptisms, marriages, funerals, conversions and any other services that are deemed important to the life of the church. So you can then generate and analyze reports that show the number of services of each type that have been conducted and track the growth of the church over time?

crossan007 commented 6 years ago

Since not all churches track all things (i.e. Catholic vs Protestant sacrements and rituals), might I suggest that the schema provide a method to manage the lifecycle events that apply to the specific congregation?

Possibly something along the lines of:

Table: LifeCycleEvents

ID EventName
1 dedication / child baptism
2 confirmation
3 etc

Table: MemberLifeCycleEvents

ID personID EventID Date
1 1 1 1-1-2017
DawoudIO commented 6 years ago

We need to also track the person who preformed the activity

crossan007 commented 6 years ago

@DawoudIO how about:

Table: MemberLifeCycleEvents

ID personID officiatorPersonID EventID Date
1 1 7 1 1-1-2017
github-actions[bot] commented 4 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 15 days with no activity.