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!
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
you can always pay for it, its a great way to save time .
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.
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.