Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9619 was 9619, checked in by spimming, 11 years ago

#1888:

  • Added new BillingService methods
  • Disabled proxy generation and lazy loading!
  • Extended see method with additional test data
  • Added properties to order and invoice model
  • initial commit of BillingEngine module
File size: 1.3 KB
RevLine 
[9619]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}
19Payment Terms: {PAYMENT_TERMS}
20Payment Due:   {PAYMENT_DUE}
21
22-------------------------------------------------------------------------------
23
24ITEM  NAME                                    QUANTITY  UNIT PRICE  LINE TOTAL
25-------------------------------------------------------------------------------
26#BEGIN {ITEM} {PRODUCT_NAME} {QUANTITY} {PRODUCT_PRICE} {PRODUCT_TOTAL} #END
27
28**---------------------------------------------------------------------------**
29SUB-TOTAL CHARGES:                                          {INVOICE_SUB_TOTAL}
30TAX:                                                              {INVOICE_TAX}
31TOTAL CHARGES:                                                  {INVOICE_TOTAL}
32===============================================================================
Note: See TracBrowser for help on using the repository browser.