Skip to content

Developed an employee management system with comprehensive features, including employee information management, salary tracking, attendance tracking, publish notices/announcements, and streamlined workflow & request management.

Notifications You must be signed in to change notification settings

preetnandasana/WorkFlowPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WorkFlowPro

Developed an employee management system with comprehensive features, including employee information management, salary tracking, attendance tracking, publish notices/announcements, and streamlined workflow & request management.

WorkFlowPro built in a Python Framework Django and PostgreSQL as Database. This webapp include the functionality like...

  1. Login / Registration (Admin, Employee)
  2. Add / Manage Employee (Admin)
  3. Publish / Manage Notice (Admin)
  4. Add / Manage Attendance (Admin)
  5. Assign / Manage Work (Employee)
  6. Send Request (Employee)
  7. View Request, Notice, Works etc...

How to Use this Project?


  • Install Python to your System.
  • Run Following command to your terminal.
    pip install django
  • Install Pipenv for Virtual Environment, run the command...
    pip install pipenv
  • Clone the repository to your local system.
  • Enter in Virtual Environment by running following command in Current Working Directory.
    pipenv shell
  • Setup PostgreSQL Database and update database name and password in settings.py file in employeemanagement.
  • Make the Migrations, run the command
    python manage.py makemigrations
  • Migrate the App, run the command
    python manage.py migrate
  • Finally Run the App, run the command.
    python manage.py runserver
  • Hola, It's running !!

Screenshots

Login Login

Dashboard Dashboard

Assign Work Assign Work

Notice Notice

Admin (Manage Employee) Admin (Manage Employee)

If you found this useful, make sure to give it a star 🌟

Thank You!!

About

Developed an employee management system with comprehensive features, including employee information management, salary tracking, attendance tracking, publish notices/announcements, and streamlined workflow & request management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published