arno1979 / kimai-custom-export
A Kimai 2 plugin
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 0
Type:kimai-plugin
Requires
This package is auto-updated.
Last update: 2024-11-08 21:40:07 UTC
README
A Kimai 2 bundle providing a custom HTML and PDF export template.
Installation
First clone it to your Kimai installation plugins
directory:
cd /kimai/var/plugins/
git clone https://github.com/arno1979/kimai2-custom-export.git CustomExportBundle
Copy the TTF files from the Resources/fonts
folder to var/data/fonts
And then rebuild the cache:
cd /kimai/
bin/console kimai:reload --env=prod
Notes
For this to correctly work you have to add a fee entry containing the hourly rate to the properties of the project you want to create the timesheet for. Before triggering the custom PDF export in the "Export" section of Kimai2 you have to select a customer AND a project. Otherwise an unspecified error will be triggered and the export will not work!