Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
/ ReportGenerator Public archive

Generates daily reports from your timekeeper file and sends them via email

Notifications You must be signed in to change notification settings

max-wittig/ReportGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReportGenerator

Generates daily reports from your timekeeper file and sends you a mail

usage

  1. Generate a config.json with java -jar ConfigBuilder.jar config.json and input your information
  2. Run this command to create an report (can be automatically done with a cronjob etc.) java -jar ReportGenerator.jar <config.json_file_location> <timekeeper.json_file_location> <mailType[html|plain]>