MarkoCuk54 / Payroll-Application

A complete payroll management system for our company with the flask framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emerus Payroll System 💼 💵

A complete payroll management system with CRUD function on Employee/Role/Department/Payroll for our company with the framework Flask. It is possible to import Excel files to automate the payroll process. It is also possible to export data in xlsx tables. It automatically calculates the work days in which the employee was in the company and calculates the sprit consumption.

Tech Stack

Client: HTML, CSS

Server: Python, PostgreSQL, Flask, Pandas

Installation

Install requirements with pip create a database with the name "payroll" change the credits in the db.py file. You must have a postgresql server running.

  pip install -r requirements.txt
  python
  from app import db
  db.create_all()
  exit()
  python ./app.py
  

Logo

Authors

Demo

See a Demo here.

There is not Database Online at this time. (Username : admin Password : admin)

See it on Youtube.

Used By

This project is used by the following companies:

  • Emerus

About

A complete payroll management system for our company with the flask framework.


Languages

Language:HTML 43.0%Language:CSS 36.4%Language:Python 20.6%