Hey everybody
I am trying to figure out a way to have a document on our internal web server that the staff can use to submit what shifts they would be available for each month, and whether it would be for nights, days or evenings
Ive played with adobe live cycle, but the HR lady would need to have acrobat pro and have to import xml files attached for each employee email each month, shes a little old lady and i dont think shes gonna want to do that
basically im looking to have a php based form, pull the dates from a calendar so it shows each week in the selected month of that year, and listed as Monday to Friday, each day having a check box for nights, evenings and days
then the staff can enter their name, and click a button which will email the data to the HR lady as a similarly formatted easily readable document/email
i can handle the designing of the form, and i have a decent sendmail.php script. its referencing a calendar to call up what days of the week ie
January 3 - January 9 2011 is a Monday - Friday
January 10 - January 16 and so on
i might be biting off more than i can chew, but if anyone can help point me in the right direction, or knows of some tools or applications that would do a similar task, that would be greatly appreciated.
thank you very much
I am trying to figure out a way to have a document on our internal web server that the staff can use to submit what shifts they would be available for each month, and whether it would be for nights, days or evenings
Ive played with adobe live cycle, but the HR lady would need to have acrobat pro and have to import xml files attached for each employee email each month, shes a little old lady and i dont think shes gonna want to do that
basically im looking to have a php based form, pull the dates from a calendar so it shows each week in the selected month of that year, and listed as Monday to Friday, each day having a check box for nights, evenings and days
then the staff can enter their name, and click a button which will email the data to the HR lady as a similarly formatted easily readable document/email
i can handle the designing of the form, and i have a decent sendmail.php script. its referencing a calendar to call up what days of the week ie
January 3 - January 9 2011 is a Monday - Friday
January 10 - January 16 and so on
i might be biting off more than i can chew, but if anyone can help point me in the right direction, or knows of some tools or applications that would do a similar task, that would be greatly appreciated.
thank you very much