Template:Invoice: Difference between revisions

From OpenCommons
Jump to navigation Jump to search
(Created page with "<div class="mainpage_box"> 200px|right {| |OpenCommons |- |2004 NW Irvine Street, Unit 3 |- |Portland OR 97209 |} <div style='text-align: rig...")
 
No edit summary
Line 1: Line 1:
<div class="mainpage_box">
<noinclude>
This is the "Person" template.
It should be called in the following format:
<pre>
{{invoice
| company      = Company of the member company
| address      = Street of the member company
| state        = State of the member company
| zip          = Zip of the member company
| country      = Country of the member company
| type          = Type of membership
| quantity      = Quantity of membership
}}
</pre>
Edit the page to see the template text.
</noinclude>
<includeonly><div class="mainpage_box">
[[File:OpenCommons600x200.jpg|200px|right]]
[[File:OpenCommons600x200.jpg|200px|right]]
{|
{|
Line 15: Line 31:
|INVOICE No.
|INVOICE No.
|-
|-
|{{#time:j/m/y}}
|[[Has date::{{#time:j/m/y}}]]
|10245
|[[Has invoice::{{#ask: [[Category:Invoice]] |sort=Number |order=decending |limit=1 |format=plainlist }}+1]]
|}
|}


Line 25: Line 41:
|BILL TO
|BILL TO
|-style="height:150px;vertical-align:top;"
|-style="height:150px;vertical-align:top;"
|style="width: 70%"|Urban Systems Inc</br>2004 NW Irving St, Unit 3</br>Portland, OR 97209
|style="width: 70%"|Urban Systems Inc</br>{{{Has street}}}</br>{{{Has city}}, {{{Has state}}} {{{zip}}}</br>{{{country}}}
|}
|}


Line 37: Line 53:
|style="width: 100px"|AMOUNT
|style="width: 100px"|AMOUNT
|- style="height:300px;vertical-align:top;"  
|- style="height:300px;vertical-align:top;"  
|Opencommons 2022 Membership
|{{{type}}}
|style='text-align: right;'|1
|style='text-align: right;'|1
|style='text-align: right;'|$500
|style='text-align: right;'|$500
Line 49: Line 65:
|}
|}
</div>
</div>
[[Category:Invoice]]
</includeonly>

Revision as of 05:48, May 3, 2022

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

{{invoice
| company       = Company of the member company
| address       = Street of the member company
| state         = State of the member company
| zip           = Zip of the member company
| country       = Country of the member company
| type          = Type of membership
| quantity      = Quantity of membership
}}

Edit the page to see the template text.