Replaced the Excel Writer engine with XLS driver (the XML driver can later be downloaded)
[fa-stable.git] / CHANGELOG.txt
index e6d19612538c6cdec14d6642e4f61899f161c880..1f42786aacd35b02b53c20f8b677b56aaacf4f3a 100644 (file)
@@ -19,6 +19,37 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+05-Mar-2009 Joe Hunt
+! Replaced the Excel Writer engine with XLS driver (the XML driver can later be downloaded)
+$ /reporting/includes/ExcelWriterXML.php, ExcelWriterXML_Sheet.php and ExcelWriterXM__Style.php removed.
+  /reporting/includes/Workbook.php (new file)
+  /reporting/excel_report.inc
+  /reporting/pdf_report.inc
+  /reporting/prn_redirect.php
+  /reporting all repXXX.php files
+  
+03-Mar-2009 Joe Hunt/Janusz Dobrowolski
++ Preparation for Excel Writer continued
+$ /reporting/includes/ExcelWriterXML.php
+  /reporting/includes/ExcelWriterXML_Sheet.php
+  /reporting/includes/ExcelWriterXML_Style.php
+  /reporting/includes/excel_report.inc
+  /reporting all repXXX.php that are not documents
+  
+02-Mar-2009 Joe Hunt
++ Preparation for report destination PDF/Printer and Excel (and Open Office Calc)
+$ /reporting/includes/reports_classes.inc
+  /reporting/includes/pdf_report.inc
+  /reporting/includes/ExcelWriterXML.php (new file)
+  /reporting/includes/ExcelWriterXML_Sheet.php (new file)
+  /reporting/includes/ExcelWriterXM__Style (new file)
+  /reporting/includes/excel_report.inc (new file)
+  /reporting/reports_main.php
+  /reporting/rep701.php
+  /reporting/rep705.php
+  /reporting/rep706.php
+  /reporting/rep707.php
+  
 01-Mar-2009 Janusz Dobrowolski
 # Setting magic_quotes_gpc and register_globals to off in htaccess file
 $ /.htaccess (new)