This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
COPYRIGHT.txt | Wed Jun 11 09:18:08 -0700 2008 | |
| |
CREDITS.txt | Mon Apr 27 15:35:46 -0700 2009 | |
| |
GPL.txt | Mon Feb 09 10:05:18 -0800 2009 | |
| |
README.rdoc | Mon Apr 27 15:34:49 -0700 2009 | |
| |
Rakefile | Mon Apr 27 15:40:35 -0700 2009 | |
| |
app/ | Mon Apr 27 15:13:11 -0700 2009 | |
| |
assets/ | Mon Apr 27 15:13:11 -0700 2009 | |
| |
config/ | Mon Apr 27 15:07:30 -0700 2009 | |
| |
db/ | Mon Jan 26 12:05:19 -0800 2009 | |
| |
init.rb | Mon Apr 27 15:31:29 -0700 2009 | |
| |
lang/ | Mon Apr 27 15:07:30 -0700 2009 | |
| |
lib/ | Fri Apr 10 08:49:12 -0700 2009 | |
| |
spec/ | Wed Jan 21 16:27:39 -0800 2009 |
Budget Plugin
Budget is a plugin to manage the set of deliverables for each project, automatically calculating key performance indicators.
Features
- Add new deliverable to a project - Fixed bid or Time Based
- New issues appended using JavaScript to the top of the deliverables list
- Clearing the New Deliverable form after a successful save using JavaScript
- Listing of deliverables on a project
- Column sorting by: ID, Score, Subject, Budget, Spent, Due date, Progress
- JavaScript drop down panel for each deliverable displaying
- Deliverable details
- Link to edit the deliverable
- Link to see the issues assigned to the deliverable, using a issue filter
- Mass assignment of all issues on a specific version to a deliverable
- Button to Delete the deliverable
- Edit a deliverable on a project
- Automatic calculations for deliverables based on the existing Redmine issue and timelog data
- Calculations for the whole project, based on the deliverables
- Flexible role based permissions using Redmine’s permissions and roles
system
- (none) - Can assign issues to a deliverable and filter on them.
- View - Can see the Budget tab and specific deliverable data: name, dates, progress, total budget
- Manage - Can do everything
- Company defaults for:
- Non billable overhead - in dollars or as a %
- Materials - in dollars or as a %
- Deliverable profit - in dollars or as a %
- Ability to add the Deliverable column to the Main Issues list, including sorting and filtering by Deliverable name
- Adding the billable rate to project members on a per project basis
Getting the plugin
A copy of the plugin can be found in the downloads at Little Stream Software and also on GitHub.
Install
- Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to Make sure you install the plugin to +vendor/plugins/budget_plugin+.
- The Rate plugin is required also, install it from Little Stream Software
- Run the plugin migrations +rake db:migrate_plugins+
- Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
- Login to your Redmine install as an Administrator
- Enable the permissions for your Roles
- Setup your companies defaults in the Plugins’ configuration panel
- Add the "Budget module" to the enabled modules for the projects you want to manage
- The link to the plugin should appear on that project’s navigation
Usage
Adding deliverables
- Use the "New Deliverable" link on sidebar of the Budget page to add a new deliverable
- The deliverable can be a Fixed Bid or an Hourly deliverable. The type can be changed later.
- Saving the deliverable will add it to the Deliverable list.
Viewing deliverables
- Clicking the pencil icon will drop down the deliverable details, with summary and calculations about the deliverable.
- Links on the left can be used to edit or delete a deliverable and well as view the issue list for the deliverable.
Assignment of an issue to a deliverable
Edit an issue and select the deliverable from the dropdown
Bulk assignment of issues to a deliverable
- Select multiple issues on the issue list
- Right click and select the edit option
- Select the deliverable from the dropdown and save
Bulk Assignment of issues by Version
Issues can be bulk assigned to a deliverable based on a Version.
- Expand the Deliverable to view it
- Select the Version in the drop down box
- Click the Bulk Assign button
- All issues for that version will now be assigned to that Deliverable
License
This plugin is licensed under the GNU GPL v2. See LICENSE.txt and GPL.txt for details.
Project help
If you need help you can contact the maintainer on the bug tracker at projects.littlestreamsoftware.com/projects/redmine-budget











