added invoice archive & configurable invoice numbers (#1541)

This commit is contained in:
Kevin Papst
2020-03-14 01:16:58 +01:00
committed by GitHub
parent dd64eb98f9
commit e6e6a1eeea
106 changed files with 2587 additions and 339 deletions

View File

@@ -165,7 +165,9 @@
"vendor/bin/phpstan analyse tests -c tests/phpstan.neon --level=4"
],
"kimai:codestyle": "vendor/bin/php-cs-fixer fix --dry-run --verbose --show-progress=none",
"kimai:codestyle-fix": "vendor/bin/php-cs-fixer fix"
"codestyle": "@kimai:codestyle",
"kimai:codestyle-fix": "vendor/bin/php-cs-fixer fix",
"codestyle-fix": "@kimai:codestyle-fix"
},
"conflict": {
"symfony/symfony": "*"