redmine_timesheet_extensions
redmine_timesheet_extensions copied to clipboard
Expenses
- Would be useful to allow logging of expenses with time entries
- Would be useful to assign pay rates to members by activity and project
- Finally, this information could be combined to produce a profit / loss report for a project
Something like:
- custom fields for base_rate (user), project_multiplier (project), activity_multiplier (activity) and claimable_expenses (time entry) and expenses (time entry)
for each time entry
- invoice_amount = hours*base_rate * project_multiplier * activity_multiplier + claimable_expenses
- profit = invoice_amount - expenses
Very useful feature indeed. We could use this as well!
Thanks!