PHP Timesheet softare?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Trenchant
Forum Contributor
Posts: 291
Joined: Mon Nov 29, 2004 6:04 pm
Location: Web Dummy IS

PHP Timesheet softare?

Post by Trenchant »

Has anyone come across good php timesheet software? I have a client interested in letting his employee's send in time sheets on his website. He was thinking of doing this with an excel file but is open to suggestions. I'm thinking there must be some good timesheet software already made.

The timesheet's he has consist of a date, clock in time, clock out time, and which client his employee was working for. It would be handy if we could get something that also tracked the client end of things so they could be billed easily.

I figure there should be premade software for this somewhere because its the same as doing programming work by the hour for a client.
jothirajan
Forum Commoner
Posts: 69
Joined: Tue Jan 27, 2009 12:06 am

Re: PHP Timesheet softare?

Post by jothirajan »

User avatar
Trenchant
Forum Contributor
Posts: 291
Joined: Mon Nov 29, 2004 6:04 pm
Location: Web Dummy IS

Re: PHP Timesheet softare?

Post by Trenchant »

That one looks pretty sharp but it's written in ASP and it looks like they have their paws wrapped around the source code.

I'm hoping to find something made on a bit of a smaller scale even. I'd rather support smaller community projects then these larger companies.
User avatar
Trenchant
Forum Contributor
Posts: 291
Joined: Mon Nov 29, 2004 6:04 pm
Location: Web Dummy IS

Re: PHP Timesheet softare?

Post by Trenchant »

Does anyone know of any other software? Even PHP code to fill in a spreadsheet based on coordinates would probably work.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Re: PHP Timesheet softare?

Post by Luke »

surprisingly I haven't been able to find anything myself. kind of makes me want to write something...
User avatar
Trenchant
Forum Contributor
Posts: 291
Joined: Mon Nov 29, 2004 6:04 pm
Location: Web Dummy IS

Re: PHP Timesheet softare?

Post by Trenchant »

Well I'm thinking it shouldnt' be that hard to find consider most business's create a uniform spreadsheet. But suprisingly enough I haven't been able to find a simple solution.

Even if I could just find a script that would record a value to a specific cell in a spreadsheet. It wouldn't be hard to build the rest.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: PHP Timesheet softare?

Post by alex.barylski »

Would be useful...build an application and let us know when your done? :D
Post Reply