Skip to content

This is an ERP System for GS1Kenya. This involves around CRM, HRM, ESS and many modules. Developed using python Django framework

Notifications You must be signed in to change notification settings

TSmiley12/csdigital-gs1kenya-internal-erp

 
 

Repository files navigation

GS1 Kenya ERP

This is the Enterprise Planning Resource(ERP) for GS1Kenya. It gives access and allows the company to manipulate some of its modules search as ACCOUNTS, Human Resource Module, Customer Resource Module and Legal Module.

Getting Started

If you want to run the project locally on your machine.

Prerequisites

You need to have at least python3.7 already installed or go to python and install.

Installing

Follow the following instructions to install.

Create and activate a virtual Environment

python -m venv  venv 
source venv/bin/activate

Run the project dependencies and Create databases

  1. Create a database called gs1
  2. Run project Dependencies
(venv)$: pip install -r requirements.txt
(venv)$: python manage.py migrate

Built With

Authors

  • Omambia Dauglous

Screenshots

Panel

Panel

Employees

Panel

Members

Panel

Payroll

Panel

Performance

Panel

License

This project is licensed under the MIT License

Acknowledgments

  • My spirit towards code
  • Joseph Oloo Otieno (kwach)
  • GS1Kenya
  • csdigital

About

This is an ERP System for GS1Kenya. This involves around CRM, HRM, ESS and many modules. Developed using python Django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.0%
  • JavaScript 22.0%
  • HTML 6.3%
  • CSS 2.8%
  • SCSS 0.5%
  • CoffeeScript 0.3%
  • Other 0.1%