GreatHomeChildcare-2/Models
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
..
Attendance.cs 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
Authorized_Guardian.cs Clean up unneeded usings 2021-01-29 21:15:28 -08:00
Child.cs Update: DisplayName property for get/set for the report site. 2021-02-03 09:08:47 -08:00
Guardian.cs Clean up unneeded usings 2021-01-29 21:17:51 -08:00
Reports.cs 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. 2021-02-04 22:16:12 -08:00