Problem Statement: It’s a leave management system project, used in any organization. The Leave Management module in the company allows their employees to manage their own leaves data. Employees can apply for leave via a mobile application (platform independent) and view their leave record with information on leaves availed, canceled along with the annual leave balance summary. All leave applications go through an automatic approval process, wherein, the employee’s manager is informed of leave applications via an automatic email generated by the system in the app. There should be 3 types of accounts involved in this Leave management system Android App Employee account Manager account LMS admin account 1. The employee should apply to leave through employee account. 2. Once you log in, you should see your profile page. (emp id, emp name,) 3. There should be a navigation Menu. (Where Each Menu Item has a unique functionality) 4. Menu Tab1 - Apply Leave, (when you apply to leave an email should trigger to the manager of the employee -> email content should display the leave summary (how many CL /SL/EL’s) does the employee has.) Email and notification in the app to the manager account. 5. Menu Tab2 - should display leave a summary of the person who logged in. (total casual leaves/ sick leaves/total leave taken and so on) 6. Menu Tab3 - (manager specific activity) -> should be able to see who all are in left in his team. 7. Menu Tab4 - additional functionality based upon your ideas is appreciated. 8. Menu Tab5 - Holiday calendar of the year. (Calendar should color out the applied leaves by the person) The development environment must include: Android STUDIO, Java, database.
For employee login : phone : 12345, pass : employee For manager login : phone : 54321, pass : manager For admin login : phone : 09876, pass : admin