added default settings for new customer form (#358)

This commit is contained in:
Toby Batch
2018-10-21 14:27:43 +01:00
committed by Kevin Papst
parent b46e752d0a
commit 3075276a52
7 changed files with 80 additions and 1 deletions

View File

@@ -232,3 +232,19 @@ kimai:
days: ['saturday','sunday']
factor: 1.5
```
## Forms (kimai.yaml)
You can set some defaults for various forms within Kimai, to easify the creation process.
### Customer creation
Define the default values for a customer like this:
```yaml
kimai:
defaults:
customer:
timezone: Europe/London
country: GB
currency: GBP
```