Team Leave Tracker
Overview
This Demo application can be used by teams to track leaves of team members.
- It can be customized to add Authentication
- It can be customized to add email notification to team email whenever any member submits leave
- Currently, by default all leaves are self approved that can be customized for approval flow.
- Admin has to add Country, State, Holiday, Team and Team Members.
- The logic takes care of duration calculation if any weekends(Saturday and Sunday) or Holiday falls within Start and end date i.e if any team member takes leaves from Thursday to Monday, and let's say Friday is public holiday then total leave duration will be 2 days.
Documentation
Typical usage scenario
Some time team wants to track Team members leave, for that purpose team typically use excel.
This is out of box solution to track team members leave.
Using Application(Initial Configuration)
1- login using Username- MxAdmin Password- 1
2- Navigate to Master Data
3- Go to Configuration
4- Add Country, State, Holiday(if Any), Team, Team Member
5-Navigate to Team >Edit Team and Select Team Member you want to add as Team Leader>Save
5- Navigate to Master Data
6- Go to Account, Select newly added Team Member and Change Username and Password
7-Logout and Sign in using newly added Team Member
Demo app available at https://leavetracker133-sandbox.mxapps.io/index.html?profile=Responsive
username- demo_administrator
Password- eDV6cpGPVj
Features and limitations
This Demo application can be used by teams to track leaves of team members.
- It can be customized to add Authentication
- It can be customized to add email notification to team email whenever any member submits leave
- Currently, by default all leaves are self approved that can be customized for approval flow.
- Admin has to add Country, State, Holiday, Team and Team Members.
- The logic takes care of duration calculation if any weekends(Saturday and Sunday) or Holiday falls within Start and end date i.e if any team member takes leaves from Thursday to Monday, and let's say Friday is public holiday then total leave duration will be 2 days.
Dependencies [optional]
Mendix 9.24.23 and above
Known bugs [optional]
Fixed bug of Team leader was required to add the team member.