This application module contains the basic templates for project management follow up and cost analysis. It allows project managers to create and follow theirs projects and group them in programs, each projects beside the general attributes it contains the Risk & Issues and the resolution.
- Project
- Program
- Risk
- Issues
- Project Type
- Project Managers
- Program Managers
- Document Management
- Kanban and Chart views.
- Custom project reports
For any changes and support feel free to contact me at: lyasine@3t-solutions.us
The project is also available in docker hub, you could try it from :
docker pull lyasine/dpms
Then create the first PostgreSQL container and link it to the dpms container as the following:
docker run --name dpmsdb -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres -d postgres
Then create the the dpms container:
docker run --name dpms --link dpmsdb:db -p 8069:8069 -d lyasine/dpms:latest
Project chart report:
For customization and support feel free to contact me at: lyasine@3t-solutions.us

