-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update active member report to include back entrance #91
Comments
|
Is the "Active member visits for [month]" email report based on a specific ID or is it based on type=doorway? |
It currently builds a report based off the "Member Entrance" with ID 11. I'm just putting up a PR that amends the line to include 28 as well but I believe counting by use of any door is more consistent with expected output. https://github.com/kwartzlab/kos-base/blob/main/app/Console/Commands/SendActiveMembersEmail.php#L49 |
The board had a report created which lists all active members for a month (sends email to the board DL, listing the members who have scanned their fob 2+ times in a given calendar month).
This seems to be only reporting on the member entrance. Please update it to include any member that has scanned their fob at either the member entrance door or the back door.
The text was updated successfully, but these errors were encountered: