You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, billable records can be created using timetrace start my-project --billable. With PR #166, project records can be billable by default:
# config.ymlprojects:
my-project:
billable: true
Using this config, timetrace start my-project will produce a billable record.
But if my-project is configured to be billable by default, there also has to be a way to create non-billable records for that project. This should be possible by using a --non-billable flag.
The text was updated successfully, but these errors were encountered:
At the moment, billable records can be created using
timetrace start my-project --billable
. With PR #166, project records can be billable by default:Using this config,
timetrace start my-project
will produce a billable record.But if
my-project
is configured to be billable by default, there also has to be a way to create non-billable records for that project. This should be possible by using a--non-billable
flag.The text was updated successfully, but these errors were encountered: