added command to create invoices via bash (#1574)

This commit is contained in:
Kevin Papst
2020-03-20 13:14:05 +01:00
committed by GitHub
parent 7b13ea860a
commit b8c5323ece
35 changed files with 1301 additions and 273 deletions

View File

@@ -16,10 +16,10 @@ Perform EACH version specific task between your version and the new one, otherwi
- The default invoice number format changed. If you want to use the old one: configure `{date}` as format - see [invoice documentation](https://www.kimai.org/documentation/invoices.html)
- HTML invoice templates are now treated like other files and offered as download. If you are using relative URLs for including
assets (CSS, images) you need to either inline them (see the default templates) or use absolute URLs.
- Invoice templates that use query values `activity.X` or `project.X` should be checked, as multi-select is now possible for filtering
- Invoice templates that use the templates variables `${activity.X}` or `${project.X}` should be checked and possibly adapted, as multi-select is now possible for filtering
Permission changes:
- `history_invoice` - NEW: grants all features of the new invoice archive (by default for all admins)
- `history_invoice` - NEW: grants all features for the new invoice archive (by default for all admins)
### Developer