I’m making a skuid page for a simple timecard use case. The top of the page has 2 buttons: clock-in and clock-out, both of which should be set to NOW. The bottom of the page simply displays a table of the data. Questions:
-
For the clock-out, I can’t figure out how to query my model to give me the row of data from today that does not yet have a clock-out value and insert NOW. Doesn’t seem to hard in theory, but I am new to skuid. I’ve disabled the clock-in button so it can only be used once per day.
-
I’d like to use a UI field to calculate the total time worked…can that be done with timedate fields?
