Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 809 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 809 Bytes

About

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.

Dependencies

Debian/Ubuntu:

apt install texlive-latex-extra

Fedora:

dnf install texlive texlive-collection-latexextra

Usage

  1. cp data/personal_info.sample.json data/personal_info.json
  2. edit data/personal_info.json accordingly
  3. make - this will generate time sheet in out/timesheet.pdf

Known Issues

  • 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.