KarmaKamikaze / Replacement-System

This program finds a replacement for an absent employee, based on rules and legislation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P1-Project - Replacement System

This program finds a replacement for an absent employee, based on rules and legislation. The program is intended for small businesses, who are not already using large scale scheduling systems, that deal with absenteeism natively.

Getting Started

To get a local copy up and running, follow these steps.

Installation

  1. Clone the repository
git clone https://github.com/KarmaKamikaze/Replacement-System.git
  1. Go to the project folder and make the .exe file
make
  1. Run the program from your terminal
./replacer.exe

License

Distributed under the GNU General Public License v3.0 License. See LICENSE for more information.

Contact

Project Link: https://github.com/KarmaKamikaze/Replacement-System

About

This program finds a replacement for an absent employee, based on rules and legislation.

License:GNU General Public License v3.0


Languages

Language:C 99.2%Language:Makefile 0.8%