X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=981efd66cf3022ade9936f428f07a835a2209c9f;hb=a7644a40245495d37dd13871b14e593f3c5e21ae;hp=6f47bdbc70cba12cc3bc3977a15134174149e08f;hpb=f7d1f5b42d002953b431e140b3625cb5b9549007;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6f47bdbc..981efd66 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,28 @@ Legend: ! -> Note $ -> Affected files +19-Aug-2008 Joe Hunt +# Fixed some color conversion problems in the new PDF Engine +$ /reporting/includes/pdf_report.inc + /reporting/includes/class.pdf.inc + +19-Aut-2008 Joe Hunt +! Optimized the textwraplines in pdf_report.inc and header2.inc + /reporting/includes/pdf_report.inc + /reporting/includes/header2.inc (This is important to download too!) + +19-Aug-2008 Joe Hunt +! Replacing the PDF Engine with a slightly modified TCPDF +$ /reporting/fonts/helvetica*.php (new php files) + /reporting/fonts/*.atm files removed + /reporting/includes/pdf_report.inc (changed) + /reporting/includes/class.pdf.inc (changed) + /reporting/includes/barcodes.php (new file) + /reporting/includes/htmlcolors.php (new file) + /reporting/includes/html_entity_decode_php4.php (new file) + /reporting/includes/tcpdf.php (new file, the PDF engine) + /reporting/includes/unicode_data2.php (new file, reduced unicode_data.php) + 18-Aug-2008 Joe Hunt # Bug [0000038] Voiding a cost update doesn't void even if it says so. There will now be an error msg saying that this can not be done.