Difference between revisions of "Template:Provisioning Module"
From WHMCS Documentation
m |
m |
||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>{{#switch:{{{level|}}}|4 = ===={{{title|Supported Features}}}==== | 3 = ==={{{title|Supported Features}}}=== | 2 = =={{{title|Supported Features}}}==| #default = =={{{title|Supported Features}}}==}} |
− | {{#switch:{{{level|}}}|4 = ===={{{title|Supported Features}}}==== | 3 = ==={{{title|Supported Features}}}=== | 2 = =={{{title|Supported Features}}}==| #default = =={{{title|Supported Features}}}==}} | ||
{| class="wikitable" style="text-align:center;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;width:100%;" | {| class="wikitable" style="text-align:center;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;width:100%;" | ||
|- | |- | ||
Line 27: | Line 26: | ||
|} | |} | ||
{{#if:{{{additional|}}}|In addition to the above, this module also supports the following non-standard functions: {{{additional}}}}} | {{#if:{{{additional|}}}|In addition to the above, this module also supports the following non-standard functions: {{{additional}}}}} | ||
− | {{#if:{{{port|}}}|The following ports should be open for outbound connections from your WHMCS server: '''{{{port}}}'''|}} | + | {{#if:{{{port|}}}|The following ports should be open for outbound connections from your WHMCS server: '''{{{port}}}'''|}}</includeonly><noinclude> |
− | </includeonly><noinclude> | ||
Provisioning Module features grid template, produces something like: | Provisioning Module features grid template, produces something like: | ||
{{Provisioning_Module | {{Provisioning_Module | ||
Line 52: | Line 50: | ||
* changepw | * changepw | ||
* usageupdates | * usageupdates | ||
− | * clientarealink | + | * clientarealink</noinclude> |
− | </noinclude> |
Revision as of 13:44, 9 November 2012
Provisioning Module features grid template, produces something like:
Supported Features
Create | Suspend | Unsuspend | Terminate |
---|---|---|---|
Yes | Yes | Yes | Yes |
Change Package | Change Password | Usage Updates | Client Area Link |
---|---|---|---|
Yes | No | Yes | No |
The following ports should be open for outbound connections from your WHMCS server: 2082 To use:
{{Provisioning_Module | changepackage = yes | usageupdates = yes | port = 2082 }}
As Create, Suspend, Unsuspend and Terminate are assumed basic for all modules, only include these to show not supported.
Full list of options (case sensitive):
- create
- suspend
- unsuspend
- terminate
- changepackage
- changepw
- usageupdates
- clientarealink