Added remote printing support.
[fa-stable.git] / CHANGELOG.txt
index bd3e45fc5732dddeb031e428abedfa1a1a45d38e..fef45358581c070c3ec05cd36564d6da44f3e231 100644 (file)
@@ -19,6 +19,926 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+15-Oct-2008 Janusz Dobrowolski
++ Added remote printing support
+$ /admin/print_profiles.php (new)
+  /admin/printers.php (new)
+  /admin/db/printers_db.inc (new)
+  /reporting/prn_redirect.php (new)
+  /reporting/includes/printer_class.inc (new)
+  /sql/alter2.1.sql (new)
+  /config.php
+  /admin/display_prefs.php
+  /admin/users.php
+  /admin/db/users_db.inc
+  /applications/setup.php
+  /includes/current_user.inc
+  /includes/prefs/userprefs.inc
+  /includes/ui/ui_lists.inc
+  /js/inserts.js
+  /js/utils.js
+  /reporting/rep109.php
+  /reporting/reports_main.php
+  /reporting/includes/pdf_report.inc
+  /reporting/includes/reporting.inc
+  /reporting/includes/reports_classes.inc
+!Fixes related to changed printing api.
+$ /admin/view_print_transaction.php
+  /purchasing/inquiry/po_search.php
+  /purchasing/inquiry/po_search_completed.php
+  /sales/customer_credit_invoice.php
+  /sales/customer_delivery.php
+  /sales/customer_invoice.php
+  /sales/sales_order_entry.php
+  /sales/inquiry/customer_inquiry.php
+  /sales/inquiry/sales_deliveries_view.php
+  /sales/inquiry/sales_orders_view.php
++ Added optional id parameter for label helpers; added value for buttons.
+$ /includes/ui/ui_input.inc
++ Added ajax popup screen command.
+$ /includes/ajax.inc
+# Skipping index.php file during flush_dir()
+$ /includes/main.inc
+
+06-Oct-2008 Janusz Dobrowolski
++ Menu hotkeys system implementation.
+$ /includes/page/header.inc
+  /includes/ui/ui_controls.inc
+  /includes/ui/ui_input.inc
+  /js/JsHttpRequest.js
+  /js/inserts.js
+  /js/utils.js
+  /reporting/includes/reports_classes.inc
+  /sales/sales_order_entry.php
+  /sales/manage/customers.php
+  /themes/aqua/default.css
+  /themes/aqua/renderer.php
+  /themes/cool/default.css
+  /themes/cool/renderer.php
+  /themes/default/default.css
+  /themes/default/renderer.php
++ Access keys added to menu options strings.
+$ /config.php
+  /applications/customers.php
+  /applications/dimensions.php
+  /applications/generalledger.php
+  /applications/inventory.php
+  /applications/manufacturing.php
+  /applications/setup.php
+  /applications/suppliers.php
+  /reporting/reports_main.php
+
+------------------------------- Release 2.0.3 --------------------------------------------
+06-Oct-2008 Joe Hunt
+! Release 2.0.3
+$ config.php
+# Bug [0000072] Item stock movement should check for if there is empty Inventory.
+$ /inventory/inquiry/stock_movements.php
+
+05-Oct-2008 Janusz Dobrowolski
+# Bugfix [0000063] Bad update of parent document lines after edition of sales documents.
+$ /sales/includes/cart_class.inc
+  /sales/includes/sales_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+# Bugfix [0000071] Ordering for customer with bad history available after F4 - Return
+$ /sales/manage/customers.php
+
+04-Oct-2008 Joe Hunt
+# Bug [0000069] Constraint on voiding delivery note if a non voided, linked invoice exists.
+$ /admin/db/voiding_db.inc
+# Bug [0000061] Cost Update doesn't compute correctly after inventory adjust.
+$ /inventory/includes/db/item_adjust_db.inc
+
+01-Oct-2008 Joe Hunt
+# When deleting the last module in FA a parce error arose:
+$ /admin/inst_module.php
+  /admin/inst_lang.php
+
+30-Sep-2008 Janusz Dobrowolski
+# Bug [0000067] Settled supplier documents were displayed as overdued.
+$ /purchasing/inquiry/supplier_inquiry.php
+  /purchasing/inquiry/supplier_allocation_inquiry.php
+# Bug [0000068] Removed unneeded constraint on edition of fully allocated sales doc.
+$ /sales/allocations/customer_allocation_main.php
+
+29-Sep-2008 Janusz Dobrowolski
+# Bug [0000065] Changing item type during adding new item caused record reset.
+$ /inventory/manage/items.php
+
+26-Sep-2008 Joe Hunt
+# Bug [0000064] Credit This on an invoice should automatically allocate the credit to that invoice
+$ /sales/includes/db/sales_credit_db.inc
+
+26-Sep-2008 Janusz Dobrowolski
+# Bug [0000062] Delivery Modifitication - duplicated tax details.
+$ /sales/includes/db/sales_delivery_db.inc
+
+25-Sep-2008 Joe Hunt
+# if MySQL is in strict sql mode, a couple of files didn't pass that. Better not use strict sql mode.
+  This is not necessary, because FA handle this internally. in my.ini(win) or my.cnf(linux) set sql-mode="".
+$ /gl/gl_budget.php
+  /includes/db/comments_db.inc
+  /inventory/cost_update.php
+  /purchasing/includes/db/supp_trans_db.inc
+  /sales/includes/db/cust_trans_db.inc
+# Bug [0000060] table prefix error message and inconsistency at install
+$ /admin/db/maintenance_db.inc
+  /install/index.php
+  /install/save.php
+# Bug [0000061] Delivery Modifitication (standard cost change)
+$ /sales/includes/db/sales_delivery_db.inc
+
+------------------------------- Release 2.0.2 --------------------------------------------
+23-Sep-2008 Joe Hunt
+! Release 2.0.2
+$ config.php
+! Increased time_out to 3 minutes.
+$ /install/save.php
+
+23-Sep-2008 Joe Hunt
+# Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag
+$ /sales/sales_order_entry.php
+
+21-Sep-2008 Janusz Dobrowolski
++ Added submit_on_change option for date fields
+$ /includes/ui/ui_input.inc
++ Automatic exchange rate update after document date change
+$ /gl/bank_transfer.php
+  /gl/gl_bank.php
+  /gl/includes/db/gl_db_rates.inc
+  /gl/includes/ui/gl_bank_ui.inc
+  /includes/banking.inc
+  /includes/ui/ui_view.inc
+  /purchasing/supplier_payment.php
+  /sales/customer_payments.php
+  /sales/includes/cart_class.inc
+# Sales/purchase terms update after document date change [0000058]
+$ /purchasing/includes/ui/invoice_ui.inc
+  /purchasing/includes/ui/po_ui.inc
+  /sales/customer_invoice.php
+# Fixed edit line total, price update after date change
+$ /sales/includes/ui/sales_credit_ui.inc
+  /sales/includes/ui/sales_order_ui.inc
+# Fixed unneeded page reload on enter key in text inputs
+$ /js/inserts.js
+# Fixed session variables conflicts with some third party software (e.g. XRMS)
+$ /includes/lang/language.php
+# Fixed calendar flicker, removed buttons from exchange_rate_display()
+$ /includes/ui/ui_view.inc
+! Default delivery required by changed to 1 day.
+$ /includes/prefs/sysprefs.inc
+# Small bug fix 
+$ /sales/includes/sales_db.inc
+
+20-Sep-2008 Joe Hunt
+# Fix for exchange variation when allocating payments. re-inserted in System and GL Setup.
+$ /admin/gl_setup.php
+  /admin/db/company_db
+  /includes/banking.inc
+  /purchasing/allocations/supplier_allocate.php
+  /purchasing/includes/db/suppalloc_db.inc
+  /sales/allocations/customer_allocate.php
+  /sales/includes/db/custalloc_db.inc
+  /sales/includes/db/payment_db.inc
+  /sales/includes/db/sales_credit_db.inc
+! New tcpdf.php file. Minor bugfixes from tcpdf.org
+  /reporting/includes/tcpdf.php
+! Layout adjustments
+  /dimensions/includes/dimensions_ui.inc
+  /dimensions/view/view_dimension.php
+  /inventory/view/view_adjustment.php
+  /manufacturing/view/work_order_view.php
+  
+18-Sep-2008 Janusz Dobrowolski
++ Support for calling external pages during document entry (e.g. for adding customer/supplier/items).
+$ /index.php
+  /includes/ui/ui_controls.inc
+  /includes/ui/ui_input.inc
+  /includes/ui/ui_lists.inc
+  /js/inserts.js
++ Add/view on F4 in customer/supplier selectors
+$ /gl/gl_bank.php
++ Add/view on F4 in supplier/items selectors
+$ /purchasing/po_entry_items.php
+  /inventory/manage/items.php
++ Add/view on F4 in supplier selector
+$ /purchasing/supplier_credit.php
+  /purchasing/supplier_invoice.php
+  /purchasing/supplier_payment.php
+  /purchasing/allocations/supplier_allocation_main.php
+  /purchasing/manage/suppliers.php
+  /inventory/purchasing_data.php
++ Add/view on F4 in customer selector
+  /sales/credit_note_entry.php
+  /sales/customer_payments.php
+  /sales/sales_order_entry.php
+  /sales/allocations/customer_allocation_main.php
+  /sales/includes/ui/sales_credit_ui.inc
+  /sales/includes/ui/sales_order_ui.inc
+  /sales/manage/customer_branches.php
+  /sales/manage/customers.php
+# Syntax error introduced in previous update fixed
+$ /inventory/prices.php
+# Fixed retreiving of exchange rates [0000057]
+$ /gl/manage/exchange_rates.php
+  /includes/banking.inc
+  /includes/ui/ui_view.inc
+
+18-Sep-2008 Joe Hunt
++ New Report - Bank Statement.
+$ /reporting/reports_main.php
+  /reporting/rep601.php (new file)
+  
+17-Sep-2008 Joe Hunt
+! New PDF tcpdf.php file. Support for cid-0 fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
+  New cid-0 fonts will be available for download when release 2.0.2 is shipping. Reduces file size enormouusly
+$ /reporting/includes/tcpdf.php
+! Inventory column option in Report Stock Sheet Check.
+$ /reporting/reports_main.php
+  /reporting/rep303.php
+  
+11-Sep-2008 Janusz Dobrowolski
+# Fixed slash quotation problems on direct POST values display.
+$ /includes/session.inc
+  /includes/db/connect_db.inc
+# Added missing db_escape on person_id.
+$ /gl/includes/db/gl_db_bank_trans.inc
+  /gl/includes/db/gl_db_trans.inc
+# Added error message and suppressed db update on failed ECB exchange rate read.
+$ /includes/ui/ui_view.inc
+
+10-Sep-2008 Janusz Dobrowolski
+# Fixed company folders renaming after company remove.
+$ /admin/create_coy.php
+# Fixed list selectors' behaviour during search.
+$ /includes/ui/ui_lists.inc
+# Fixed page update after item search. Closes bugs [0000051],[0000054].
+$ /inventory/cost_update.php
+  /inventory/prices.php
+  /inventory/purchasing_data.php
+  /inventory/reorder_level.php
+  /inventory/includes/item_adjustments_ui.inc
+  /inventory/includes/stock_transfers_ui.inc
+  /inventory/inquiry/stock_status.php
+  /inventory/manage/items.php
+  /manufacturing/includes/work_order_issue_ui.inc
+  /manufacturing/inquiry/where_used_inquiry.php
+  /purchasing/includes/ui/po_ui.inc
+  /sales/includes/ui/sales_credit_ui.inc
+  /sales/includes/ui/sales_order_ui.inc
+
+09-Sep-2008 Joe Hunt
+# Bug [0000055] Rasmus detected a cost diff. bug and changed some code for us. Very appreciated.
+$ /purchasing/includes/db/invoice_db.inc
+
+------------------------------- Release 2.0.1 --------------------------------------------
+07-Sep-2008 Joe Hunt
+! Release 2.0.1
+$ config.php
+
+05-Sep-2008 Janusz Dobrowolski
+# Bug [0000046] Sales invoice not working on some php versions (php bug #40509)
+$ /sales/includes/sales_db.inc
+  /sales/includes/db/sales_credit_db.inc
+! Obsolete code removed
+$ /sales/customer_credit_invoice.php
+
+05-Sep-2008 Joe Hunt
+# Bug [0000053] Missing GL postings on item issue on Work Order
+$ /manufacturing/includes/db/work_order_quick_db.inc
+  /manufacturing/includes/db/work_order_issues_db.inc
+  /manufacturing/includes/db/work_order_produce_items_db.inc
+! Bad layout in aging on report Statements
+$ /reporting/rep108.php
+
+04-Sep-2008 Joe Hunt
+# Bug [0000050] Invoice no. on all sales reports
+$ /reporting/includes/doctext.inc
+  /reporting/includes/doctext2.inc
+  
+04-Sep-2008 Joe Hunt
+# Bug [0000052] Inventory Valuation Report
+$ /reporting/rep301.php
+
+04-Sep-2008 Joe Hunt
+# Bug [0000047] Not possible to view delivery sequence
+$ /purchasing/supplier_credit_grns.php
+  /purchasing/supplier_invoice_grns.php
+  /purchasing/includes/db/grn_db.inc
+  /purchasing/includes/ui/invoice_ui.inc
+  /purchasing/view/view_po.php
+  /purchasing/view/view_supp_credit.php
+# Bug [0000048] Crediting invoice and choosing gl account for items to be written off doesn't work  
+$ /sales/includes/db/sales_credit_db.inc  
+
+03-Sep-2008 Janusz Dobrowolski
+# Fixed fatal error handling in php5
+$ /includes/errors.inc
+  /includes/session.inc
+# Fixed display of errors while saving sales documents
+$ /sales/sales_order_entry.php
+
+03-Sep-2008 Joe Hunt
+# Bug [0000044] Standard Cost error on credit note. Reopened. Stock Movement forgot the credit note.
+$ /inventory/inquiry/stock_movements.php
+  /purchasing/includes/db/grn_db.inc
+  /purchasing/includes/invoice_db.inc
+
+03-Sep-2008 Joe Hunt
+# Bug [0000043] Inventory Adjustment Session doesn't update standard cost
+# Bug [0000044] Standard Cost error on credit note
+$ /inventory/includes/db/items_adjust_db.inc
+  /purchasing/includes/db/grn_db.inc
+  /purchasing/includes/invoice_db.inc
+# Bug [0000045] Cannot close fiscal year 
+$ /admin/fiscalyears.php
+# Update screen bug in Bank Account Inquiry.
+  $ /gl/inquiry/bank_inquiry.php
+
+02-Sep-2008 Joe Hunt
+# Bug when selecting report, List of Journal Entries, by type. Nothing selected.
+$ /reporting/includes/reports_classes.inc
+$ /reporting/rep702.php
+
+01-Sep-2008 Joe Hunt
+! Up-to-date translation file (some strings were missing, single quotations in .inc files)
+$ /lang/new_language_template/LC_MASSAGES/empty.po
+  /lang/en_US/LC_MESSAGES/en_US.mo
+
+31-Aug-2008 Janusz Dobrowolski
++ Added ajax support for file uploading
+$ /js/utils.js
+# Final fix for logo file upload
+$ /admin/company_preferences.php
+# Fixed item image file upload
+$ /inventory/manage/items.php
+
+30-Aug-2008 Janusz Dobrowolski
+! Up to date translation file
+$ /lang/new_language_template/LC_MASSAGES/empty.po
+# Fixed broken &amp's in backup files [0000040]
+$ /admin/db/maintenance_db.inc
+# Temporary fix (sync page reload) for uploading logo file
+$ /admin/company_preferences.php
+-------------------------------2.0 Final --------------------------------------------
+21_aug-2008 Joe Hunt
+! config.php file. Version changed to 2.0
+$ config.php
+! Set time out to 120 seconds.
+$ /install/save.php
+# Removed js warnings on index pages
+$ /js/utils.js
+
+20-Aug-2008 Joe Hunt
+# Bug [0000037] Price diff and deliveries between po receive and supp invoice. (Again)
+$ /includes/db/inventory_db.inc
+  /purchase/includes/db/grn_db.inc
+  /purchase/includes/db/invoice_db.inc
+
+20-Aug-2008
+# [0000041] Voiding PO GRN's could be dangerous, if deliveries have been done. Eliminating it. Use item adjustment with 0 price.
+$ /admin/db/voiding_db.inc
+# Fixing a minor bug in grn_db.inc
+$ /purchasing/includes/db/grn_db.inc 
+  
+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])
+$ sql/basic.sql
+
+24-Jul-2008 Joe Hunt
+# Pressing the link in the meta_forward function may result in a blank page.
+$ /includes/ui/ui_controls.inc
+
+23-Jul-2008 Joe Hunt
+# Increment reference bug in GL Deposit and missing hyperlink parameter.
+$ /gl/gl_bank.php
+  /gl/includes/gl_bank_ui.inc
+  
+22-Jul-2008 Janusz Dobrowolski
+# Corrected backup maintenance page display during script download.
+$ /admin/backups.php
+
+20-Jul-2008 Janusz Dobrowolski
+# Corrected reports page display after yesterday change.
+$ /reporting/reports_main.php
+
+19-Jul-2008 Janusz Dobrowolski
+! Content of js-only pages superseded by the requirement notification in non-js browsers.
+$ /admin/backups.php
+  /reporting/reports_main.php
++ Support for js only divs/pages.
+$ /includes/main.inc
+  /includes/ui/ui_controls.inc
+  /js/inserts.js
+# Fixed page usability in non-js mode.
+$ /sales/inquiry/sales_orders_view.php
+# Small table view fix
+$ /admin/inst_lang.php
+
+18-Jul-2008 Janusz Dobrowolski
++ Added optional processing progressbar for submit buttons
+$ /includes/ui/ui_input.inc
+  /includes/ui/ui_lists.inc
+  /js/inserts.js
+  /themes/aqua/images/progressbar.gif (new)
+  /themes/cool/images/progressbar.gif (new)
+  /themes/default/images/progressbar.gif (new)
+# Fixed database error after empty supplier search result [0000022]
+$ /purchasing/supplier_credit.php
+  /purchasing/supplier_invoice.php
+# Fixed focus after update
+$ /admin/company_preferences.php
+# Fixed message typo.
+$ /admin/create_coy.php
+# Fixed line edition layout
+$ /inventory/includes/item_adjustments_ui.inc
+
+18-Jul-2008 Joe Hunt
+# Parse error fixed [0000021] in customer_credit_invoice.php
+$ /sales/customer_credit_invoice.php
+
+15-Jul-2008 Janusz Dobrowolski
+# Fixed bug [0000018] - unwanted freight cost reset on page update.
+$ /sales/customer_delivery.php
+
+14-Jul-2008 Janusz Dobrowolski
+# Fixed bug [0000017] - error while checking qoh
+$ /includes/ui/items_cart.inc
+  /manufacturing/work_order_issue.php
+# Fixed ajax update
+$ /gl/manage/gl_accounts.php
+
+13-Jul-2008 Joe Hunt
++ Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used.
+$ /reporting/rep709.php
+
+12-Jul-2008 Joe Hunt
+! Rewrite of Tax Report (rep709.php).
+$ /reporting/rep709.php
+
+09-Jul-2008 Janusz Dobrowolski
+# Corrections to maximum input lengths
+$ /gl/manage/bank_accounts.php
+  /gl/manage/gl_account_classes.php
+# Fixed spare Back link on restricted pages
+$ /includes/session.inc
+# Fixed bank_account_types_list()
+$ /includes/ui/ui_lists.inc
+# Fixed warning about unexisting POST var
+$ /sales/manage/customers.php
+
+08-Jul-2008 Janusz Dobrowolski
+# Added validation of entered quantities
+$ /sales/customer_credit_invoice.php
+# Fixed ajax update (0000015) and quantity checks
+$ /sales/customer_delivery.php
+  /sales/customer_invoice.php
+# Fixed invalid voiding sales invoice/delivery/credit (0000016)
+$ /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  /sales/includes/sales_db.inc
+# Fixed setting document date to Today() 
+$ /sales/includes/cart_class.inc
+
+08-Jul-2008 Joe Hunt
++ Addition in test of duplicate fiscal year
+$ /admin/fiscalyears.php
+
+07-Jul-2008 Joe Hunt
+# Corrected a subbug in 00000012 (blank page in sales_types.php).
+$ /sales/manage/sales_types.php
+
+07-Jul-2008 Janusz Dobrowolski
++ Added ajax
+$ /admin/fiscalyears.php
+  /inventory/purchasing_data.php
+# Corrected factor parameter checking (fixes 00000012)
+$ /sales/includes/sales_db.inc
+! Changed selector for fiscal year functions to id
+$ /admin/db/company_db.inc
+# Checking options parameter for combos 
+$ /includes/ui/ui_lists.inc
+
+06-Jul-2008 Janusz Dobrowolski
++ Ajax additions
+$ /admin/view_print_transaction.php
+  /admin/void_transaction.php
+  /dimensions/dimension_entry.php
+  /manufacturing/work_order_entry.php
+  /manufacturing/manage/bom_edit.php
+  /sales/manage/customer_branches.php
++ Default value calculated for new prices
+$ /inventory/prices.php
++ Optional default value for input_num()
+$ /includes/ui/ui_input.inc
++ Submit on change option for currency lists
+$ /includes/ui/ui_lists.inc
+# factor parameter in get_price() is now optional
+$ /sales/includes/sales_db.inc
+# Smaller fix to ajax page content update
+$ /sales/manage/customers.php
+
+05-Jul-2008 Janusz Dobrowolski
++ Ajax additions
+$ /admin/change_current_user_password.php
+  /admin/company_preferences.php
+  /admin/forms_setup.php
+  /admin/gl_setup.php
+  /admin/payment_terms.php
+  /admin/shipping_companies.php
+  /admin/users.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/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
+# Gettext fixes
+$ /gl/manage/bank_accounts.php
+  /gl/manage/bank_trans_types.php
+  /gl/manage/currencies.php
+  /gl/manage/gl_account_classes.php
+  /gl/manage/gl_account_types.php
+  /gl/manage/gl_accounts.php
+
+04-Jul-2008 Janusz Dobrowolski
++ Ajax additions
+  /gl/inquiry/bank_inquiry.php
+  /gl/inquiry/gl_account_inquiry.php
+  /gl/inquiry/gl_trial_balance.php
+  /gl/manage/bank_accounts.php
+  /gl/manage/bank_trans_types.php
+  /gl/manage/currencies.php
+  /gl/manage/exchange_rates.php
+  /gl/manage/gl_account_classes.php
+  /gl/manage/gl_account_types.php
+  /gl/manage/gl_accounts.php
+! Changed layout for simple db table editor pages
+$ /includes/ui/ui_input.inc
+- Removed unused GL account settings.
+$ /admin/gl_setup.php
+  /admin/db/company_db.inc
+  /gl/manage/gl_accounts.php
+# Fixed default sales account for customer branch.
+$ /admin/gl_setup.php
+  /sales/manage/customer_branches.php
+# Fixed focus after ajax page reload.
+$ /includes/ajax.inc
+# Fixed optional submit for yesno and gl_all_accounts lists.
+$ /includes/ui/ui_lists.inc
+
+01-Jul-2008 Janusz Dobrowolski
++ Ajax additions
+  /gl/bank_transfer.php
+  /gl/gl_budget.php
+  /gl/gl_journal.php
+  /gl/includes/ui/gl_journal_ui.inc
++ Added client side calculations for budget
+  /gl/gl_budget.php
+  /js/budget.js
+# Fixed default POST assigning [fixes 0000009]
+  /includes/ui/ui_lists.inc
+# Fixed submit type in submit_row()
+  /includes/ui/ui_input.inc
+# Small display fix
+  /gl/manage/currencies.php
+! Code cleanup
+  /gl/gl_bank.php
+  /gl/includes/ui/gl_bank_ui.inc
+  /inventory/adjustments.php
+  /inventory/transfers.php
+  /purchasing/po_entry_items.php
+  /sales/sales_order_entry.php
+  /sales/credit_note_entry.php
+
+29-Jun-2008 Janusz Dobrowolski
+! Rewritten bank deposit/payment related files, added ajax
+  /gl/gl_deposit.php (removed)
+  /gl/gl_payment.php (removed)
+  /gl/gl_bank.php (added)
+  /gl/includes/ui/gl_bank_ui.inc (new file)
+  /gl/includes/ui/gl_deposit_ui.inc (removed)
+  /gl/includes/ui/gl_payment_ui.inc (removed)
+  /gl/includes/db/gl_db_banking.inc
+  /gl/gl_journal.php
+  /manufacturing/search_work_orders.php
+  /applications/generalledger.php
++ Added fallback flag for non-js mode only ui elements
+$ /js/inserts.js
+! Default value from POST for check_box,hidden and text_cells inputs
+$ /includes/ui/ui_input.inc
+! Rewritten non-sql list selectors
+$ /includes/ui/ui_lists.inc
+  /purchasing/inquiry/supplier_allocation_inquiry.php
+  /purchasing/inquiry/supplier_inquiry.php
+! Added trans_type parameter to items_cart()  
+$ /includes/ui/items_cart.inc
+  /inventory/adjustments.php
+  /inventory/transfers.php
+  /manufacturing/work_order_issue.php
+
+27-Jun-2008 Janusz Dobrowolski
++ Ajax additions
+$ /dimensions/dimension_entry.php
+  /dimensions/inquiry/search_dimensions.php
+  /manufacturing/work_order_add_finished.php
+  /manufacturing/work_order_issue.php
+  /manufacturing/work_order_release.php
+  /manufacturing/includes/work_order_issue_ui.inc
+  /manufacturing/search_work_orders.php
+! Default $selected_id=null (ie current $_POST value) for all lists;
+   standard view (ie with search box) of stock_component_list()
+$ /includes/ui/ui_lists.inc
+# Fixed selection for outstanding work orders
+$ /manufacturing/search_work_orders.php
+# Fixed stock item links
+$ /inventory/includes/item_adjustments_ui.inc
+  /inventory/includes/stock_transfers_ui.inc
+# Fixed typo in menu option
+$ /applications/manufacturing.php
+
+27-Jun-2008 Joe Hunt
+# Minor html adjustment in login.php
+$ /access/login.php
+# Fixed a bug when trying to create a duplicate year
+$ /admin/fiscalyears.php
+# Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php
+$ /applications/manufacturing.php
+
+26-Jun-2008 Janusz Dobrowolski
++ Ajax additions
+$ /includes/ui/ui_lists.inc
+  /inventory/adjustments.php
+  /inventory/cost_update.php
+  /inventory/prices.php
+  /inventory/transfers.php
+  /inventory/includes/item_adjustments_ui.inc
+  /inventory/includes/stock_transfers_ui.inc
+  /inventory/inquiry/stock_movements.php
+  /inventory/manage/items.php
+  /manufacturing/work_order_entry.php
+  /purchasing/po_entry_items.php
+! Changes to items_cart API (line_items indexed by line# instead of stock_id)
+$ /includes/ui/items_cart.inc
+# Fixed bug 0000008 (call to no more existing function)
+$ /sales/includes/db/sales_types_db.inc
+
+25-Jun-2008 Joe Hunt
+# Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
+$ /purchasing/includes/ui/invoice_ui.inc
+
+25-Jun-2008 Janusz Dobrowolski
+# Fixed bug 0000004, removed nested forms in supplier invoice/credit
+$ /purchasing/includes/ui/invoice_ui.inc
+
+25-Jun-2008 Joe Hunt
+# Fixed bug when updating/saving Tax Group Items
+$ /includes/ui/ui_lists.inc
+
+24-Jun-2008 Joe Hunt
+# Fixed inconsistencies in customer and supplier aging 
+$ /sales/includes/db/customers_db.inc
+  /sales/inquiry/customer_inquiry.php
+  /purchasing/includes/db/suppliers_db.inc
+  /reporting/rep102.php
+  /reporting/rep202.php
+# Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
+$ /sales/sales_order_entry.php
+
+
+23-Jun-2008 Janusz Dobrowolski
++ Ajax additions to sales and purchasing modules
+$ /purchasing/po_receive_items.php
+  /purchasing/supplier_credit.php
+  /purchasing/supplier_credit_grns.php
+  /purchasing/supplier_invoice.php
+  /purchasing/supplier_invoice_grns.php
+  /purchasing/supplier_trans_gl.php
+  /purchasing/allocations/supplier_allocate.php
+  /purchasing/includes/ui/invoice_ui.inc
+  /sales/customer_credit_invoice.php
+  /sales/allocations/customer_allocate.php
+# Fixed edition of purchase order (bug #0000001)
+$ /purchasing/includes/ui/po_ui.inc
+! Improved client side allocation functions
+$ /js/allocate.js
++ Optional coloured price_format()
+$ /js/utils.js
+  /js/inserts.js
+! Async update of locations selector
+$ /includes/ui/ui_lists.inc
+# Fixed warning on pages without default focus.
+$ /includes/ui/ui_controls.inc
+# Fixed initial display for numeric inputs with dec=0. 
+$ /includes/ui/ui_input.inc
+
+21-Jun-2008 Janusz Dobrowolski
++ Ajax additions to sales and purchasing modules
+$ /purchasing/po_entry_items.php
+  /purchasing/supplier_payment.php
+  /purchasing/allocations/supplier_allocate.php
+  /purchasing/includes/ui/po_ui.inc
+  /purchasing/inquiry/po_search.php
+  /purchasing/inquiry/po_search_completed.php
+  /purchasing/inquiry/supplier_allocation_inquiry.php
+  /purchasing/inquiry/supplier_inquiry.php
+  /purchasing/manage/suppliers.php
+  /sales/manage/customers.php
+
+21-Jun-2008 Joe Hunt
++ Added upload functionality to company logo. Better names on lists search.
+$ /admin/company_preferences.php
+! Better layout on company logo print-out
+$ /reporting/includes/header2.inc
+
+---------------------------------------Release Candidate 2-------------------------------
+20-Jun-2008 Joe Hunt
+! 2.0 Release Candidate 2
+$ config.php
+  update.html
+  
+20-Jun-2008 Joe Hunt
+! In reorder_level.php the heading gets updated as well
+$ /inventory/reorder_level.php
+! Changes the -1 to 'User Quantiry Decimals' in the table for units.
+$ /inventory/manage/item_units.php
+
+20-Jun-2008 Janusz Dobrowolski
+# Proper error handling even after exit() call.
+$ /includes/errors.inc
+  /includes/main.inc
+  /includes/session.inc
+# Fixed initial combo selection.
+  /includes/ui/ui_lists.inc
+# Layout fixes to customer edition.
+  /sales/manage/customers.php
+# Added order table reload after template option change
+  /sales/inquiry/sales_orders_view.php
+
+19-Jun-2008 Janusz Dobrowolski
++ Added ajax improvements
+$ /purchasing/allocations/supplier_allocation_main.php
+  /sales/customer_delivery.php
+  /sales/customer_invoice.php
+  /sales/allocations/customer_allocation_main.php
+  /sales/manage/customers.php
++ Ajax added to check helper function
+$ /includes/ui/ui_input.inc
+# Fixing database error in branch exist check on empty customer_id
+$ /includes/data_checks.inc
+# Layout fix for hyperlink_params_td()
+$ /includes/ui/ui_controls.inc
+# Fix for initial combo position
+$ /includes/ui/ui_lists.inc
+# Fix to select onchange extension
+$ /js/inserts.js
+
+19-Jun-2008 Joe Hunt
+! changed so the due date is updated when changing customer in direct invoice.
+$ /sales/includes/ui/sales_order_ui.inc
+
 19-Jun-2008 Joe Hunt
 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
 $ /sales/customer_credit_invoice.php