b042aa0850cbe996fee6faf9c32442a9ef1412d0
[fa-stable.git] / reporting / includes / doctext2.inc
1 <?php
2 if (isset($header2type))
3 {
4         $doc_Cust_no = "Cust no";
5         $doc_Date = "Date";
6         $doc_Charge_To = "Charge To";
7         $doc_Delivered_To = "Delivered To";
8         $doc_Shipping_Company = "Shipping Company";
9         if ($doctype == 9)
10                 $doc_Due_Date = "Delivery Date";
11         else    
12                 $doc_Due_Date = "Due Date";
13         $doc_Your_Ref = "Your Ref";
14         $doc_Our_Ref = "Our Ref.";
15         $doc_Your_VAT_no = "Your VAT No.";
16         $doc_Our_VAT_no = "Our VAT No.";
17         $doc_Payment_Terms = "Payment Terms";
18         $doc_Our_Order_No = "Our Order No";
19         $doc_Domicile = "Domicile";
20         $doc_Please_Quote = "Please quote Invoice no. when paying. All amounts stated in";
21         $doc_Address = "Address";
22         $doc_Phone_Fax_Email = "Phone/Fax/Email";
23         $doc_Bank = "Bank";
24         $doc_Bank_Account = "Bank Account";
25         if ($doctype == 8 || $doctype == 9 || $doctype == 10 || $doctype == 11)
26         {
27                 if ($doctype == 8)
28                         $this->title = "PURCHASE ORDER";
29                 else if ($doctype == 9)
30                         $this->title = "SALES ORDER";
31                 else if ($doctype == 10)
32                         $this->title = "INVOICE";
33                 else
34                         $this->title = "CREDIT NOTE";
35                 if ($doctype == 8)      
36                         $this->headers = array('Item Code', 'Item Description', 'Delivery Date', 
37                                 'Quantity', 'Unit',     'Price', 'Total');      
38                 else            
39                         $this->headers = array('Item Code', 'Item Description', 'Quantity', 'Unit',
40                                 'Price', 'Discount %', 'Total');        
41         }               
42         else if ($doctype == 12)
43         {
44                 $this->title = "STATEMENT";
45                 $this->headers = array('Trans Type', '#', 'Date', 'Due Date', 'Charges',
46                         'Credits', 'Allocated', 'Outstanding');
47         }               
48 }
49 if (isset($emailtype))
50 {
51         $doc_Dear_Sirs = "Dear Sirs";
52         $doc_AttachedFile = "Attached you will find ";
53         $doc_Kindest_regards = "Kindest regards";
54 }
55 if (isset($header2type) || isset($linetype))
56 {
57         $doc_Invoice_no = "Invoice No.";
58         $doc_Order_no = "Order no.";
59 }       
60 if (isset($linetype))
61 {
62         if ($doctype == 8 || $doctype == 9 || $doctype == 10 || $doctype == 11)
63         {
64                 $doc_Sub_total = "Sub-total";
65                 $doc_Shipping = "Shipping";
66                 $doc_Included = "Included";
67                 $doc_Amount = "amount";
68                 $doc_TOTAL_INVOICE = "TOTAL INVOICE";
69                 $doc_TOTAL_ORDER = "TOTAL ORDER EX VAT";
70                 $doc_TOTAL_PO = "TOTAL PO EX VAT";
71         }
72         else if ($doctype == 12)
73         {
74                 $doc_Outstanding = "Outstanding Transactions";
75                 $doc_Current = "Current";
76                 $doc_Total_Balance = "Total Balance";
77                 $doc_Statement = "Statement";
78                 $doc_as_of = "as of";
79                 $doc_Days = "Days";
80                 $doc_Over = "Over";
81         }       
82 }
83 ?>