New files after 2.1RC merge
[fa-stable.git] / reporting / includes / excel_report.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 /* $Revision$ */
13 $page_security = 8;
14 include_once($path_to_root . "/reporting/includes/Workbook.php");
15 include_once($path_to_root . "/admin/db/company_db.inc");
16 include_once($path_to_root . "/config.php");
17 // xls version
18 class FrontReport extends Spreadsheet_Excel_Writer_Workbook
19 {
20         var $size;
21         var $company;
22         var $user;
23         var $host;
24         var $fiscal_year;
25         var $title;
26         var $filename;
27         var $unique_name;
28         var $path;
29         var $code;
30         var $bottomMargin = 0;
31         var $lineHeight;
32         var $leftMargin = 0;
33
34         var $cols;
35         var $params;
36         var $headers;
37         var $aligns;
38         var $headers2;
39         var $aligns2;
40         var $cols2;
41         var $fontSize;
42         var $oldFontSize;
43         var $currency;
44         var $row = 9999999;
45         var $y;
46         var $numcols;
47         
48         var $formatTitle;
49         var $formatDateTime;
50         var $formatDate;
51         var $formatHeaderLeft;
52         var $formatHeaderRight;
53         var $formatFooter;
54         var $formatAmount = array();
55         
56         var $sheet;
57
58         function FrontReport($title, $filename, $size = 'A4', $fontsize = 9)
59         {
60                 global $comp_path, $dateseps;
61                 
62                 $this->size = $size;
63                 $this->title = $title;
64                 $this->lineHeight = 12;
65                 $this->fontSize = $fontsize;
66                 $this->oldFontSize = 0;
67                 $this->y = 1;
68                 $this->currency = '';
69                 $rtl = ($_SESSION['language']->dir == 'rtl');
70                 $this->code = strtolower($_SESSION['language']->encoding);
71                 $this->filename = $filename.".xls";
72                 $this->unique_name = uniqid('').".xls";
73                 $this->path = $comp_path.'/'.user_company(). '/pdf_files';
74                 $this->Spreadsheet_Excel_Writer_Workbook($this->path."/".$this->unique_name);
75                 //$this->setCountry(48);
76                 if ($this->code != "iso-8859-1")
77                         $this->setVersion(8); // set biff version to 8 (0x0006 internal)
78                 $this->sheet =& $this->addWorksheet($this->title);
79                 if ($this->code != "iso-8859-1")
80                         $this->sheet->setInputEncoding($this->code); // set sheet encoding
81                 if ($rtl)
82                         $this->sheet->setRTL();
83                 $this->formatTitle =& $this->addFormat();       
84                 $this->formatTitle->setSize(16);
85                 $this->formatTitle->setBold();
86                 $this->formatTitle->setAlign($rtl ? 'right' : 'left');
87                 $this->formatTitle->setTop(2);
88                 $this->formatTitle->setTopColor('gray');
89
90                 $how = user_date_format();
91                 $sep = $dateseps[user_date_sep()];
92                 if ($sep == '.')
93                         $sep = "\\.";
94                 if ($how == 0)
95                 {
96                         $dateformat_long = "mm{$sep}dd{$sep}yyyy\ \ hh:mm\ am/pm";
97                         $dateformat = "mm{$sep}dd{$sep}yyyy";
98                 }       
99                 elseif ($how == 1)      
100                 {
101                         $dateformat_long = "dd{$sep}mm{$sep}yyyy\ \ hh:mm";
102                         $dateformat = "dd{$sep}mm{$sep}yyyy";
103                 }       
104                 else    
105                 {
106                         $dateformat_long = "yyyy{$sep}mm{$sep}dd\ \ hh:mm";
107                         $dateformat = "yyyy{$sep}mm{$sep}dd";
108                 }       
109                 $this->formatDateTime =& $this->addFormat();
110                 $this->formatDateTime->setNumFormat($dateformat_long);
111                 $this->formatDateTime->setAlign($rtl ? 'right' : 'left');
112                 $this->formatDate =& $this->addFormat();
113                 $this->formatDate->setNumFormat($dateformat);
114                 $this->formatDate->setAlign($rtl ? 'right' : 'left');
115                 $this->formatRight =& $this->addFormat();
116                 $this->formatRight->setAlign($rtl ? 'left' : 'right');
117                 $this->formatLeft =& $this->addFormat();
118                 $this->formatLeft->setAlign($rtl ? 'right' : 'left');
119                 
120                 $this->formatHeaderLeft =& $this->addFormat();
121                 $this->formatHeaderLeft->setItalic();
122                 $this->formatHeaderLeft->setTop(2);
123                 $this->formatHeaderLeft->setTopColor('gray');
124                 $this->formatHeaderLeft->setBottom(2);
125                 $this->formatHeaderLeft->setBottomColor('gray');
126                 $this->formatHeaderLeft->setAlign('vcenter');
127                 $this->formatDate->setAlign($rtl ? 'right' : 'left');
128                 $this->formatHeaderRight =& $this->addFormat();
129                 $this->formatHeaderRight->setItalic();
130                 $this->formatHeaderRight->setTop(2);
131                 $this->formatHeaderRight->setTopColor('gray');
132                 $this->formatHeaderRight->setBottom(2);
133                 $this->formatHeaderRight->setBottomColor('gray');
134                 $this->formatHeaderRight->setAlign('vcenter');
135                 $this->formatHeaderRight->setAlign('right');
136                 $this->formatFooter =& $this->addFormat();
137                 $this->formatFooter->setTop(2);
138                 $this->formatFooter->setTopColor('gray');
139         }
140         
141         function NumFormat($dec) 
142         {
143                 if (!isset($this->formatAmount[$dec]))
144                 {
145                         global $thoseps,$decseps;
146                         $dec = (int)$dec;
147                         $tsep = $thoseps[user_tho_sep()];
148                         $dsep = $decseps[user_dec_sep()];
149                         $format = "###{$tsep}###{$tsep}###{$tsep}##0";
150                         if ($dec>0)
151                                 $format .= "{$dsep}".str_repeat('0',$dec);
152                         $this->formatAmount[$dec] =& $this->addFormat();
153                         $this->formatAmount[$dec]->setNumFormat($format);
154                         $this->formatAmount[$dec]->setAlign('right');
155                 }
156                 return $this->formatAmount[$dec];
157         }
158
159         function Font($style = 'normal')
160         {
161         }
162
163         function Info($params, $cols, $headers, $aligns,
164                 $cols2 = null, $headers2 = null, $aligns2 = null)
165         {
166                 global $app_title, $version, $power_by, $power_url;
167                 $this->company = get_company_prefs();
168                 $year = get_current_fiscalyear();
169                 if ($year['closed'] == 0)
170                         $how = _("Active");
171                 else
172                         $how = _("Closed");
173                 $this->fiscal_year = sql2date($year['begin']) . " - " . sql2date($year['end']) . "  " . "(" . $how . ")";
174                 $this->user = $_SESSION["wa_current_user"]->name;
175                 $this->host = $_SERVER['SERVER_NAME'];
176                 $this->params = $params;
177                 $this->cols = $cols;
178                 $this->headers = $headers;
179                 $this->aligns = $aligns;
180                 $this->cols2 = $cols2;
181                 $this->headers2 = $headers2;
182                 $this->aligns2 = $aligns2;
183                 $this->numcols = count($this->headers);
184                 $tcols = count($this->headers2);
185                 if ($tcols > $this->numcols)
186                         $this->numcols = $tcols;
187                 for ($i = 0; $i < $this->numcols; $i++)
188                         $this->sheet->setColumn($i, $i, $this->px2units($this->cols[$i + 1] - $this->cols[$i]));
189         }
190
191         function Header()
192         {
193                 $this->y = 0;
194                 $tcol = $this->numcols - 1;
195                 $this->sheet->setRow($this->y, 20);
196                 for ($i = 0; $i < $this->numcols; $i++)
197                         $this->sheet->writeBlank($this->y, $i, $this->formatTitle);
198                 $this->sheet->writeString($this->y, 0, $this->title, $this->formatTitle);
199                 $this->sheet->mergeCells($this->y, 0, $this->y, $tcol);
200                 $this->NewLine();
201                 $str = _("Print Out Date") . ':';
202                 $this->sheet->writeString($this->y, 0, $str, $this->formatLeft);
203                 $this->sheet->writeString($this->y, 1, Today() . "  ".Now(), $this->formatLeft);
204                 $this->sheet->writeString($this->y, $tcol-1, $this->company['coy_name'], $this->formatLeft);
205                 $this->sheet->mergeCells($this->y, $tcol-1, $this->y, $tcol);
206                 $this->NewLine();
207                 $str = _("Fiscal Year") . ':';
208                 $this->sheet->writeString($this->y, 0, $str, $this->formatLeft);
209                 $str = $this->fiscal_year;
210                 $this->sheet->writeString($this->y, 1, $str, $this->formatLeft);
211                 $this->sheet->writeString($this->y, $tcol-1, $this->host, $this->formatLeft);
212                 $this->sheet->mergeCells($this->y, $tcol-1, $this->y, $tcol);
213                 for ($i = 1; $i < count($this->params); $i++)
214                 {
215                         if ($this->params[$i]['from'] != '')
216                         {
217                                 $this->NewLine();
218                                 $str = $this->params[$i]['text'] . ':';
219                                 $this->sheet->writeString($this->y, 0, $str);
220                                 $str = $this->params[$i]['from'];
221                                 if ($this->params[$i]['to'] != '')
222                                         $str .= " - " . $this->params[$i]['to'];
223                                 $this->sheet->writeString($this->y, 1, $str, $this->formatLeft);
224                                 if ($i == 1)
225                                 {
226                                         $this->sheet->writeString($this->y, $tcol-1, $this->user, $this->formatLeft);
227                                         $this->sheet->mergeCells($this->y, $tcol-1, $this->y, $tcol);
228                                 }       
229                         }
230                 }
231                 if ($this->params[0] != '') // Comments
232                 {
233                         $this->NewLine();
234                         $str = _("Comments") . ':';
235                         $this->sheet->writeString($this->y, 0, $str, $this->formatLeft);
236                         $this->sheet->writeString($this->y, 1, $this->params[0], $this->formatLeft);
237                 }
238                 $this->NewLine();
239                 if ($this->headers2 != null)
240                 {
241                         for ($i = 0, $j = 0; $i < $this->numcols; $i++)
242                         {
243                                 if ($this->cols2[$j] >= $this->cols[$i] && $this->cols2[$j] <= $this->cols[$i + 1])
244                                 {
245                                         if ($this->aligns2[$j] == "right")
246                                                 $this->sheet->writeString($this->y, $i, $this->headers2[$j], $this->formatHeaderRight);
247                                         else    
248                                                 $this->sheet->writeString($this->y, $i, $this->headers2[$j], $this->formatHeaderLeft);
249                                         $j++;   
250                                 }
251                                 else
252                                         $this->sheet->writeString($this->y, $i, "", $this->formatHeaderLeft);
253                         }               
254                         $this->NewLine();
255                 }
256
257                 for ($i = 0; $i < $this->numcols; $i++)
258                 {
259                         if (!isset($this->headers[$i]))
260                                 $header = "";
261                         else
262                                 $header = $this->headers[$i];
263                         if ($this->aligns[$i] == "right")
264                                 $this->sheet->writeString($this->y, $i, $header, $this->formatHeaderRight);
265                         else    
266                                 $this->sheet->writeString($this->y, $i, $header, $this->formatHeaderLeft);
267                 }
268                 $this->NewLine();
269         }
270
271         function Header2($myrow, $branch, $sales_order, $bankaccount, $doctype)
272         {
273                 return;
274         }
275
276         function AddImage($logo, $x, $y, $w, $h)
277         {
278                 return;
279         }
280
281         function SetDrawColor($r, $g, $b)
282         {
283                 return;
284         }
285
286         function SetTextColor($r, $g, $b)
287         {
288                 return;
289         }
290
291         function Text($c, $txt, $n=0, $corr=0, $r=0)
292         {
293                 return;
294         }
295
296         function TextWrap($xpos, $ypos, $len, $str, $align = 'left')
297         {
298                 return;
299         }
300
301         function TextCol($c, $n, $txt, $corr=0, $r=0)
302         {
303                 if ($this->aligns[$c] == 'right')
304                         $this->sheet->writeString($this->y, $c, $txt, $this->formatRight);
305                 else    
306                         $this->sheet->writeString($this->y, $c, $txt, $this->formatLeft);
307                 if ($n - $c > 1)
308                         $this->sheet->mergeCells($this->y, $c, $this->y, $n - 1);
309         }
310
311         function AmountCol($c, $n, $txt, $dec=0, $corr=0, $r=0) 
312         { 
313                 if (!is_numeric($txt))
314                         $txt = 0;
315                 $this->sheet->writeNumber($this->y, $c, $txt, $this->NumFormat($dec)); 
316         }
317         
318         function DateCol($c, $n, $txt, $conv=false, $corr=0, $r=0) 
319         {
320                 if (!$conv)
321                         $txt = date2sql($txt);
322                 list($year, $mo, $day) = explode("-", $txt);    
323                 $date = $this->ymd2date((int)$year, (int)$mo, (int)$day);
324                 $this->sheet->writeNumber($this->y, $c, $date, $this->formatDate);
325         }
326
327         function TextCol2($c, $n, $txt, $corr=0, $r=0)
328         {
329                 $this->sheet->writeString($this->y, $c, $txt, $this->formatLeft);
330                 if ($n - $c > 1)
331                         $this->sheet->mergeCells($this->y, $c, $this->y, $n - 1);
332         }
333
334         function TextColLines($c, $n, $txt, $corr=0, $r=0)
335         {
336                 return;
337         }
338
339         function TextWrapLines($c, $width, $txt, $align='left')
340         {
341                 return;
342         }
343
344         function LineTo($from, $row, $to, $row2)
345         {
346                 return;
347         }
348
349         function Line($row, $height = 0)
350         {
351                 return;
352         }
353
354         function NewLine($l=1, $np=0)
355         {
356                 $this->y += $l;
357         }
358
359         function ymd2Date($year, $mon, $day) // XLS internal date representation is a number between 1900-01-01 and 2078-12-31
360         {                                                                               // if we need the time part too, we have to add this value after a decimalpoint.
361         $mo = array(0,31,28,31,30,31,30,31,31,30,31,30,31);
362         $BASE = 1900;
363                 $MAXYEAR = 2075;
364                 if (($year % 4) == 0)
365                 $mo[2]++;
366         if ($mon < 1)
367             $mon = 1;
368         elseif ($mon > 12)
369             $mon = 12;
370         if ($day < 1)
371             $day = 1;
372         elseif ($day > $mo[$mon])
373             $day = $mo[$mon];
374         if ($year < $BASE)
375             $year = $BASE;
376         elseif ($year > $MAXYEAR)
377             $year = $MAXYEAR;
378         $jul = (int)$day;
379         for ($n = 1; $n < $mon; $n++)
380         {
381             $jul += $mo[$n];
382         }
383         for ($n = $BASE; $n < $year; $n++)
384         {
385             $jul += 365;
386             if (($n % 4) == 0)
387                 $jul++;
388         }
389         return $jul;
390         }
391   
392         function px2units($px) // XLS app conversion. Not bulletproof.
393         {
394                 $excel_column_width_factor = 256;
395                 $unit_offset_length = 6.5;
396                 return ($px / $unit_offset_length);
397         }       
398
399         function End($email=0, $subject=null, $myrow=null, $doctype = 0)
400         {
401                 for ($i = 0; $i < $this->numcols; $i++)
402                         $this->sheet->writeBlank($this->y, $i, $this->formatFooter);
403                 $this->sheet->mergeCells($this->y, 0, $this->y, $this->numcols - 1);
404                 $this->close();
405                 // first have a look through the directory, 
406                 // and remove old temporary pdfs
407                 if ($d = @opendir($this->path)) {
408                         while (($file = readdir($d)) !== false) {
409                                 if (!is_file($this->path.'/'.$file) || $file == 'index.php') continue;
410                                 // then check to see if this one is too old
411                                 $ftime = filemtime($this->path.'/'.$file);
412                                 // seems 3 min is enough for any report download, isn't it?
413                                 if (time()-$ftime > 180){
414                                         unlink($this->path.'/'.$file);
415                                 }
416                         }
417                         closedir($d);
418                 }
419                 meta_forward($_SERVER['PHP_SELF'], "xls=1&filename=$this->filename&unique=$this->unique_name");
420                 exit();
421         }
422 }
423
424 ?>