Hello.
I need an app that will allow users to record in and out date/time.
E.g.
Tom arrives at the office so he clicks the IN button. When he leaves he will obviously click the OUT button.
Right now I have two tables: one for INs and one for OUTs. I think that handling both in a same table would be challenging (possible?).
I can use the date-time component plus appropriate formatting and it works, but I don’t know how to review data grouped by date.
I might be a but confusing but I hope you get the idea. The app idea itself is quite simple though.
Any suggestions on which would be the best approach?
Thanks
-gerardo