invoice-templates
invoice-templates copied to clipboard
A place for sharing Kimai invoice templates
Kimai Invoice-Templates
A place for sharing your Kimai invoice templates with the community, a place to find ideas.
This repository contains two branches:
List of all templates
- DIN 5008 compliant template
- Invoice grouped by projects
HTML
- Example
Docx
- Company invoice
Excel
- Excel letter
- Basic spreadsheet
CSV
- Export
OpenOffice Spreadsheet
- Basic spreadsheet
Programmatic
- JSON
- XML
- TEXT
Installation
If not existing, create the directory var/invoices/
in your Kimai installation.
cd /var/www/kimai/var/
mkdir invoices
Then copy the files from any subdirectory into this new directory (/var/www/kimai/var/invoices/
).
They should show now up in your "Invoice templates" administration, in the "Invoice document" dropdown.
Please read the official documentation at https://www.kimai.org/documentation/invoices.html to find out more about building your own invoice templates.
Sharing your template
- Fork this repository
- Create a new branch
- Add a new subdirectory with a unique name of your template
- Add a
README.md
file explaining your template - Add a
screenshot.png
(or .jpg) image if possible - Add the template file to the directory
- Edit the main README.md and add a link to your new directory under the appropriate format section
- Commit and Push your changes
- Open a PR
- Wait for feedback and merge 😃
By submitting your template you accept that it will be shared under the MIT license.