Last change
on this file since 9619 was
9619,
checked in by spimming, 10 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
|
Line | |
---|
1 | OPTIMIZATION LTD.
|
---|
2 | Softwarepark 11,
|
---|
3 | 4232 Hagenberg/Austria
|
---|
4 |
|
---|
5 | Email: info@optimization.cloudapp.net
|
---|
6 | Web: optimization.cloudapp.net
|
---|
7 |
|
---|
8 | -------------------------------------------------------------------------------
|
---|
9 | TAX INVOICE #{INVOICE_ID}
|
---|
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}
|
---|
19 | Payment Terms: {PAYMENT_TERMS}
|
---|
20 | Payment Due: {PAYMENT_DUE}
|
---|
21 |
|
---|
22 | -------------------------------------------------------------------------------
|
---|
23 |
|
---|
24 | ITEM NAME QUANTITY UNIT PRICE LINE TOTAL
|
---|
25 | -------------------------------------------------------------------------------
|
---|
26 | #BEGIN {ITEM} {PRODUCT_NAME} {QUANTITY} {PRODUCT_PRICE} {PRODUCT_TOTAL} #END
|
---|
27 |
|
---|
28 | **---------------------------------------------------------------------------**
|
---|
29 | SUB-TOTAL CHARGES: {INVOICE_SUB_TOTAL}
|
---|
30 | TAX: {INVOICE_TAX}
|
---|
31 | TOTAL CHARGES: {INVOICE_TOTAL}
|
---|
32 | =============================================================================== |
---|
Note: See
TracBrowser
for help on using the repository browser.