help text and link for form labels #138 (#143)

* added help for timesheet duration form field - fixes #138
* added label option to link to manual chapter
* created docu chapter "timesheet" and added duration mode docu
* allow field and form option "documentation" to link to chapters in the documentation
This commit is contained in:
Kevin Papst
2018-06-21 18:25:11 +02:00
committed by GitHub
parent 8c686b0714
commit 3dc054b839
9 changed files with 101 additions and 6 deletions

View File

@@ -17,6 +17,8 @@ The `start` date is only visible in these forms when editing an active or starti
You can activate the `duration_only` mode by switching the configuration key `kimai.timesheet.duration_only` to `true` in the file [kimai.yaml](../../config/packages/kimai.yaml).
For supported formats while entering the `duration` please see the [timesheet chapter](timesheet.md)
## Remember me login
The default period for the `Remember me` option can be changed in the config file [security.yaml](../../config/packages/security.yaml).