Commit Graph

12 Commits

Author SHA1 Message Date
kougyokugentou
1554dd4abc Add some more code, thinking to do along the lines of "for each day, pull the students first and last in/out record and display it. Forget about if the student checks in or out multiple times, that's too hard.
TODO: for each day, make a new class to display the records in the dgvReport with child displayname, in+in_time, guardian_in, out+out_time, guardian_out, duration.
2021-02-04 22:16:12 -08:00
kougyokugentou
6f2a63af4f Add AttendenceSingleInOutData to get the data for a single instance of "in" or "out", so I can send it to the report form. 2021-02-04 22:10:23 -08:00
kougyokugentou
5a8a98b7c1 Update: DisplayName property for get/set for the report site. 2021-02-03 09:08:47 -08:00
kougyokugentou
9c4fa611af Clean up unneeded usings 2021-01-29 21:17:51 -08:00
kougyokugentou
472091c1b3 Clean up unneeded usings 2021-01-29 21:15:28 -08:00
kougyokugentou
94c406b646 Change class guardian to public so the child crud form can read the Guardian object off the Guardian crud form. 2021-01-27 14:06:59 -08:00
kougyokugentou
c22b02600e Add displayname for the found guardian combobox 2021-01-24 22:48:07 -08:00
kougyokugentou
dfad7eb168 update comment 2021-01-24 22:47:43 -08:00
kougyokugentou
2c3dd23422 Update DisplayName property. 2021-01-14 21:36:40 -08:00
kougyokugentou
0b8f630fc5 adjust firstname and lastname properties of child model to string (oops) 2021-01-13 20:12:07 -08:00
kougyokugentou
157db50422 add authorized_guardian as the bridge table for many-to-many children<->guardians 2021-01-12 22:22:16 -08:00
kougyokugentou
1feab9721c initial commit 2021-01-11 22:34:14 -08:00