From 79d0f9b58bde08d3bc16ff143e2d1adba7b83e17 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 9 Jun 2015 14:43:40 -0700 Subject: added support for budgeted cost field, in addition to the budgeted hours field. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8d0e4a3..d62979a 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,17 @@ Configuration: Custom fields: * Issues - * "Hour Budget": an integer field for 'deliverable' issues. - * "Price": an string field for 'deliverable' issues - (used to override the money amount displayed, if present). + * "Budgeted Hours": an integer field for 'deliverable' issues (hours). + If set, then a warning will be shown if the total hours is less. + * "Budgeted Cost": an text field for 'deliverable' issues (e.g. "$1000"). + If set, then a warning will be shown if the total cost is less + (and "Budgeted Hours" is empty). + * "Fixed Cost": a text field for 'deliverable' issues. Fixed price for + deliverable, irrespective of labor (e.g. ignores the "Budgeted" fields). * Versions * "Header URL": an string field for target versions. If present, the image will be added to the report at the top. - * "Summary": a text field for Textile formatted summary + * "Summary": a long text field for Textile formatted summary to appear at the top of a report ('description' is used for the heading). * "Rate": a text field for the hourly rate, including currency ("$50"). -- cgit v1.2.3