Template:EstimateCostDetails: Difference between revisions
No edit summary |
m (1 revision) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 33: | Line 33: | ||
</noinclude> | </noinclude> | ||
{{#ifeq:{{{Year}}}|2012| | |||
{{#ifeq:{{{Client}}}|EXL| | |||
{{#vardefine:CostREQ|525}} | |||
{{#vardefine:CostEST|525}} | |||
{{#vardefine:CostFS|525}} | |||
{{#vardefine:CostTS|525}} | |||
{{#vardefine:CostDEV|500}} | |||
{{#vardefine:CostST|500}} | |||
{{#vardefine:CostIMP|500}} | |||
| | |||
{{#ifeq:{{{Client}}}|DHL| | |||
{{#vardefine:CostREQ|525}} | |||
{{#vardefine:CostEST|525}} | |||
{{#vardefine:CostFS|525}} | |||
{{#vardefine:CostTS|525}} | |||
{{#vardefine:CostDEV|500}} | |||
{{#vardefine:CostST|500}} | |||
{{#vardefine:CostIMP|500}} | |||
| | |||
{{#ifeq:{{{Client}}}|CERT| | |||
{{#vardefine:CostREQ|600}} | |||
{{#vardefine:CostEST|600}} | |||
{{#vardefine:CostFS|600}} | |||
{{#vardefine:CostTS|600}} | |||
{{#vardefine:CostDEV|600}} | |||
{{#vardefine:CostST|600}} | |||
{{#vardefine:CostIMP|600}} | |||
| | |||
{{#ifeq:{{{Client}}}|PACE| | |||
{{#vardefine:CostREQ|600}} | |||
{{#vardefine:CostEST|600}} | |||
{{#vardefine:CostFS|600}} | |||
{{#vardefine:CostTS|600}} | |||
{{#vardefine:CostDEV|600}} | |||
{{#vardefine:CostST|600}} | |||
{{#vardefine:CostIMP|600}} | |||
| | |||
{{#ifeq:{{{Client}}}|PROD| | |||
{{#vardefine:CostREQ|0}} | |||
{{#vardefine:CostEST|0}} | |||
{{#vardefine:CostFS|0}} | |||
{{#vardefine:CostTS|0}} | |||
{{#vardefine:CostDEV|0}} | |||
{{#vardefine:CostST|0}} | |||
{{#vardefine:CostIMP|0}} | |||
| | |||
<!-- Default charges for 2012 for no client --> | |||
{{#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}} | |||
}} | |||
}} | |||
}} | |||
}} | |||
}} | |||
| | |||
<!-- Default charges for no matching year --> | |||
{{#vardefine:Message|Unknown costs for client/year ({{{Client|No client}}}/{{{Year|No year}}})}} | |||
}} | |||
{{#ifeq:{{{Year}}}|2011| | {{#ifeq:{{{Year}}}|2011| | ||
{{#ifeq:{{{Client}}}|EXL| | {{#ifeq:{{{Client}}}|EXL| | ||
Line 61: | Line 127: | ||
{{#vardefine:CostIMP|600}} | {{#vardefine:CostIMP|600}} | ||
| | | | ||
{{#ifeq:{{{Client}}}|PACE| | |||
{{#vardefine: | {{#vardefine:CostREQ|600}} | ||
{{#vardefine:CostEST|600}} | |||
{{#vardefine:CostFS|600}} | |||
{{#vardefine:CostTS|600}} | |||
{{#vardefine:CostDEV|600}} | |||
{{#vardefine:CostST|600}} | |||
{{#vardefine:CostIMP|600}} | |||
| | |||
{{#ifeq:{{{Client}}}|PROD| | |||
{{#vardefine:CostREQ|0}} | {{#vardefine:CostREQ|0}} | ||
{{#vardefine:CostEST|0}} | {{#vardefine:CostEST|0}} | ||
Line 70: | Line 144: | ||
{{#vardefine:CostST|0}} | {{#vardefine:CostST|0}} | ||
{{#vardefine:CostIMP|0}} | {{#vardefine:CostIMP|0}} | ||
| | | | ||
<!-- Default charges for no | <!-- 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:CostREQ|0}} | ||
Line 84: | Line 155: | ||
{{#vardefine:CostIMP|0}} | {{#vardefine:CostIMP|0}} | ||
}} | }} | ||
{{#if: {{#var:Message}} |{{warning|{{#var:Message}}}} | | }} | ||
}} | |||
}} | |||
}} | |||
| | |||
<!-- Default charges for no matching year --> | |||
{{#vardefine:Message|Unknown costs for client/year ({{{Client|No client}}}/{{{Year|No year}}})}} | |||
}} | |||
{{#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 153: | Line 232: | ||
</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> |
Latest revision as of 12:20, 23 December 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) |
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. |