configs: overwrite via prepend, mode instead of duration_only (#715)
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
# ---------------------------------------------------------------------------------------------
|
||||
# DO NOT EDIT THIS FILE, INSTEAD CREATE THE FILE "local.yaml" AND ADD YOUR SETTINGS IN THERE.
|
||||
# See https://www.kimai.org/documentation/configurations.html
|
||||
#
|
||||
# Be aware that this file is YAML format and the indentation is important.
|
||||
# Each config level needs to be indented with 4 additional spaces.
|
||||
#
|
||||
# ---------------------------------------------------------------------------------------------
|
||||
kimai:
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
# Settings for the user management and login forms
|
||||
user:
|
||||
registration: true
|
||||
password_reset: true
|
||||
# You can disable the user management functions in the authentication screens (default: true).
|
||||
#user:
|
||||
# registration: false
|
||||
# password_reset: false
|
||||
# --------------------------------------------------------------------------------
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
# All configs related to timesheet and record management
|
||||
@@ -13,9 +23,11 @@ kimai:
|
||||
# render timesheet descriptions with markdown
|
||||
markdown_content: false
|
||||
|
||||
# Whether we display start and end time columns (false) or durations only (true).
|
||||
# Setting this to true will also change the "edit timesheet" forms, more infos available in the configurations docu.
|
||||
duration_only: false
|
||||
# The time-tracking mode that should be used (allowed values: default, duration_only)
|
||||
#
|
||||
# default: display start and end time columns in timesheet view and form
|
||||
# duration_only: display start time and duration, https://www.kimai.org/documentation/timesheet.html#duration-only-mode
|
||||
mode: default
|
||||
|
||||
# Rounding rules are used to round the begin & end dates and the duration for timesheet records.
|
||||
# The "default" rule will round "begin" down and "end" up to the full minute, the "duration" will not be rounded.
|
||||
@@ -52,6 +64,7 @@ kimai:
|
||||
# whether records in the future can be created
|
||||
allow_future_times: true
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
# Invoice management
|
||||
#invoice:
|
||||
@@ -60,6 +73,7 @@ kimai:
|
||||
# - 'var/invoices/'
|
||||
# - 'templates/invoice/renderer/'
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
# Default settings used to populate forms
|
||||
#defaults:
|
||||
|
||||
Reference in New Issue
Block a user