View Issue Details

IDProjectCategoryView StatusLast Update
0008696mantisbttime trackingpublic2008-11-19 18:02
Reporterrprouse Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status acknowledgedResolutionopen 
Product Version1.1.0 
Summary0008696: Add Default Cost For Billing
Description

Currently the cost field on the billing page is 0. It would be nice if the cost had a default value.

The easiest solution would be to add a default to the configuration file. This would be for all projects.

The most flexible solution would be to add default cost to projects in the database and use this. This would require a database change, and a change to the project editing page along with the needed translations for the new field.

TagsNo tags attached.

Activities

vboctor

vboctor

2007-12-29 04:19

manager   ~0016518

Why don't we go with a configuration option. This way it can be global, or can be overridden per project, per user, or per user/project combination. How about the following:

The billing rate per hour.

$g_time_tracking_billing_rate_per_hour = 0;

I'm suggesting that we set it to 0 by default.

01

01

2008-11-19 18:02

reporter   ~0019948

hi,
we use version 1.1.2 currently and it seems not be implemented yet. so there is a chance for some more complex setup. ;-)
perhaps it would be good to have an array and be able to chooes different rates - i mean rates that do not depend on project and user but on time, priority or even things that are really outside of mantis...