jmopenorders is a generator to generate infos for the affected persons. Generate from a excel-output for each service person a separated excel file. You must the excel-file save as csv-file.
jmopenorders is written in Python. python does run on almosts known platforms.
- Python 3.6+
- Works on all Desktop Platform with Python
You can install jmopenorders via pip from PyPI:
$ pip install jmopenorders
The master branch represents the latest pre-release code.
- Open a terminal and start jmopenorders over the cli
$ jmopenorders --help
The options:
- --inputpath or -i The path to the datafiles
- --outputpath or -o The path to store the reports
- --datafile or -d The filename with the orders
- --personfile or -p The filename with the name of the service person
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the EUPL-1.2 license, jmopenorders is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.