How to get project sample of Employee Leave Management?

73 views
Skip to first unread message

Taufiqur Rahman

unread,
Jan 28, 2023, 11:33:07 AM1/28/23
to Django users
Hi there, I am working on a project of Employee Leave Management. Can I get suggestions of how do design the database and get clear concept about the project?  

Ryan Nowakowski

unread,
Jan 28, 2023, 11:39:32 AM1/28/23
to Django users
Let's work backward from the features you want. What will your users be
able to do with this employee leave management system?

Raeesh Rayeen

unread,
Jan 28, 2023, 12:33:05 PM1/28/23
to django...@googlegroups.com
you can use session, user login, and logout ac boolean data type :

if you use a session you control the current user and timing. if any user clicks on the logout or leaves button that time you inherit session timing 

I did not know about your full project but the idea that you can use

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20230128163838.GE31285%40fattuba.com.

Damilare Onifadr

unread,
Jan 28, 2023, 4:34:56 PM1/28/23
to django...@googlegroups.com
There should be a user table, An employee table, With a leave table. The leave table will contain the day they leave will start and the day it will end. And an active button to denote if it has started or not. 

Reply all
Reply to author
Forward
0 new messages