Template:Show invoice: Difference between revisions

From OpenCommons
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "Person" template. It should be called in the following format: <pre> {{Show invoice |number=Invoice Number |date=Date issued |type=Type of membership...")
 
No edit summary
Line 36: Line 36:
|style="width: 100px; text-align: center"|INVOICE No.
|style="width: 100px; text-align: center"|INVOICE No.
|-
|-
|style="text-align: right"|{{{date}}}
|style="text-align: right"|{{{date}}}{{#set: Has date={{{date}}} }}
|style="text-align: right"|{{{number}}}
|style="text-align: right"|{{{number}}}{{#set: Has number={{{number}}} }}
|}
|}


Line 46: Line 46:
|BILL TO
|BILL TO
|-style="height:150px;vertical-align:top;"
|-style="height:150px;vertical-align:top;"
|style="width: 70%"|Attn: {{{member}}}</br>{{{company}}}</br>{{{street}}}</br>{{{city}}}, {{{state}}} {{{zip}}}</br>{{{country}}}
|style="width: 70%"|Attn: {{{member}}}</br>{{{company}}}</br>{{{street}}}</br>{{{city}}}, {{{state}}} {{{zip}}}</br>{{{country}}}{{#set: Has company={{{company}}} }}
|}
|}



Revision as of 03:34, May 12, 2022

This is the "Person" template. It should be called in the following format:

{{Show invoice
|number=Invoice Number
|date=Date issued
|type=Type of membership
|quantity=Quantity of memberships
|member=Member making the request
|company=Member company
|street=Street address
|city=City
|state=State
|zip=ZIP Code
|country=Country
|payment=The amount paid per unit
}}

Edit the page to see the template text.