Template:EstimateCostDetails: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Usage: | |||
< | |||
{{EstimateCostDetails | <nowiki> | ||
|REQ=Requirements | {{EstimateCostDetails</nowiki><br /> | ||
|EST= | |Client=Client for estimate rates. Required if an estimate section is to be produced.<br /> | ||
|FS=Functional Specification | |Year=Year for estimate rates. Required if an estimate section is to be produced.<br /> | ||
|TS=Technical Specification | |REQ=Requirements Time. Defaults to zero.<br /> | ||
|DEV=Development | |EST=Estimate Time. Defaults to zero.<br /> | ||
|ST=Testing | |FS=Functional Specification Time. Defaults to zero.<br /> | ||
|IMP=Implementation | |TS=Technical Specification Time. Defaults to zero.<br /> | ||
| | |DEV=Development Time. Defaults to zero.<br /> | ||
| | |ST=Testing Time. Defaults to zero.<br /> | ||
|IMP=Implementation Time. Defaults to zero.<br /> | |||
|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.<br /> | |||
|EREQ=Estimate Requirements Time. Defaults to the value specified in REQ if omitted.<br /> | |||
|EEST=Estimate Estimate Time. Defaults to the value specified in EST if omitted.<br /> | |||
|EFS=Estimate Functional Specification Time. Defaults to the value specified in FS if omitted.<br /> | |||
|ETS=Estimate Technical Specification Time. Defaults to the value specified in TS if omitted.<br /> | |||
|EDEV=Estimate Development Time. Defaults to the value specified in DEV if omitted.<br /> | |||
|ESTT=Estimate Testing Time. Defaults to the value specified in ST if omitted.<br /> | |||
|EIMP=Estimate Implementation Time. Defaults to the value specified in IMP if omitted.<br /> | |||
}} | }} | ||
</ | </nowiki> | ||
{{note}} If on a separate page Ensure that you include the relevant Category tag at the bottom of the page. | {{note}} If on a separate page Ensure that you include the relevant Category tag at the bottom of the page. | ||
Line 50: | Line 62: | ||
| | | | ||
<!-- 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:CostREQ|0}} | {{#vardefine:CostREQ|0}} | ||
{{#vardefine:CostEST|0}} | {{#vardefine:CostEST|0}} | ||
Line 62: | Line 75: | ||
| | | | ||
<!-- Default charges for no matching year --> | <!-- Default charges for no matching year --> | ||
{{#vardefine:CostREQ| | {{#vardefine:Message|Unknown costs for client/year ({{{Client|No client}}}/{{{Year|No year}}})}} | ||
{{#vardefine:CostEST| | {{#vardefine:CostREQ|0}} | ||
{{#vardefine:CostFS| | {{#vardefine:CostEST|0}} | ||
{{#vardefine:CostTS| | {{#vardefine:CostFS|0}} | ||
{{#vardefine:CostDEV| | {{#vardefine:CostTS|0}} | ||
{{#vardefine:CostST| | {{#vardefine:CostDEV|0}} | ||
{{#vardefine:CostIMP| | {{#vardefine:CostST|0}} | ||
{{#vardefine:CostIMP|0}} | |||
}} | }} | ||
{{#if: {{#var:Message}} |{{warning|{{#var:Message}}}} | | |||
<table border="1px" width="100%"> | <table border="1px" width="100%"> | ||
<tr><td bgcolor="silver" colspan={{#ifeq:{{{FSEST}}}|Y|5|4}}>'''Cost Details'''</td></tr> | <tr><td bgcolor="silver" colspan={{#ifeq:{{{FSEST}}}|Y|5|4}}>'''Cost Details'''</td></tr> | ||
Line 138: | Line 154: | ||
</table> | </table> | ||
<table width="100%"><tr><td align="center">'''Estimate excludes training, release to live and go live support.'''</td></tr></table> | <table width="100%"><tr><td align="center">'''Estimate excludes training, release to live and go live support.'''</td></tr></table> | ||
}} | |||
<noinclude> | <noinclude> | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 15:49, 7 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: If on a separate page Ensure that you include the relevant Category tag at the bottom of the page.
Note: Costs should be numeric. If one is not included, it will default to zero (0).
![]() | Unknown costs for client/year (No client/No year) |