Hi Nathan,
projectmanager already stores the working times of accounts, as it’s
used to calculate the length of tasks from a given time.
Ralf
Interesting. What I’ll need is a punchcard type system, where people
log in and out for regular wage workers. I had assumed that was what
TimeSheet did. This gives some interesting options:
(I’m assuming some easy device to quickly log many people such as
barcoded employee id.)
- I could store each id scan in TimeSheet, and try and match log in
and logout.
- I could use a punchcard table and record every id scan, then create
a TimeSheet entry of the appropriate duration
- I could use a punchcard table and record every id scan, then create
both Timesheet and non-blocking calendar entries of appropriate
duration. This might work together with vacations on the calendar to
automatically bill at overtime rates?
What would be the best way to work this out to give the maximum inter-
operability?
Nathan Gray
nathan at goarctic dot com