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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DEFFiCE

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

    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

    #2
    Re: I seek a script PHP allowing to post the horraire weeks of employees

    DEFFiCE wrote:
    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@attgl obal.net
    =============== ===

    Comment

    • petersprc

      #3
      Re: I seek a script PHP allowing to post the horraire weeks ofemployees

      Hi,

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

      ScheduleAnywher e
      Build recurring shift schedules faster with shift planning software that’s as familiar as a spreadsheet. Get started today with ScheduleAnywhere.


      Some additional resources:

      phpSched
      phpSched is a application for creation and managing shift based schedule for several departments. Current features included: Template creation,…


      PHP Timeclock


      Regards,

      John Peters

      On Apr 13, 12:28 pm, DEFFiCE <deff...@gmail. comwrote:
      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

      Comment

      Working...