Template:EstimateCostDetails: Difference between revisions
No edit summary |
(Added PM rate (line only visible if PM rate is specified)) |
||
Line 13: | Line 13: | ||
|ST=Testing Time. Defaults to zero.<br /> | |ST=Testing Time. Defaults to zero.<br /> | ||
|IMP=Implementation 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 /> | |PM=Project Management Time. If omitted, line is not shown on estimate.<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 and EPM to identify the Estimate values. If these are omitted, the Functional Specification values in fields REQ, EST, FS, TS, DEV, ST, IMP and PM will be used.<br /> | |||
|EREQ=Estimate Requirements Time. Defaults to the value specified in REQ if omitted.<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 /> | |EEST=Estimate Estimate Time. Defaults to the value specified in EST if omitted.<br /> | ||
Line 21: | Line 22: | ||
|ESTT=Estimate Testing Time. Defaults to the value specified in ST 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 /> | |EIMP=Estimate Implementation Time. Defaults to the value specified in IMP if omitted.<br /> | ||
|EPM=Estimate Project Management Time. Defaults to the value specified in PM if omitted.<br /> | |||
}} | }} | ||
</nowiki> | </nowiki> | ||
Line 42: | Line 44: | ||
{{#vardefine:CostST|500}} | {{#vardefine:CostST|500}} | ||
{{#vardefine:CostIMP|500}} | {{#vardefine:CostIMP|500}} | ||
{{#vardefine:CostPM|500}} | |||
| | | | ||
{{#ifeq:{{{Client}}}|DHL| | {{#ifeq:{{{Client}}}|DHL| | ||
Line 51: | Line 54: | ||
{{#vardefine:CostST|500}} | {{#vardefine:CostST|500}} | ||
{{#vardefine:CostIMP|500}} | {{#vardefine:CostIMP|500}} | ||
{{#vardefine:CostPM|500}} | |||
| | | | ||
{{#ifeq:{{{Client}}}|CERT| | {{#ifeq:{{{Client}}}|CERT| | ||
Line 60: | Line 64: | ||
{{#vardefine:CostST|600}} | {{#vardefine:CostST|600}} | ||
{{#vardefine:CostIMP|600}} | {{#vardefine:CostIMP|600}} | ||
{{#vardefine:CostPM|600}} | |||
| | | | ||
{{#ifeq:{{{Client}}}|PACE| | {{#ifeq:{{{Client}}}|PACE| | ||
Line 69: | Line 74: | ||
{{#vardefine:CostST|600}} | {{#vardefine:CostST|600}} | ||
{{#vardefine:CostIMP|600}} | {{#vardefine:CostIMP|600}} | ||
{{#vardefine:CostPM|600}} | |||
| | | | ||
{{#ifeq:{{{Client}}}|ALS| | {{#ifeq:{{{Client}}}|ALS| | ||
Line 78: | Line 84: | ||
{{#vardefine:CostST|650}} | {{#vardefine:CostST|650}} | ||
{{#vardefine:CostIMP|650}} | {{#vardefine:CostIMP|650}} | ||
{{#vardefine:CostPM|650}} | |||
| | | | ||
{{#ifeq:{{{Client}}}|PROD| | {{#ifeq:{{{Client}}}|PROD| | ||
Line 87: | Line 94: | ||
{{#vardefine:CostST|0}} | {{#vardefine:CostST|0}} | ||
{{#vardefine:CostIMP|0}} | {{#vardefine:CostIMP|0}} | ||
{{#vardefine:CostPM|0}} | |||
| | | | ||
<!-- Default charges for 2013 for no client --> | <!-- Default charges for 2013 for no client --> | ||
Line 97: | Line 105: | ||
{{#vardefine:CostST|0}} | {{#vardefine:CostST|0}} | ||
{{#vardefine:CostIMP|0}} | {{#vardefine:CostIMP|0}} | ||
{{#vardefine:CostPM|0}} | |||
}} | }} | ||
}} | }} | ||
Line 291: | Line 300: | ||
<td align="right">£{{#number_format: {{#expr: {{{IMP|0}}}*{{#var:CostIMP}} }}|2 }}</td> | <td align="right">£{{#number_format: {{#expr: {{{IMP|0}}}*{{#var:CostIMP}} }}|2 }}</td> | ||
</tr> | </tr> | ||
{{#ifeq:{{{PM|X}}}|X||<tr> | |||
<td bgcolor="silver">Project Management</td> | |||
{{#ifeq:{{{FSEST}}}|Y|<td bgcolor="silver" align="center">{{#number_format: {{{EPM|{{{PM}}}}}} |2 }}</td>|}} | |||
<td align="center">{{#number_format: {{{PM|0}}} |2 }}</td> | |||
<td bgcolor="silver" align="center">{{#var:CostPM}}</td> | |||
<td align="right">£{{#number_format: {{#expr: {{{PM|0}}}*{{#var:CostPM}} }}|2 }}</td> | |||
</tr>}} | |||
<tr><td colspan={{#ifeq:{{{FSEST}}}|Y|5|4}}> </td></tr> | <tr><td colspan={{#ifeq:{{{FSEST}}}|Y|5|4}}> </td></tr> | ||
<tr> | <tr> |
Revision as of 15:32, 15 May 2013
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.
|PM=Project Management Time. If omitted, line is not shown on estimate.
|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 and EPM to identify the Estimate values. If these are omitted, the Functional Specification values in fields REQ, EST, FS, TS, DEV, ST, IMP and PM 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.
|EPM=Estimate Project Management Time. Defaults to the value specified in PM 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) |
Cost Details | |||
Activity | No. of Days | Rate per Day (£) | Cost (£ Exc. VAT) |
Requirements | 0.00 | £First argument to "number_format" must be a number. | |
Change Request Evaluation | 0.00 | £First argument to "number_format" must be a number. | |
Functional Specification | 0.00 | £First argument to "number_format" must be a number. | |
Technical Specification | 0.00 | £First argument to "number_format" must be a number. | |
Development | 0.00 | £First argument to "number_format" must be a number. | |
Testing and Release | 0.00 | £First argument to "number_format" must be a number. | |
Implementation | 0.00 | £First argument to "number_format" must be a number. | |
TOTAL | 0.00 | £First argument to "number_format" must be a number. |
Estimate excludes training, release to live and go live support. |