[0000150] Logo on printed papers is placed on top of the adress rule nr 1
[fa-stable.git] / reporting / includes / header2.inc
1 <?php
2 /**********************************************************************
3     Copyright (C) FrontAccounting, LLC.
4         Released under the terms of the GNU General Public License, GPL, 
5         as published by the Free Software Foundation, either version 3 
6         of the License, or (at your option) any later version.
7     This program is distributed in the hope that it will be useful,
8     but WITHOUT ANY WARRANTY; without even the implied warranty of
9     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
10     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
11 ***********************************************************************/
12                 // New version (without vertical lines)
13
14                 $this->row = $this->pageHeight - $this->topMargin;
15
16                 $upper = $this->row - 2 * $this->lineHeight;
17                 $lower = $this->bottomMargin + 6 * $this->lineHeight;
18                 $iline1 = $upper - 7 * $this->lineHeight;
19                 $iline2 = $iline1 - 8 * $this->lineHeight;
20                 $iline3 = $iline2 - 1.5 * $this->lineHeight;
21                 $iline4 = $iline3 - 1.5 * $this->lineHeight;
22                 $iline5 = $iline4 - 3 * $this->lineHeight;
23                 $iline6 = $iline5 - 1.5 * $this->lineHeight;
24                 $iline7 = $lower;
25                 $right = $this->pageWidth - $this->rightMargin;
26                 $width = ($right - $this->leftMargin) / 6;
27                 $icol = $this->pageWidth / 2;
28                 $ccol = $this->cols[0] + 4;
29                 $c2col = $ccol + 60;
30                 $ccol2 = $icol / 2;
31                 $mcol = $icol + 8;
32                 $mcol2 = $this->pageWidth - $ccol2;
33                 $cols = count($this->cols);
34                 $this->SetDrawColor(205, 205, 205);
35                 $this->Line($iline1, 3);
36                 $this->SetDrawColor(128, 128, 128);
37                 $this->Line($iline1);
38                 $this->rectangle($this->leftMargin, $iline2, $right - $this->leftMargin, $iline2 - $iline3, "F", null, array(222, 231, 236));   
39                 $this->Line($iline2);
40                 $this->Line($iline3);
41                 $this->Line($iline4);
42                 $this->rectangle($this->leftMargin, $iline5, $right - $this->leftMargin, $iline5 - $iline6, "F", null, array(222, 231, 236));   
43                 $this->Line($iline5);
44                 $this->Line($iline6);
45                 $this->Line($iline7);
46                 $this->LineTo($this->leftMargin, $iline2 ,$this->leftMargin, $iline4);
47                 $col = $this->leftMargin;
48                 for ($i = 0; $i < 5; $i++)
49                 {
50                         $this->LineTo($col += $width, $iline2,$col, $iline4);
51                 }       
52                 $this->LineTo($right, $iline2 ,$right, $iline4);
53                 $this->LineTo($this->leftMargin, $iline5 ,$this->leftMargin, $iline7);
54                 $this->LineTo($this->cols[$cols - 2] + 4, $iline5 ,$this->cols[$cols - 2] + 4, $iline7);
55                 $this->LineTo($right, $iline5 ,$right, $iline7);
56
57                 $this->NewLine();
58                 if ($this->company['coy_logo'] != '')
59                 {
60                         $logo = $comp_path .'/'. user_company() . "/images/" . $this->company['coy_logo'];
61                         $this->AddImage($logo, $ccol, $this->row, 0, 40);
62                 }
63                 else
64                 {
65                         $this->fontSize += 4;
66                         $this->Font('bold');
67                         $this->Text($ccol, $this->company['coy_name'], $icol);
68                         $this->Font();
69                         $this->fontSize -= 4;
70                 }
71                 $this->SetTextColor(190, 190, 190);
72                 $this->fontSize += 10;
73                 $this->Font('bold');
74                 $this->TextWrap($mcol, $this->row, $this->pageWidth - $this->rightMargin - $mcol - 20, $this->title, 'right');
75                 $this->Font();
76                 $this->fontSize -= 10;
77                 $this->NewLine();
78                 $this->SetTextColor(0, 0, 0);
79                 $adrline = $this->row;
80                 $this->TextWrapLines($ccol, $icol, $this->company['postal_address']);
81                 $this->Font('italic');
82                 if ($this->company['phone'] != "")
83                 {
84                         $this->Text($ccol, _("Phone"), $c2col);
85                         $this->Text($c2col, $this->company['phone'], $mcol);
86                         $this->NewLine();
87                 }       
88                 if ($this->company['fax'] != "")
89                 {
90                         $this->Text($ccol, _("Fax"), $c2col);
91                         $this->Text($c2col, $this->company['fax'], $mcol);
92                         $this->NewLine();
93                 }       
94                 if ($this->company['email'] != "")
95                 {
96                         $this->Text($ccol, _("Email"), $c2col);
97
98                         $url = "mailto:" . $this->company['email'];
99                         $this->SetTextColor(0, 0, 255);
100                         $this->Text($c2col, $this->company['email'], $mcol);
101                         $this->SetTextColor(0, 0, 0);
102                         $this->addLink($url, $c2col, $this->row, $mcol, $this->row + $this->lineHeight);
103
104                         $this->NewLine();
105                 }       
106                 if ($this->company['gst_no'] != "")
107                 {
108                         $this->Text($ccol, $doc_Our_VAT_no, $c2col);
109                         $this->Text($c2col, $this->company['gst_no'], $mcol);
110                         $this->NewLine();
111                 }       
112                 $this->Font();
113                 $this->row = $adrline;
114                 $this->NewLine(3);
115                 $this->Text($mcol + 100, $doc_Date.":");
116                 if ($doctype == 8 || $doctype == 9)
117                         $this->Text($mcol + 180, sql2date($myrow['ord_date']));
118                 else
119                         $this->Text($mcol + 180, sql2date($myrow['tran_date']));
120                 $this->NewLine();
121                 $this->Text($mcol + 100, $doc_Invoice_no);
122                 if ($doctype == 8 || $doctype == 9) // PO or SO
123                         $this->Text($mcol + 180, $myrow['order_no']);
124                 else if (isset($myrow['trans_no']) && isset($myrow['reference'])) // INV/CRE/STA
125                 {
126                         if ($print_invoice_no == 1)
127                                 $this->Text($mcol + 180, $myrow['trans_no']);
128                         else
129                                 $this->Text($mcol + 180, $myrow['reference']);
130                 }
131
132                 if ($this->pageNumber > 1 && !strstr($this->filename, "Bulk"))
133                         $this->Text($this->endLine - 35, _("Page") . ' ' . $this->pageNumber);
134                 $this->row = $iline1 - $this->lineHeight;
135                 $this->fontSize -= 4;
136                 $this->Text($ccol, $doc_Charge_To, $icol);
137                 $this->Text($mcol, $doc_Delivered_To);
138                 $this->fontSize += 4;
139
140                 $this->row = $this->row - $this->lineHeight - 5;
141
142                 $temp = $this->row;
143                 if ($doctype == 9)
144                 {
145                         $this->Text($ccol, $myrow['name'], $icol);
146                 }
147                 else
148                 {
149                         if ($doctype == 8) {
150                                 $name = $myrow['supp_name'];
151                                 $addr = $myrow['address'];
152                         } else {
153                                 if (trim($branch['br_address']) != '') {
154                                         $name = $branch['br_name'];
155                                         $addr = $branch['br_address'];
156                                 } else {
157                                         $name = $myrow['DebtorName'];
158                                         $addr = $myrow['address'];
159                                 }
160                         }
161                         $this->Text($ccol, $name, $icol);
162                         $this->NewLine();
163                         $this->TextWrapLines($ccol, $icol - $ccol, $addr);
164                 }
165                 if ($sales_order != NULL)
166                 {
167                         $this->row = $temp;
168                         if ($doctype == 8)
169                                 $this->Text($mcol, $this->company['coy_name']);
170                         else
171                                 $this->Text($mcol, $sales_order['deliver_to']);
172                         $this->NewLine();
173                         $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $sales_order['delivery_address']);
174                 }
175                 $this->row = $iline2 - $this->lineHeight - 1;
176                 $col = $this->leftMargin;
177                 $this->TextWrap($col, $this->row, $width, $doc_Customers_Ref, 'C');
178                 $col += $width;
179                 $this->TextWrap($col, $this->row, $width, $doc_Our_Ref, 'C');
180                 $col += $width;
181                 $this->TextWrap($col, $this->row, $width, $doc_Your_VAT_no, 'C');
182                 $col += $width;
183                 if ($doctype == 10)
184                         $this->TextWrap($col, $this->row, $width, $doc_Delivery_no, 'C');
185                 else
186                         $this->TextWrap($col, $this->row, $width, $doc_Our_Order_No, 'C');
187                 $col += $width;
188                 $this->TextWrap($col, $this->row, $width, $doc_Payment_Terms, 'C');
189                 $col += $width;
190                 $this->TextWrap($col, $this->row, $width, $doc_Due_Date, 'C');
191                 $this->row = $iline3 - $this->lineHeight - 1;
192                 $col = $this->leftMargin;
193                 if ($doctype == 8)
194                         $this->TextWrap($col, $this->row, $width, $myrow['supp_account_no'], 'C');
195                 elseif (isset($sales_order["customer_ref"]))
196                         $this->TextWrap($col, $this->row, $width, $sales_order["customer_ref"], 'C');
197                 $col += $width; 
198                 if ($branch != null)
199                 {
200                         $id = $branch['salesman'];
201                         $sql = "SELECT salesman_name  FROM ".TB_PREF."salesman WHERE salesman_code='$id'";
202                         $result = db_query($sql,"could not get sales person");
203                         $row = db_fetch($result);
204                         $this->TextWrap($col, $this->row, $width, $row['salesman_name'], 'C');
205                 }               
206                 $col += $width; 
207                 if ($doctype != 8 && isset($myrow['tax_id']))
208                         $this->TextWrap($col, $this->row, $width, $myrow['tax_id'], 'C');
209                 $col += $width; 
210                 if ($doctype == 10)
211                 {
212                         $deliveries = get_parent_trans(10,$myrow['trans_no']);
213                         $line = "";
214                         foreach ($deliveries as $delivery)
215                         {
216                                 if ($line == "")
217                                         $line .= "$delivery";
218                                 else
219                                         $line .= ",$delivery";
220                         }               
221                         $this->TextWrap($col, $this->row, $width, $line, 'C');
222                 }
223                 elseif (isset($myrow['order_']))
224                         $this->TextWrap($col, $this->row, $width, $myrow['order_'], 'C');
225                 $col += $width; 
226                 $id = $myrow['payment_terms'];
227                 $sql = "SELECT terms FROM ".TB_PREF."payment_terms WHERE terms_indicator='$id'";
228                 $result = db_query($sql,"could not get paymentterms");
229                 $row = db_fetch($result);
230                 $this->TextWrap($col, $this->row, $width, $row["terms"], 'C');
231                 $col += $width; 
232                 if ($doctype == 9)
233                         $this->TextWrap($col, $this->row, $width, sql2date($myrow['delivery_date']), 'C');
234                 else if ($doctype != 8 && $doctype != 11 && isset($myrow['due_date']))
235                         $this->TextWrap($col, $this->row, $width, sql2date($myrow['due_date']), 'C');
236                 
237                 $this->row = $iline5 - $this->lineHeight - 1;
238                 $this->Font('bold');
239                 $count = count($this->headers);
240                 $this->cols[$count] = $right - 3;
241                 for ($i = 0; $i < $count; $i++)
242                         $this->TextCol($i, $i + 1, $this->headers[$i], -2);
243                 $this->Font();
244                 $this->Font('italic');
245                 $this->row = $iline7 - $this->lineHeight - 6;
246                 $this->TextWrap($ccol, $this->row, $right - $ccol, $doc_Please_Quote . " - " . $myrow['curr_code'], 'C');
247                 $this->NewLine();
248
249                 if (isset($bankaccount['bank_name']))
250                 {
251                         $txt = $doc_Bank . ": ".$bankaccount['bank_name']. ", " . $doc_Bank_Account . ": " . $bankaccount['bank_account_number'];
252                         $this->TextWrap($ccol, $this->row, $right - $ccol, $txt, 'C');
253                         $this->NewLine();
254                 }       
255                 if ($doctype == 10 && $branch['disable_branch'] > 0) // payment links
256                 {
257                         if ($branch['disable_branch'] == 1)
258                         {
259                                 $amt = number_format($myrow["ov_freight"] + $myrow["ov_gst"] +  $myrow["ov_amount"], user_price_dec());
260                                 $txt = $doc_Payment_Link . " PayPal: ";
261                                 $name = urlencode($this->title . " " . $myrow['reference']);
262                                 $url = "https://www.paypal.com/xclick/business=" . $this->company['email'] . "&item_name=" .
263                                         $name . "&amount=" . $amt . "&currency_code=" . $myrow['curr_code'];
264                                 $this->fontSize -= 2;
265                                 $this->TextWrap($ccol, $this->row, $right - $ccol, $txt, 'C');
266                                 $this->NewLine();
267                                 $this->SetTextColor(0, 0, 255);
268                                 $this->TextWrap($ccol, $this->row, $right - $ccol, $url, 'C');
269                                 $this->SetTextColor(0, 0, 0);
270                                 $this->addLink($url, $ccol, $this->row, $this->pageWidth - $this->rightMargin, $this->row + $this->lineHeight);
271                                 $this->fontSize += 2;
272                                 $this->NewLine();
273                         }
274                 }
275                 if ($this->params['comments'] != '')
276                 {
277                         $this->TextWrap($ccol, $this->row, $right - $ccol, $this->params['comments'], 'C');
278                         $this->NewLine();
279                 }
280                 $legal = get_company_pref('legal_text');
281                 if (($doctype == 10 || $doctype == 12) && $legal != "") 
282                 {
283                         $this->TextWrap($ccol, $this->row, $right - $ccol, $legal, 'C');
284                 }
285                 $this->Font();
286                 $temp = $iline6 - $this->lineHeight - 2;
287 ?>