A Redmine plugin for managing client jobs
Go to file
Trevor Vallender 60e1f72a45 Add journals to Jobs to track changes
Redmine uses journals to track changes to Issues. Whilst theoretically a
polymorphic association, there are a bunch of places where it is assumed
this is an issue, so we have to account for that and start patching
things.

Refs #3320
2024-02-27 17:30:50 +00:00
app Add journals to Jobs to track changes 2024-02-27 17:30:50 +00:00
assets/stylesheets Stop using issue class on jobs 2023-12-19 09:44:26 +00:00
config Add journals to Jobs to track changes 2024-02-27 17:30:50 +00:00
db/migrate Remove unique constraint on Job name 2023-12-05 14:28:42 +00:00
lib Add journals to Jobs to track changes 2024-02-27 17:30:50 +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 Add journals to Jobs to track changes 2024-02-27 17:30:50 +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