Template:EstimateCostDetails: Difference between revisions

From Vision
No edit summary
No edit summary
Line 63: Line 63:
<!-- Default charges for 2011 for no client -->
<!-- Default charges for 2011 for no client -->
     {{#vardefine:Message|Unknown costs for client/year ({{{Client|No client}}}/{{{Year|No year}}})}}
     {{#vardefine:Message|Unknown costs for client/year ({{{Client|No client}}}/{{{Year|No year}}})}}
    {{#vardefine:CostREQ|0}}
    {{#vardefine:CostEST|0}}
    {{#vardefine:CostFS|0}}
    {{#vardefine:CostTS|0}}
    {{#vardefine:CostDEV|0}}
    {{#vardefine:CostST|0}}
    {{#vardefine:CostIMP|0}}
}}
}}
}}
}}
Line 76: Line 69:
<!-- Default charges for no matching year -->
<!-- Default charges for no matching year -->
     {{#vardefine:Message|Unknown costs for client/year ({{{Client|No client}}}/{{{Year|No year}}})}}
     {{#vardefine:Message|Unknown costs for client/year ({{{Client|No client}}}/{{{Year|No year}}})}}
    {{#vardefine:CostREQ|0}}
    {{#vardefine:CostEST|0}}
    {{#vardefine:CostFS|0}}
    {{#vardefine:CostTS|0}}
    {{#vardefine:CostDEV|0}}
    {{#vardefine:CostST|0}}
    {{#vardefine:CostIMP|0}}
}}
}}
{{#if: {{#var:Message}} |{{warning|{{#var:Message}}}} |
{{#if: {{#var:Message}} |{{warning|{{#var:Message}}}} |

Revision as of 14:17, 8 June 2011

Usage:

{{EstimateCostDetails
|Client=Client for estimate rates. Required if an estimate section is to be produced.
|Year=Year for estimate rates. Required if an estimate section is to be produced.
|REQ=Requirements Time. Defaults to zero.
|EST=Estimate Time. Defaults to zero.
|FS=Functional Specification Time. Defaults to zero.
|TS=Technical Specification Time. Defaults to zero.
|DEV=Development Time. Defaults to zero.
|ST=Testing Time. Defaults to zero.
|IMP=Implementation Time. Defaults to zero.
|FSEST=Y if this estimate is for production in a functional specification. Omit if no separate estimate and functional specification sections are required. If the values in the estimate differ from the functional specification, use the fields EREQ, EEST, EFS, ETS, EDEV, ESTT, EIMP to identify the Estimate values. If these are omitted, the Functional Specification values in fields REQ, EST, FS, TS, DEV, ST, IMP will be used.
|EREQ=Estimate Requirements Time. Defaults to the value specified in REQ if omitted.
|EEST=Estimate Estimate Time. Defaults to the value specified in EST if omitted.
|EFS=Estimate Functional Specification Time. Defaults to the value specified in FS if omitted.
|ETS=Estimate Technical Specification Time. Defaults to the value specified in TS if omitted.
|EDEV=Estimate Development Time. Defaults to the value specified in DEV if omitted.
|ESTT=Estimate Testing Time. Defaults to the value specified in ST if omitted.
|EIMP=Estimate Implementation Time. Defaults to the value specified in IMP if omitted.
}} </nowiki>


Note Note: If on a separate page Ensure that you include the relevant Category tag at the bottom of the page.

Note Note: Costs should be numeric. If one is not included, it will default to zero (0).

Note: This page should be kept up-to-date with the latest cost changes for all clients, otherwise the costs will default to zero (0)


Warning Warning: Unknown costs for client/year (No client/No year)