I'm working on HRMS application in django rest framework I want to set permissions for Hr and Team leader to approve leave request of employees. How can i achieve. If it's admin approval i can easily do that. But since it's hr and tl i should manually create that. How can i achieve it? Also how to request a leave and how tl approved and it can be forwarded to hr for approval?
Asked
Active
Viewed 45 times