Template:EstimateNew: Difference between revisions
(Created page with "{{Estimate_Head |Client={{{Supimix_Client_Code}}} |Project={{{Supimix_Project_Code}}} |Site={{{Supimix_Site_Code}}} |ClientRef={{{Supimix_Client_Reference}}} |OBSRef={{{Supimix_N...") |
(Added TemplateData) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 27: | Line 27: | ||
|Year={{{Year}}} | |Year={{{Year}}} | ||
|FOC={{{Free_Of_Charge|N}}} | |FOC={{{Free_Of_Charge|N}}} | ||
|FIXEDCOST={{{FIXEDCOST}}} | |||
|NOFOOTER={{{NOFOOTER}}} | |||
|DiscountPerc={{{DiscountPerc|0}}} | |DiscountPerc={{{DiscountPerc|0}}} | ||
|DiscountText={{{DiscountText|Discount}}} | |DiscountText={{{DiscountText|Discount}}} | ||
|System={{{System}}} | |||
}} | }} | ||
<table width="100%"> | <table width="100%"> | ||
<tr><td align="center"><font size="1"> | <tr><td align="center"><font size="1"> | ||
Copyright © | Copyright © Aptean {{{Year}}}.<br /> | ||
This estimate has an expiry date of {{{ExpiryDays|30}}} days from the specified Estimate Date.<br /> | This estimate has an expiry date of {{{ExpiryDays|30}}} days from the specified Estimate Date.<br /> | ||
The information contained herein is supplied without liability for errors or omissions. | The information contained herein is supplied without liability for errors or omissions. | ||
</font></td></tr></table> | </font></td></tr></table> | ||
[[Category:{{{Supimix_Client_Code|TEMPLATE}}} EST]] | [[Category:{{{Supimix_Client_Code|TEMPLATE}}} EST]] | ||
{{#ifeq:{{{System|}}}||| | |||
[[Category:{{{System}}}]] | |||
}} | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Client": { | |||
"label": "Client Code", | |||
"aliases": [ | |||
"1" | |||
], | |||
"description": "The specific internal code identifying the client.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Project": { | |||
"label": "Project Code", | |||
"aliases": [ | |||
"2" | |||
], | |||
"description": "Internal project code identifier.", | |||
"type": "string" | |||
}, | |||
"Site": { | |||
"label": "Site Code", | |||
"aliases": [ | |||
"3" | |||
], | |||
"description": "Identifier for the specific client site.", | |||
"type": "string" | |||
}, | |||
"ClientRef": { | |||
"label": "Client Reference", | |||
"aliases": [ | |||
"4" | |||
], | |||
"description": "The client's own reference string or ID.", | |||
"type": "string" | |||
}, | |||
"OBSRef": { | |||
"label": "Salesforce Reference", | |||
"aliases": [ | |||
"5" | |||
], | |||
"description": "The Salesforce or internal reference number.", | |||
"type": "string" | |||
}, | |||
"Version": { | |||
"label": "Document Version", | |||
"aliases": [ | |||
"6" | |||
], | |||
"description": "The current version of this estimate document.", | |||
"example": "0.01", | |||
"type": "string" | |||
}, | |||
"Author": { | |||
"label": "Author Name", | |||
"aliases": [ | |||
"7" | |||
], | |||
"description": "Name of the person creating the estimate.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"PONum": { | |||
"label": "PO Reference", | |||
"aliases": [ | |||
"8" | |||
], | |||
"description": "Purchase Order reference, if available.", | |||
"type": "string" | |||
}, | |||
"Priority": { | |||
"label": "Priority", | |||
"aliases": [ | |||
"9" | |||
], | |||
"description": "Priority level of the estimate/project.", | |||
"type": "string" | |||
}, | |||
"Date": { | |||
"label": "Date", | |||
"aliases": [ | |||
"10" | |||
], | |||
"description": "Date in DD/MM/YY format.", | |||
"type": "string" | |||
}, | |||
"Customer": { | |||
"label": "Client's Customer", | |||
"aliases": [ | |||
"11" | |||
], | |||
"description": "The end customer of the client, if applicable.", | |||
"type": "string" | |||
}, | |||
"SysVer": { | |||
"label": "System Version", | |||
"aliases": [ | |||
"12" | |||
], | |||
"description": "The software version currently being modified.", | |||
"type": "string" | |||
}, | |||
"ClientRequest": { | |||
"label": "Request Summary", | |||
"aliases": [ | |||
"13" | |||
], | |||
"description": "Brief summary of the initial client request.", | |||
"type": "content" | |||
}, | |||
"Solution": { | |||
"label": "Solution Description", | |||
"aliases": [ | |||
"14" | |||
], | |||
"description": "The proposed technical solution.", | |||
"type": "content" | |||
}, | |||
"REQ": { | |||
"label": "Requirements Effort (Days)", | |||
"aliases": [ | |||
"15" | |||
], | |||
"description": "Days allocated for gathering requirements.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"EST": { | |||
"label": "Estimation Effort (Days)", | |||
"aliases": [ | |||
"16" | |||
], | |||
"description": "Days allocated for the estimation process.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"FS": { | |||
"label": "Functional Spec Effort (Days)", | |||
"aliases": [ | |||
"17" | |||
], | |||
"description": "Days allocated for creating functional specifications.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"TS": { | |||
"label": "Technical Spec Effort (Days)", | |||
"aliases": [ | |||
"18" | |||
], | |||
"description": "Days allocated for creating technical specifications.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"DEV": { | |||
"label": "Development Effort (Days)", | |||
"aliases": [ | |||
"19" | |||
], | |||
"description": "Days allocated for software development.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"ST": { | |||
"label": "Testing/Release Effort (Days)", | |||
"aliases": [ | |||
"20" | |||
], | |||
"description": "Days allocated for testing and release management.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"IMP": { | |||
"label": "Implementation Effort (Days)", | |||
"aliases": [ | |||
"21" | |||
], | |||
"description": "Days allocated for site implementation.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"PM": { | |||
"label": "Project Management Effort (Days)", | |||
"aliases": [ | |||
"22" | |||
], | |||
"description": "Days allocated for project management.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"Year": { | |||
"label": "Fiscal Year", | |||
"aliases": [ | |||
"23" | |||
], | |||
"description": "The year for financial tracking.", | |||
"example": "2025", | |||
"type": "number" | |||
}, | |||
"FOC": { | |||
"label": "FOC Flag", | |||
"aliases": [ | |||
"24" | |||
], | |||
"description": "Is this work free of charge? (Y/N)", | |||
"type": "string", | |||
"default": "N" | |||
}, | |||
"FIXEDCOST": { | |||
"label": "Fixed Cost Flag", | |||
"aliases": [ | |||
"25" | |||
], | |||
"description": "Is this a fixed cost project? (Y/N)", | |||
"type": "string", | |||
"default": "N" | |||
}, | |||
"NOFOOTER": { | |||
"label": "Hide Footer", | |||
"aliases": [ | |||
"26" | |||
], | |||
"description": "Suppress the document footer? (Y/N)", | |||
"type": "string", | |||
"default": "N" | |||
}, | |||
"DiscountPerc": { | |||
"label": "Discount Percentage", | |||
"aliases": [ | |||
"27" | |||
], | |||
"description": "Numerical discount percentage to apply.", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"DiscountText": { | |||
"label": "Discount Reason", | |||
"aliases": [ | |||
"28" | |||
], | |||
"description": "Description or reason for the applied discount.", | |||
"type": "string" | |||
}, | |||
"System": { | |||
"label": "System/Category", | |||
"aliases": [ | |||
"29" | |||
], | |||
"description": "Select the system category for this estimate.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"CTMS", | |||
"EPOD", | |||
"MCS", | |||
"ASSIST", | |||
"TCM", | |||
"VEhub", | |||
"Vision", | |||
"WCS", | |||
"PORTAL", | |||
"WMS", | |||
"Bay Diary", | |||
"TOC" | |||
], | |||
"required": true | |||
} | |||
}, | |||
"description": "Standardized template for generating project estimates, including effort breakdowns, financial flags, and system categories.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
<noinclude> | <noinclude> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 16:20, 27 February 2026
CHANGE REQUEST ESTIMATE |
| Client | {{{Supimix_Client_Code}}} | Project | {{{Supimix_Project_Code}}} | Site | {{{Supimix_Site_Code}}} |
| Client Reference | {{{Supimix_Client_Reference}}} | Aptean Reference | {{{Supimix_Number}}} | Estimate Version | {{{The_version_of_the_document}}} |
| Prepared By | {{{Your_Name}}} | Estimate Date | {{{Date_(DD/MM/YY)}}} | ||
| Invoice Reference | {{{Supimix_PO_Reference}}} | Priority | {{{Supimix_Priority}}} | ||
| Customer | {{{Clients_Customer}}} | System Version | {{{System_Version_being_changed}}} | ||
| Client Request |
| {{{Client_Request}}} |
| Aptean Solution |
| {{{OBS_Solution}}} |
{{EstimateCostDetails{{{Year}}} |REQ={{{Requirements_Days}}} |EST={{{Estimation_Days}}} |FS={{{Functional_Specification_Days}}} |TS={{{Technical_Specification_Days}}} |DEV={{{Development_Days}}} |ST={{{Testing_and_Release_Days}}} |IMP={{{Implementation_Days}}} |PM=X |Client={{{Supimix_Client_Code}}} |Year={{{Year}}} |FOC=N |FIXEDCOST={{{FIXEDCOST}}} |NOFOOTER={{{NOFOOTER}}} |DiscountPerc=0 |DiscountText=Discount |System={{{System}}} }}
|
Copyright © Aptean {{{Year}}}. |
Standardized template for generating project estimates, including effort breakdowns, financial flags, and system categories.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Client Code | Client 1 | The specific internal code identifying the client. | String | required |
| Project Code | Project 2 | Internal project code identifier. | String | optional |
| Site Code | Site 3 | Identifier for the specific client site. | String | optional |
| Client Reference | ClientRef 4 | The client's own reference string or ID. | String | optional |
| Salesforce Reference | OBSRef 5 | The Salesforce or internal reference number. | String | optional |
| Document Version | Version 6 | The current version of this estimate document.
| String | optional |
| Author Name | Author 7 | Name of the person creating the estimate. | String | suggested |
| PO Reference | PONum 8 | Purchase Order reference, if available. | String | optional |
| Priority | Priority 9 | Priority level of the estimate/project. | String | optional |
| Date | Date 10 | Date in DD/MM/YY format. | String | optional |
| Client's Customer | Customer 11 | The end customer of the client, if applicable. | String | optional |
| System Version | SysVer 12 | The software version currently being modified. | String | optional |
| Request Summary | ClientRequest 13 | Brief summary of the initial client request. | Content | optional |
| Solution Description | Solution 14 | The proposed technical solution. | Content | optional |
| Requirements Effort (Days) | REQ 15 | Days allocated for gathering requirements.
| Number | optional |
| Estimation Effort (Days) | EST 16 | Days allocated for the estimation process.
| Number | optional |
| Functional Spec Effort (Days) | FS 17 | Days allocated for creating functional specifications.
| Number | optional |
| Technical Spec Effort (Days) | TS 18 | Days allocated for creating technical specifications.
| Number | optional |
| Development Effort (Days) | DEV 19 | Days allocated for software development.
| Number | optional |
| Testing/Release Effort (Days) | ST 20 | Days allocated for testing and release management.
| Number | optional |
| Implementation Effort (Days) | IMP 21 | Days allocated for site implementation.
| Number | optional |
| Project Management Effort (Days) | PM 22 | Days allocated for project management.
| Number | optional |
| Fiscal Year | Year 23 | The year for financial tracking.
| Number | optional |
| FOC Flag | FOC 24 | Is this work free of charge? (Y/N)
| String | optional |
| Fixed Cost Flag | FIXEDCOST 25 | Is this a fixed cost project? (Y/N)
| String | optional |
| Hide Footer | NOFOOTER 26 | Suppress the document footer? (Y/N)
| String | optional |
| Discount Percentage | DiscountPerc 27 | Numerical discount percentage to apply.
| Number | optional |
| Discount Reason | DiscountText 28 | Description or reason for the applied discount. | String | optional |
| System/Category | System 29 | Select the system category for this estimate.
| String | required |