Skip to content
/ epms Public

This is a full fledged project management system for PM's in Translation and Localization Industry

Notifications You must be signed in to change notification settings

Henoker/epms

Repository files navigation

EPMS Project Management System

EPMS First Page Look!

More screenshots

Invoice demo translators rating app!

## About the app

This app is an end-to-end project management tool built with translators in mind. It helps to manage and automate translation and localization workflows with ease. It is designed for my current employers in mind and the basic aim is to manage our client requirements, our company’s internal processes, and vendor management in one seamless online environment using a dockerized django app. The EPMS Translation Project Management System has the following features and app components:

  • Translation and Localization Project Management capability with full CRUD functionality.
  • Client Management app with full CRUD capability.
  • Vendor(Translators) Management app with full CRUD capability
  • A Dashboard analytics using CHART js, and django query capability.
  • Client PDF Invoice generation capability by using weasyprint from docker.
  • Vendor PDF PO generation capability by using weasyprint from docker.
  • Vendor Job Management app with crud functionality.
  • Client Order Management app with CRUD capability.
  • A system of rating vendors job based industry specific criteria.

Built using:

  • Python with Django framework and Jinja templating language
  • Docker
  • Chart Js
  • weasyprint
  • Django all auth
  • Bootstrap

Getting started:

  • Clone this repository or fork it
    • To clone this repository type git clone https://github.com/Henoker/epms.git on your command line
    • To fork this repository, click fork button of this repository then type git clone https://github.com/<your username>/epms.git
  • Install all the dependencies of this project by typing docker-compose up -d --build on the command line
  • configure your Postgres Databse
  • Migrate the database by typing docker-compose exec web python manage.py makemigrations on the command line
  • Run the project locally by typing docker-compose exec web python manage.py runserver on the command line
    • NB: to run it on your local network, type python manage.py runserver 0.0.0.0:8000
  • You project will be accessible in your localhost or local network.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Love my effort?

Hire me at LinkediN

About

This is a full fledged project management system for PM's in Translation and Localization Industry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published