| File | Date | Author | Commit |
|---|---|---|---|
| GNU_fdl_1_3.html | 2019-10-30 |
|
[8548e1] Add (some) local version. |
| README.md | 2020-01-02 |
|
[c532bd] Update README. |
| access-sf-cvs.txt | 2019-10-30 |
|
[8548e1] Add (some) local version. |
| designmodel.graffle | 2019-10-30 |
|
[8548e1] Add (some) local version. |
| development-case.xls | 2019-12-28 |
|
[e96d39] Add license tab to Excel files. |
| glossary.doc | 2019-11-03 |
|
[b74952] Update system_swe.doc and glossary.doc. |
| system_swe.doc | 2019-11-17 |
|
[e611cc] Update SWE system document and add time sheet E... |
| system_swe_diagrams.xls | 2019-12-28 |
|
[e96d39] Add license tab to Excel files. |
| timesheet_SWE.xlsx | 2019-12-28 |
|
[e96d39] Add license tab to Excel files. |
| vim-tipps.txt | 2019-10-30 |
|
[8548e1] Add (some) local version. |
| vision.doc | 2019-10-30 |
|
[872a4c] Fixed formatting of vision.doc. |
| workflow.png | 2019-12-28 |
|
[f9025c] Add workflow image. |
ProMESA is a command-line application that processes a text file and creates a report in form of a PDF. The name ProMESA stands for: Productivity Measurement and Enhancement System Application.

If you are a software developer and you ask yourself: Am I doing the right things; am I doing it right? Then ProMESA will give you another look at work item estimates, project schedules, number of bugs, test coverage and other to-do that fill out your working day.
>reportPDF.exe -file Example-2019_41-44.txt -name Test -team ATeam -year 2019 -tp 2019 41 2019 44reportPDF.exe -file Example-2019_41-44.txt -name Test -team ATeam -year 2019 -tp 2019 41 2019 44
ProMESA is written in Haskell and built with nmake/Makefile.
>nmake reportPDFUnit tests and system tests are in the source folder and can be executed using nmake/Makefile:
Unit tests: >nmake ut
System tests >nmake st
The productivity measurement and enhancement system is documented in a PDF.
The documentation of the source code is available as zip file or can be generated from the source code using nmake/Makefile:
>nmake doc
This source code is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
I started the project on sourceforge in 2004 using CVS. The first release in 2010 was without binaries. In the meanwhile, git is used and a first release with binaries is available.