kevinpapst / kimai2-invoice
Additional invoice templates for Kimai 2
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 2
Open Issues: 0
Language:HTML
Type:symfony-bundle
Requires
- php: >=7.1
- symfony/framework-bundle: ^4.0
This package is auto-updated.
Last update: 2020-01-23 01:36:45 UTC
README
This repository contains additional invoice features and serves as a demo for building Kimai 2 bundles.
After installation you will have new renderer and calculator options available when editing an invoice template.
Installation via Flex (recommended)
Install this extension via:
composer req invoice
Done! No need for manual adjustments: the bundle is installed, activated and configured - pretty neat, right?!
Behind the scenes, this command makes use of a Symfony flex recipe, hosted at the offical Kimai recipes repository.
Installation via Composer (classical)
Installation via composer:
composer require kevinpapst/kimai2-invoice
The bundle will be auto-activated, but you will have to copy the file config/packages/kimai_invoice.yaml
to your config/packages/
directory:
cp vendor/kevinpapst/kimai2-invoice/config/packages/kimai_invoice.yaml config/packages/
As last step clear your symfony cache:
bin/console cache:clear