Fixed some color conversion problems in the new PDF Engine
[fa-stable.git] / CHANGELOG.txt
index b383e0f8d090cfcf1ca585bb61b3c64991ce97c4..981efd66cf3022ade9936f428f07a835a2209c9f 100644 (file)
@@ -19,7 +19,139 @@ 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. 
+$ /admin/db/voiding_db.inc
+
+18-Aug-2008 Joe Hunt
+# Bug [0000037] Price diff and deliveries between po receive and supp invoice.
+$ /purchase/includes/db/grn_db.inc
+  /purchase/includes/db/invoice_db.inc
+  
+16-Aug-2008 Janusz Dobrowolski
+# Fixed first supplier add confirmation [0000039].
+$ /purchasing/manage/suppliers.php
+# Fixed entering direct documents with date in the past [0000036]
+$ /sales/customer_delivery.php
+  /sales/includes/cart_class.inc
+# Fixed date_picker caching in debug mode
+$ /includes/ui/ui_view.inc
+# Some focus fixes after user entry error
+$ /sales/manage/credit_status.php
+  /sales/manage/customer_branches.php
+  /sales/manage/sales_areas.php
+  /sales/manage/sales_people.php
+
+08-Aug-2008 Joe Hunt
+# Wrong email-adress field taken when emailing documents [0000035].
+$ /sales/includes/db/cust_trans_db.inc
+
+02-Aug-2008 Joe Hunt
+# Use Item Sales Account as default when creating new branch. Customer Branch Sales Account overrides Item Sales Accounts.
+$ /sales/manage/customer_branches.php
+
+01-Aug-2008 Joe Hunt
+! Customer Dimension overrides an Item Dimension when creating GL transactions
+$ /sales/includes/db/customers_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  
+31-Jul-2008 Joe Hunt
++ Added a new menu entry after that Bank Payment or Bank Deposit has been processed.
+$ /gl/gl_bank.php
+
+30-Jul-2008 Joe Hunt
+! Currency selection in Price Listing Report
+$ /reporting/rep104.php
+  /reporting/reports_main.php
+  
+28-Jul-2008 Janusz Dobrowolski
+# Fixed control buttons reset after record deletion.
+$ /admin/fiscalyears.php
+  /admin/payment_terms.php
+  /admin/shipping_companies.php
+  /gl/manage/bank_accounts.php
+  /gl/manage/currencies.php
+  /gl/manage/gl_account_classes.php
+  /gl/manage/gl_account_types.php
+  /inventory/manage/item_categories.php
+  /inventory/manage/item_units.php
+  /inventory/manage/locations.php
+  /inventory/manage/movement_types.php
+  /manufacturing/manage/work_centres.php
+  /sales/manage/credit_status.php
+  /sales/manage/customer_branches.php
+  /sales/manage/sales_areas.php
+  /sales/manage/sales_people.php
+  /sales/manage/sales_types.php
+  /taxes/item_tax_types.php
+  /taxes/tax_groups.php
+  /taxes/tax_types.php
+
+27-Jul-2008 Janusz Dobrowolski
+# Fixed record selection on pages using non-numeric selectors with simple_page_mode() helper. 
+$ /includes/ui/ui_controls.inc
+  /includes/ui/ui_input.inc
+  /inventory/manage/item_units.php
+# Fixed focus setting on multi-form pages.
+$ /js/utils.js
+# Fixed ajax reload
+$ /manufacturing/work_order_release.php
+
+26-Jul-2008 Janusz Dobrowolski
+! Potentially dangerous for whole FA site operations are currently available only for admins of first registered company (site admins).
+$ /config.php
+  /admin/create_coy.php
+  /admin/inst_lang.php
+  /admin/inst_module.php
+  /includes/current_user.inc
+# Small layout fix
+  /admin/fiscalyears.php
+
+25-Jul-2008 Joe Hunt
+# Minor adjustments
+$ /includes/page/header.inc
+  /manufacturing/work_order_release.php
+  
+25-Jul-2008 Joe Hunt
+# Default application setting does not work [0000034]
+$ /includes/page/header.inc
+
+25-Jul-2008 Joe Hunt
+! The built version in config.php now shows the last change date of this file (CHANGELOG.txt).
+$ config.php
+
+25-Jul-2008 Joe Hunt
+# Missing GL transactions when producing advanced manufacturing [0000032].
+$ /manufacturing/includes/db/work_order_produce_items_db.inc
+
 24-Jul-2008 Janusz Dobrowolski
++ Added fatal error handling during ajax calls - [0000003] closed
+$ includes/session.inc
 # Fixed hints for lists without submit [0000026]
 $ includes/ui/ui_lists.inc
 # Removed not used file (related to [0000023])