This is my time sheet generator for MaidSafe. It's a small tool written in Python 3 that reads JSON encoded work time info and generates nice PDF time sheets.
Optionally it can generate time sheets from timeflow log file.
Debian/Ubuntu:
apt install texlive-latex-extra
Fedora:
dnf install texlive texlive-collection-latexextra
cp data/personal_info.sample.json data/personal_info.json
- edit
data/personal_info.json
accordingly make
- this will generate time sheet inout/timesheet.pdf
- Underscore is not allowed in task description. For some reasons latex fails to build document in such case.
- '&' symbol is special in latex and it is not escaped. So don't use it.