The document describes an easy leave workflow system with pages for admin and employee functions. The admin pages allow managing departments, countries, states, statuses, employees, leaves, and leave reports. Employee pages allow login, changing password, viewing profile, and applying for leaves. Most pages use stored procedures to interface with backend tables for retrieving, adding, updating, and deleting leave management data.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
306 views18 pages
Leave Management System Report
The document describes an easy leave workflow system with pages for admin and employee functions. The admin pages allow managing departments, countries, states, statuses, employees, leaves, and leave reports. Employee pages allow login, changing password, viewing profile, and applying for leaves. Most pages use stored procedures to interface with backend tables for retrieving, adding, updating, and deleting leave management data.
Fields: LoginId,Password Process:Admin enters his credentials and enters his HomePage Table: tbl_AdminLogin Stored Procedures:spAdminLogin Remarks:nill
Page Name: Admin Changing his Password
Fields:OldPassword,newpassword,ConfirmPassword Process:Admin changes his password Table: tbl_AdminLogin Stored Procedures:spAdminChangePassword Remarks:nill