summaryrefslogtreecommitdiff
path: root/init.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-06-09 14:43:40 -0700
committerelijah <elijah@riseup.net>2015-06-09 14:43:40 -0700
commit79d0f9b58bde08d3bc16ff143e2d1adba7b83e17 (patch)
treebb65466bebb99d4cdd968d81a32df76636fe4be5 /init.rb
parent7133631f32cb7d179cac65fb4a94a7dec44c9246 (diff)
added support for budgeted cost field, in addition to the budgeted hours field.
Diffstat (limited to 'init.rb')
-rw-r--r--init.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.rb b/init.rb
index 7b38d51..1e3bcdb 100644
--- a/init.rb
+++ b/init.rb
@@ -4,8 +4,9 @@ require_dependency 'version_report/hooks'
# The name of custom fields
#
REPORT_CUSTOM_FIELDS = {
- :hours => 'Hour Budget',
- :price => 'Price',
+ :hours => 'Budgeted Hours',
+ :money => 'Budgeted Cost',
+ :price => 'Fixed Cost',
:header => 'Header URL',
:summary => 'Summary',
:rate => 'Rate'