Hey all,
I need to create a timesheet app where in first screen, we will only show a list of users who has daily timesheets available in the dates in between the above dropdown.
the list in first page shall be list of users, once clicked on a user, it will go to second page with detailed page with all daily timesheets of that user.
Database
- User
- Name
- Daily timesheet (list)
- Daily timesheet
- Date
- time in
- time out
- User
I couldnt add a list of dates in user table. How can I filter the list to only show the users who have Daily Timesheets within the time picker?