T.82.0: 'set bill_increment' command.
This commit is contained in:
parent
66c12e8e73
commit
d9223f4603
4 changed files with 50 additions and 21 deletions
13
ttsrc.sample
13
ttsrc.sample
|
|
@ -10,9 +10,8 @@
|
|||
|
||||
#set mark_advance 1
|
||||
#set delete_advance 1
|
||||
#set bill_advance 0
|
||||
|
||||
#### Miscellaneous options
|
||||
#### Billing options
|
||||
#
|
||||
# If set, show billable time in each daily summary.
|
||||
|
||||
|
|
@ -24,6 +23,16 @@
|
|||
|
||||
#set auto_non_billable [INT]
|
||||
|
||||
# If set, when calculating billing time for show_billable, each entry will be
|
||||
# rounded up to this many minutes. For example, if you bill in blocks of
|
||||
# 15 minutes:
|
||||
|
||||
#set bill_increment 15
|
||||
|
||||
# If set, automatically advance the cursor when marking an entry as billable.
|
||||
|
||||
#set bill_advance 0
|
||||
|
||||
#### Bindings
|
||||
#
|
||||
# Use the 'bind' command to (re)define keybindings. Type '?' while TTS is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue