A very simple project management system. Supports multithreading and data is stored in a flat binary file database.
| res | ||
| src | ||
| LICENSE | ||
| README.md | ||
| resources.qrc | ||
| saeterprosjekt.ico | ||
| Saeterprosjekt.pro | ||
| Saeterprosjekt.pro.user | ||
Sæterprosjekt
A very simple project management system. Uses a custom flat binary file database implementation for storing data and uses multithreading.
Features
At it's current state it has a few very simple features tailored for a specific use set. Features include:
- Create, load, store and manage a list of customers and their contact data
- Create, load, store and manage a list of projects and project details
- Able to sort customers under individual projects
- Able to set notification thresholds that reminds you before a project starts and/or project ends
- Thresholds are coded "green","yellow", and "red". The notification thresholds can be adjusted individually per project or globaly through the application settings
About
I threw this program together over the weekend (version 0.1), because a friend needed project manager such as this. Coincidentally, the program is named after him :)
License
The program it's source and derivatives are licensed under GNU general public license (version 3) and copyrighted by me (Helge-Mikael Nordgård). See file "LICENSE" for more details.