Form:Invoice: Difference between revisions

From OpenCommons
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "Invoice" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit...")
 
No edit summary
Line 4: Line 4:
if a page with that name already exists, you will be sent to a form to edit that page.
if a page with that name already exists, you will be sent to a form to edit that page.


{{#forminput:form=Invoice}}
{{#forminput:form=Invoice|autocomplete on category=Invoice}}


</noinclude><includeonly>
</noinclude><includeonly>
Line 10: Line 10:
{{{for template|Invoice}}}
{{{for template|Invoice}}}
{| class="formtable"
{| class="formtable"
! Company:
| {{{field|company|autocomplete on category=Company}}}
|-
! Street:  
! Street:  
| {{{field|street}}}
| {{{field|street}}}
|-
! Company:
| {{{field|company}}}
|-
|-
! City:  
! City:  
| {{{field|city}}}
| {{{field|city|autocomplete on category=City}}}
|-
|-
! State:  
! State:  
Line 26: Line 26:
|-
|-
! Country:  
! Country:  
| {{{field|country}}}
| {{{field|country|default=United States}}}
|-
|-
! Type:  
! Type:  
Line 32: Line 32:
|-
|-
! Quantity:  
! Quantity:  
| {{{field|quantity}}}
| {{{field|quantity|default=1}}}
|}
|}
{{{end template}}}
{{{end template}}}

Revision as of 20:37, May 7, 2022

This is the "Invoice" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.