Connecting Tech Pros Worldwide Forums | Help | Site Map

I seek a script PHP allowing to post the horraire weeks of employees

DEFFiCE
Guest
 
Posts: n/a
#1: Jun 2 '08
I would like to be able to post the work hours of several people in
the calendar of one weeks so that my employees can see on Internet


I have to seek on google, on sites of scripts PHP but I have anything
to find directed with my needs.

Sorry for my little English

petersprc
Guest
 
Posts: n/a
#2: Jun 2 '08

re: I seek a script PHP allowing to post the horraire weeks of employees


Hi,

If you're also considering SaaS apps, this one will do what you need:

ScheduleAnywhere
http://www.scheduleanywhere.com/site/features.aspx

Some additional resources:

phpSched
http://sourceforge.net/project/showf...?group_id=3034

PHP Timeclock
http://timeclock.sourceforge.net/screenshots.php

Regards,

John Peters

On Apr 13, 12:28 pm, DEFFiCE <deff...@gmail.comwrote:
Quote:
I would like to be able to post the work hours of several people in
the calendar of one weeks so that my employees can see on Internet
>
I have to seek on google, on sites of scripts PHP but I have anything
to find directed with my needs.
>
Sorry for my little English
Jerry Stuckle
Guest
 
Posts: n/a
#3: Jun 2 '08

re: I seek a script PHP allowing to post the horraire weeks of employees


DEFFiCE wrote:
Quote:
I would like to be able to post the work hours of several people in
the calendar of one weeks so that my employees can see on Internet
>
>
I have to seek on google, on sites of scripts PHP but I have anything
to find directed with my needs.
>
Sorry for my little English
>
Not knowing just how you want to post the information, it's hard to say.

To start with, I would recommend using a database to make updates
easier. If you want just a list, a simple database oriented script will
work fine. Showing it in calendar format would be a bit harder for
formatting the output, but the rest of the code would be similar.

But we would need more details on exactly what you want displayed to
help you more.

To start with, I'd suggest you just look around for scripts on how to
display data from a database. I'm sure you could adapt some of those to
meet your needs.

Then post more info here on what you're trying to do and the code you're
using, and we can help make it work.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Closed Thread