mads
|
posted on 22/9/09 at 08:09 PM |
|
|
need a clocking in software
hey all,
bit of a strange request but am after some software (preferably) free to do the following:
- allow multiple users with unique login capability
- each user can specify time start and time finished
- the user can select an area for the start and finish time
- its recorded in a database to allow viewing in the future
- it can be accessed from any computer on a network
anyone know of any software out there that is free to do this? or has anyone designed something similar they are willing to share?
the purpose of this isnt to actually check employees working times but more for audit purposes to show that there was an individual within the
department between those times. we can do it on paper but paper can get lost/misplaced.
thanks all.
[Edited on 22/9/09 by mads]
[Edited on 22/9/09 by mads]
We gain knowledge faster than we do wisdom!
Life is not a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in
sideways, thoroughly used, totally worn out and loudly proclaiming... "f*ck, what a trip!"
|
|
|
tegwin
|
posted on 22/9/09 at 08:58 PM |
|
|
You could write that in PHP in about an hour....Run it on a web server with a MySQL database... and its accesible from anywhere
------------------------------------------------------------------------------------------------------------------------
Would the last person who leaves the country please switch off the lights and close the door!
www.verticalhorizonsmedia.tv
|
|
mads
|
posted on 22/9/09 at 09:04 PM |
|
|
If I knew enough php I would do it but my knowledge only goes as far as doing minor modifications
We gain knowledge faster than we do wisdom!
Life is not a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in
sideways, thoroughly used, totally worn out and loudly proclaiming... "f*ck, what a trip!"
|
|
Gav
|
posted on 22/9/09 at 09:21 PM |
|
|
We use something called standard time for recording time against jobs, sits in the tray and you just right click and pick the job you are working on
and right click again and select stop to stop the time.
Not free but it is very very good, http://www.stdtime.com/
I would imagine there is something in the free software world that would mimick it.
|
|
bigpig
|
posted on 23/9/09 at 07:18 AM |
|
|
I used to have something in Perl to do something similar (but much more complex as it was used for costing too).
I'll have a look around and see if I can find the database structure (it was MySQL) and knock up a quick PHP jobbie. If you can do minor mods
then that would be best as you can then have a skeleton to play with. From what I remember the original was all done with style sheets too so it was
easily editable.
I'll have a look at my archive CDs this week and see what I can find. If could probably ditch 70% of the code as it was for
security/costing/interfaces and be a simple data entry.
|
|
mads
|
posted on 23/9/09 at 10:13 AM |
|
|
cheers bigpig, that would be great.
We gain knowledge faster than we do wisdom!
Life is not a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in
sideways, thoroughly used, totally worn out and loudly proclaiming... "f*ck, what a trip!"
|
|
RoadkillUK
|
posted on 23/9/09 at 10:21 AM |
|
|
A quick Google brings up this software, I've had a quick read of it, but you know what you're after
LINKY
Roadkill - Lee
www.bradford7.co.uk
Latest Picture (14 Sept 2014)
|
|
bigpig
|
posted on 23/9/09 at 04:31 PM |
|
|
Sounds like the free one would probably be better for you that something run up quickly. Although its an access database behind it, at least the
transactions should be quick enough not to cause too many multi user problems.
|
|
mads
|
posted on 23/9/09 at 05:17 PM |
|
|
i've seen the free one but it looks as if it uses a picture to document who it was that clocked in. i was hoping to have a login
username/password for each user instead.
We gain knowledge faster than we do wisdom!
Life is not a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in
sideways, thoroughly used, totally worn out and loudly proclaiming... "f*ck, what a trip!"
|
|
bigpig
|
posted on 24/9/09 at 09:24 PM |
|
|
It does seem to keep a database of usernames, but interfaces to another product (for £££) if you don't want to just edit the list yourself.
|
|