-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Irregularity with Event Attendance #7215
Comments
I'm having the same issue. I'm testing the software and checked in 10 members for last week's service. When I go to Event Attendance Reports, and select the type of event, It shows 10 members attending in the grey box to the right. But, when I click on that "10 members" box, the report only includes 8? |
Oh, I found my issue and it may be similar to the original issue. One of my names had parenthesis ( ) in the name. That broke the SQL script. @paulatoma Do any of your names have apostrophes or parenthesis in the name? Well, never mind. Today, I checked in 17, but the report shows 1 |
When I have issues with updated information not showing up correctly I clear out the cache on the shared server. The database was updating but the cache was holding onto the old data after I hit save. For me it is under the cpanel speed menu and dynamic caching. That forces the page to grab the new data and update the calculations. I did add /churchcrm/* to the do not cache this URL list and that seemed to work but still had some |
Describe the issue
We have been using the platform for less than a year, and I’m still trying to fully understand how it works. However, I’m having difficulty following the logic behind certain functionalities, or it might just be a bug. Specifically, I’m creating events to track attendance, but the reports don’t align with the data we input.
For example, I created an event for November where 26 members attended, and 244 did not, which should total 270 members. However, the event attendance report only lists 18 names for both attendees and non-attendees, with discrepancies in the names shown between the two lists. I also noticed that assigning a family to a member changes who appears on the report, but the number 18 stays the same—it just replaces one name with another based on updates made to the user profile. Additionally, the report seems influenced by membership classifications, but while the names change, the total count remains fixed at 18.
Furthermore, the total members according to the attendance report should add up to 270 (26 attendees + 244 non-attendees), but our people dashboard indicates we have 285 members.
I’ve tried to resolve this issue by following the "how-to" documentation, but I’m still struggling. I need help figuring out what I might be doing wrong.
The text was updated successfully, but these errors were encountered: