Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/13 11:39:31 (11 years ago)
Author:
spimming
Message:

#1888:

  • Users now contain ContactInformation
  • Fixed formatting in invoice template
  • Fixed calculation for next invoice date
  • Worked on indentation for invoice fields
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Billing/BillingEngine/InvoiceTemplate.txt

    r9619 r9641  
    77
    88-------------------------------------------------------------------------------
    9                           TAX INVOICE #{INVOICE_ID}
     9                             TAX INVOICE #{INVOICE_ID}
    1010-------------------------------------------------------------------------------
    1111To:
     
    1717Date:          {INVOICE_DATE}
    1818Order Number:  {ORDER_ID}
     19User:          {USER_NAME}
    1920Payment Terms: {PAYMENT_TERMS}
    2021Payment Due:   {PAYMENT_DUE}
     
    2627#BEGIN {ITEM} {PRODUCT_NAME} {QUANTITY} {PRODUCT_PRICE} {PRODUCT_TOTAL} #END
    2728
    28 **---------------------------------------------------------------------------**
     29-------------------------------------------------------------------------------
    2930SUB-TOTAL CHARGES:                                          {INVOICE_SUB_TOTAL}
    3031TAX:                                                              {INVOICE_TAX}
Note: See TracChangeset for help on using the changeset viewer.