auto_non_billable config option
If this is set to a string, then any new entry that contains this string will be marked as efl_nonbillable=1 automatically.
This commit is contained in:
parent
62762f7590
commit
7a0aca347e
2 changed files with 18 additions and 4 deletions
|
|
@ -17,6 +17,11 @@
|
|||
# If set, show billable time in each daily summary.
|
||||
#set show_billable 1
|
||||
|
||||
# If this is set, and a newly added entry contains this string, the entry wil
|
||||
# be automatically marked as non-billable. The string can only be a single
|
||||
# word and must not be put in quotes.
|
||||
#set auto_non_billable [INT]
|
||||
|
||||
#### Bindings
|
||||
#
|
||||
# Use the 'bind' command to (re)define keybindings. Type '?' while TTS is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue