ESS: EMPLOYEE SELF SERVICE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
g3ckO
Forum Contributor
Posts: 117
Joined: Mon Jul 12, 2004 2:57 am
Location: Malaysia
Contact:

ESS: EMPLOYEE SELF SERVICE

Post by g3ckO »

Hye...

I am going to develop a website for my company which will be use by the human resource department to handle leave and claim made by the employee.
Employee will be able to request a leave and make claim through this application online.
So anyone have any idea on how to make it or any sample php code related to ESS: "Employee Self Service"

Actually I prefer more on the sample code rather than ideas coz I dont have enough time to develop it from scratch :)
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

you can always pay for it, its a great way to save time :P.

you gona have to give more info on it, like what kind of information you are collecting? how will it work? these may sound like basic questions, but a web app can work in 100's of way outputing the same result, so you really need to get your basics going first.
User avatar
g3ckO
Forum Contributor
Posts: 117
Joined: Mon Jul 12, 2004 2:57 am
Location: Malaysia
Contact:

Post by g3ckO »

I will have:

1) Employee database: username, password, personal details.
Leave database: how mant days leave left, type of leave, date requested, date approved, status and so on.
Claim databese.

It just like normal leave and claim where usually employee fill in the form and submit it to the person incharge and now I just want to make it online.
Post Reply