Template:OrderDetails: Difference between revisions

From CTLTMS
(Updated from version 1.00.13)
(Added TemplateData)
 
(2 intermediate revisions by the same user not shown)
Line 412: Line 412:
== Finance section ==
== Finance section ==
This sections shows a summary of the revenue, cost and margin for the order.
This sections shows a summary of the revenue, cost and margin for the order.
{{#ifeq: {{{Type|}}}|Template|
{{#ifeq: {{{Type|}}}|Template|
|
|
This section also allows you to maintain additional order charges associated to the order, which will generate revenue to the order.
This section also allows you to maintain additional order charges associated to the order, which will generate revenue to the order.


Line 443: Line 443:
* ''Load'' - the location at which the order is loaded.
* ''Load'' - the location at which the order is loaded.
* ''Unload'' - the location at which the order is unloaded.
* ''Unload'' - the location at which the order is unloaded.
}}


}}


{{NotesSection}}
{{NotesSection}}
Line 469: Line 469:


</includeonly><noinclude>
</includeonly><noinclude>
 
[[Category:Templates]]<templatedata>
Usage:
{
 
"params": {
<nowiki>{{OrderDetails}}</nowiki>
"Type": {
 
"aliases": [
<nowiki>{{OrderDetails|Template}}</nowiki>
"1"
 
],
<nowiki>{{OrderDetails|Enquiry}}</nowiki>
"label": "Screen Type",
 
"description": "What screen type is this being used for: Template, Enquiry or normal (blank)",
[[Category:Templates]]</noinclude>
"type": "string",
"suggestedvalues": [
"Template",
"Enquiry"
]
}
},
"description": "Used for Order Details screens. As the screen is identical for Order Template, Order Enquiry and Orders, this template allows the use for all. \n\nUsage:\n\n* {{OrderDetails}} - for the standard orders screen\n* {{OrderDetails|Template}} - for the Order Template screen\n* {{OrderDetails|Enquiry}} - for the Order Enquiry screen"
}
</templatedata></noinclude>

Latest revision as of 11:49, 22 August 2025

Used for Order Details screens. As the screen is identical for Order Template, Order Enquiry and Orders, this template allows the use for all. Usage:

  • {{OrderDetails}} - for the standard orders screen
  • {{OrderDetails|Template}} - for the Order Template screen
  • {{OrderDetails|Enquiry}} - for the Order Enquiry screen

Template parameters

ParameterDescriptionTypeStatus
Screen TypeType 1

What screen type is this being used for: Template, Enquiry or normal (blank)

Suggested values
Template Enquiry
Stringoptional