A Redmine plugin for managing client jobs
Go to file
Trevor Vallender 4b83753e71 Time budgets per activity
Add a TimeBudget model which allows a job to have a time budget for each
activity type. We’re allowing nil as a holder for a generic budget,
though there’s currently no way to use that.

We automatically delete any time budgets which are set to zero.
2023-11-24 15:05:38 +00:00
app Time budgets per activity 2023-11-24 15:05:38 +00:00
config Show jobs in time entries view 2023-11-22 19:44:13 +00:00
db/migrate Time budgets per activity 2023-11-24 15:05:38 +00:00
lib Show jobs in time entries view 2023-11-22 19:44:13 +00:00
test Initial commit 2023-11-21 10:48:46 +00:00
README.rdoc Initial commit 2023-11-21 10:48:46 +00:00
init.rb Show jobs in time entries view 2023-11-22 19:44:13 +00:00
todo.md Show jobs in time entries view 2023-11-22 19:44:13 +00:00

README.rdoc

= Jobs

_Jobs_ is a Redmine plugin allowing the management of jobs—chunks of time sold to clients for budget management.

- Add jobs with time budgets
- Associated time log entries with a given job