Page 1 of 1

Does anyone have an example of this?

Posted: Tue Jan 28, 2003 1:52 pm
by slipstream
Here is what I am looking to do but really don't know how to start. I am sure someone has it or has something like it.

I need to make an online time sheet for work. A person goe to the page and selects their name from a combo box and enters the hours they worked today and a comment. All of this is saved to a file (txt). You can also add up all the hours everyone has worked.

If anyone has any samples or ideas that would help.

Thanks,

SS

Posted: Tue Jan 28, 2003 3:00 pm
by DeGauss
If you can think it...You can code it...

(Sorry, couldn't resist :D )

Seriously, write everything down on paper that you want to achieve, make little "screenshots" of how you want things to happen.

This method helps a lot.

And as an example?

Try borrowing some form of calendar code from a php repository like say... evilwalrus.com and fudge it to fit your needs.

Posted: Tue Jan 28, 2003 11:07 pm
by zebrax
Im just working on a similar thing for creating invoices. I'm using MySQL for the backend. I have it so you select a customer , enter a time, rate description, and it spits out the complete invoice in a nicly formated pdf. Except for the pdf part it was very easy. Let me know if you need my help.