Last change
on this file since 11290 was
9641,
checked in by spimming, 12 years ago
|
#1888:
- Users now contain ContactInformation
- Fixed formatting in invoice template
- Fixed calculation for next invoice date
- Worked on indentation for invoice fields
|
File size:
1.3 KB
|
Rev | Line | |
---|
[9619] | 1 | OPTIMIZATION LTD.
|
---|
| 2 | Softwarepark 11,
|
---|
| 3 | 4232 Hagenberg/Austria
|
---|
| 4 |
|
---|
| 5 | Email: info@optimization.cloudapp.net
|
---|
| 6 | Web: optimization.cloudapp.net
|
---|
| 7 |
|
---|
| 8 | -------------------------------------------------------------------------------
|
---|
[9641] | 9 | TAX INVOICE #{INVOICE_ID}
|
---|
[9619] | 10 | -------------------------------------------------------------------------------
|
---|
| 11 | To:
|
---|
| 12 | {ORGANIZATION_NAME}
|
---|
| 13 | {FIRSTNAME} {LASTNAME}
|
---|
| 14 | {STREET}
|
---|
| 15 | {POSTAL_CODE} {CITY}
|
---|
| 16 |
|
---|
| 17 | Date: {INVOICE_DATE}
|
---|
| 18 | Order Number: {ORDER_ID}
|
---|
[9641] | 19 | User: {USER_NAME}
|
---|
[9619] | 20 | Payment Terms: {PAYMENT_TERMS}
|
---|
| 21 | Payment Due: {PAYMENT_DUE}
|
---|
| 22 |
|
---|
| 23 | -------------------------------------------------------------------------------
|
---|
| 24 |
|
---|
| 25 | ITEM NAME QUANTITY UNIT PRICE LINE TOTAL
|
---|
| 26 | -------------------------------------------------------------------------------
|
---|
| 27 | #BEGIN {ITEM} {PRODUCT_NAME} {QUANTITY} {PRODUCT_PRICE} {PRODUCT_TOTAL} #END
|
---|
| 28 |
|
---|
[9641] | 29 | -------------------------------------------------------------------------------
|
---|
[9619] | 30 | SUB-TOTAL CHARGES: {INVOICE_SUB_TOTAL}
|
---|
| 31 | TAX: {INVOICE_TAX}
|
---|
| 32 | TOTAL CHARGES: {INVOICE_TOTAL}
|
---|
| 33 | =============================================================================== |
---|
Note: See
TracBrowser
for help on using the repository browser.