Plugins Directory » Budgets
Author: | Kirill Bezrukov (RedmineUP) | |
---|---|---|
Website: | https://www.redmineup.com/pages/plugins/budgets | |
Code repository: | - | |
Registered on: | 2022-10-24 (about 2 years ago) | |
Current version: | 1.0.5 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
Redmine Budget Plugin: Keep Your projects profitable and track spent time¶
The Redmine Budget plugin tracks revenues, costs, payroll costs, and the final profit of a project. It also allows you to track real money in the context of a specific plan and provides a profit and loss overview for projects. As a result, it calculates the final profit.
Features:
- Flexible billing options - Time & Material and fixed fee. Bill rate by user, by project, by issues or by company
- Invoices and expenses integration - Issue and project costs calculation on Redmine Issue page
- History of hourly rates - Each user can have different rates in different projects, as well as the duration of the rate
- Budgeting strategies - Each project can have separate budgeting settings
Budget Planning
Budget planning is available based on different types of project funding. It can be either a fixed rate for the whole project or a calculation based on the time spent. And the hourly rate is set for each employee, for the whole project, or even for a specific task
User costs and bill rates
Budget planning is available based on different types of project funding. It can be either a fixed rate for the whole project or a calculation based on the time spent. And the hourly rate is set for each employee, for the whole project, or even for a specific task
Project Dashboard
The project dashboard shows the current state of project financing and costs, its profitability, and time spent. As well as the execution of the budget, taking into account internal and external costs
Cost reports
You can add the Costs field on the time spent list, which shows the cost of time spent based on the employee's rate on that date, as well as calculating the total cost by grouping and by all selected entries
Screenshots¶
Installation notes
Extract plugin to /plugins folders
bundle install bundle exec rake redmine:plugins NAME=redmine_budgets RAILS_ENV=production
Changelog
1.0.5 (2024-02-08)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.
- Dropped Redmine 3 support
- Added Hungarian translation (Krisztian Engi)
1.0.4 (2022-10-24)
Compatible with Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
- Added filter billable on issues and time_entries
- Added light version
- Added flat rate for issue
- Added simple REST API
1.0.3 (2022-04-11)
Compatible with Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.0.x.
- Redmine 5.0 compatibility fixes