tbar0970 / jethro-pmm

Jethro Pastoral Ministry Manager
GNU General Public License v3.0
35 stars 25 forks source link

Attendance running total #704

Closed kristanslack closed 1 year ago

kristanslack commented 3 years ago

It would be really help to have a running total when attendance is being marked. That way, when we know that there were N visitors, we could simply add that to the running total - rather than needing to save and then go back in.

That is, we don't do a headcount (kinda relying on Jethro to do that after marking people present) - but we are always aware of how many visitors/guests are there.

s4069b commented 1 year ago

I really like this feature in v2.34.0. Thank you!

s4069b commented 1 year ago

Actually, after playing around a bit more, I just noticed a minor formatting glitch. If the Congregation/Group you're marking attendance for does not have long names, then this word-wrap happens. Not sure how to stop the text wrapping. Might have a look later.

Screenshot 2023-08-29 at 8 46 06 am
s4069b commented 1 year ago

This 'fixes' the formatting. Hope nothing else broke?

db_objects/attendance_record_set.class.php change line 357 from class="muted" to class="muted nowrap"

Screenshot 2023-08-29 at 10 17 51 am