Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Billing/BillingEngine/InvoiceTemplate.txt @ 9641

Last change on this file since 9641 was 9641, checked in by spimming, 11 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
Line 
1OPTIMIZATION LTD.
2Softwarepark 11,
34232 Hagenberg/Austria
4
5Email: info@optimization.cloudapp.net
6Web:   optimization.cloudapp.net
7
8-------------------------------------------------------------------------------
9                             TAX INVOICE #{INVOICE_ID}
10-------------------------------------------------------------------------------
11To:
12{ORGANIZATION_NAME}
13{FIRSTNAME} {LASTNAME}
14{STREET}
15{POSTAL_CODE} {CITY}
16
17Date:          {INVOICE_DATE}
18Order Number:  {ORDER_ID}
19User:          {USER_NAME}
20Payment Terms: {PAYMENT_TERMS}
21Payment Due:   {PAYMENT_DUE}
22
23-------------------------------------------------------------------------------
24
25ITEM  NAME                                    QUANTITY  UNIT PRICE  LINE TOTAL
26-------------------------------------------------------------------------------
27#BEGIN {ITEM} {PRODUCT_NAME} {QUANTITY} {PRODUCT_PRICE} {PRODUCT_TOTAL} #END
28
29-------------------------------------------------------------------------------
30SUB-TOTAL CHARGES:                                          {INVOICE_SUB_TOTAL}
31TAX:                                                              {INVOICE_TAX}
32TOTAL CHARGES:                                                  {INVOICE_TOTAL}
33===============================================================================
Note: See TracBrowser for help on using the repository browser.