A very simple project management system. Supports multithreading and data is stored in a flat binary file database.
Go to file
2021-10-06 15:22:28 +02:00
res Implementerte funksjon #21 oppdatert logo og grafikk 2021-10-05 13:19:22 +02:00
src Løste bug #26 implementerte datostempler #23 2021-10-06 15:22:28 +02:00
trans Oppdaterte språkfil for versjon 0.6 2021-10-05 13:21:01 +02:00
LICENSE Initial commit 2021-09-20 15:03:33 +00:00
README.md Updated readme 2021-10-03 23:43:56 +02:00
resources.qrc Implementerte funksjon #21 oppdatert logo og grafikk 2021-10-05 13:19:22 +02:00
saeterprosjekt_256.ico Implementerte funksjon #21 oppdatert logo og grafikk 2021-10-05 13:19:22 +02:00
Saeterprosjekt.pro Implementerte funksjon #21 oppdatert logo og grafikk 2021-10-05 13:19:22 +02:00
Saeterprosjekt.pro.user Utløpsdatoer vindu implementert (#10) 2021-10-02 23:02:29 +02:00

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, search through 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

Check the "issues" page for functions (and bugs) that have been implemented (and resolved).

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 :)

I know I have been sloppy with the naming convention of variables, which makes it hard (if not very hard) to read the source code by people who don't speak Norwegian. I will probably rewrite a large part of the code with a more understandable naming convention. The default language is also Norwegian which makes it impossible to translate to other languages if you don't already speak Norwegian. I will also addresss this in a future update.

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.