Bad link to view dimension
[fa-stable.git] / CHANGELOG.txt
index 53e0b1a1ab84206f61830af478a3cafc840dd72b..64a401d0ae570d6deb56ce0406cbbd7fcc65599c 100644 (file)
@@ -1,8 +1,8 @@
 /**
 * @version $Id$
 * @package FrontAccounting
-* @copyright (C) 2005 - 2008 FrontAccounting
-* @license http://www.gnu.org/copyleft/agpl-3.0.html GNU/AGPL
+* @copyright (C) 2005 - 2009 FrontAccounting, LLC
+* @license http://www.gnu.org/copyleft/gpl-3.0.html GNU/GPL
 * FrontAccounting is Free Software
 */
 
@@ -19,6 +19,1213 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+15-May-2009 Joe Hunt
+# Bad link to view dimension
+$ /includes/ui/ui_view.inc
+
+14-May-2009 Joe Hunt
++ Added user_id to Journal Inquiry
+$ /gl/inquiry/journal_inquiry.php
+
+13-May-2009 Janusz Dobrowolski
+# Excluding closed transactions from edition/voiding.
+$ /includes/db/audit_trail_db.inc  
+  /admin/void_transaction.php
+  /sales/inquiry/customer_inquiry.php
+  /gl/inquiry/journal_inquiry.php
+# Fixed error during category adding.
+$ /inventory/includes/db/items_category_db.inc
++ Units and item type is editable until item not used.
+$ /inventory/includes/db/items_db.inc
+  /inventory/manage/items.php
+
+11-May-2009 Joe Hunt
+! Changed creating of fiscal year so gap is not allowed. Cannot close year if open years before.
+$ /admin/fiscalyers.php
+
+10-May-2009 Janusz Dobrowolski
+! Support for periodic journal trans closing/indexing
+$ /includes/db/audit_trail_db.inc
+  /admin/fiscalyears.php
+  /gl/includes/db/gl_db_trans.inc
+  /gl/inquiry/journal_inquiry.php
+
+! Restored support for reversed transactions
+$ /gl/gl_journal.php
+  /gl/includes/ui/gl_journal_ui.inc
+
+08-May-2009 Janusz Dobrowolski
++ Added journal entry edition, removed reverse transaction option.
+$ /gl/includes/ui/gl_journal_ui.inc
+  /gl/includes/db/gl_db_trans.inc
++ Added journal entry transaction edition/view
+$ /gl/gl_journal.php
+  /includes/ui/ui_view.inc
++ Added journal inquiry
+$ /gl/inquiry/journal_inquiry.php (new)
+  /includes/ui/ui_lists.inc
+  /applications/generalledger.php
+! Document references saved also in refs table for easy access.
+$ /dimensions/includes/dimensions_db.inc
+  /includes/references.inc
+  /gl/includes/db/gl_db_banking.inc
+  /inventory/includes/db/items_adjust_db.inc
+  /inventory/includes/db/items_transfer_db.inc
+  /manufacturing/includes/db/work_order_issues_db.inc
+  /manufacturing/includes/db/work_order_produce_items_db.inc
+  /manufacturing/includes/db/work_orders_db.inc
+  /manufacturing/includes/db/work_orders_quick_db.inc
+  /purchasing/includes/db/grn_db.inc
+  /purchasing/includes/db/invoice_db.inc
+  /purchasing/includes/db/po_db.inc
+  /purchasing/includes/db/supp_payment_db.inc
+  /sales/includes/db/payment_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  /sql/alter2.2.php
+! Small fixes needed for pending client-side validation support
+$ /includes/current_user.inc
+  /includes/main.inc
+  /includes/session.inc
+  /includes/page/header.inc
+  /includes/page/footer.inc
+  /includes/errors.inc
+  /js/inserts.js
+  /js/utils.js
+  /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+  /themes/aqua/renderer.php
+  /themes/cool/renderer.php
+  /themes/default/renderer.php
+! Function get_reference return string instead of mysql resource.
+$ /includes/db/references_db.inc
+! Added reference var
+$ /includes/ui/items_cart.inc
+# Small bugfix in invoice view
+$ /sales/includes/db/sales_invoice_db.inc
+# Last document date bug fixed
+$ /sales/customer_delivery.php
+# Fixed false warning during upgrade process in debug mode.
+$ /admin/inst_upgrade.php
+
+03-May-2009 Janusz Dobrowolski
++ Audit trail added.
+$ /includes/db/audit_trail_db.inc (new)
+  /admin/db/voiding_db.inc
+  /gl/includes/db/gl_db_banking.inc
+  /gl/includes/db/gl_db_trans.inc
+  /includes/main.inc
+  /inventory/includes/db/items_adjust_db.inc
+  /inventory/includes/db/items_trans_db.inc
+  /inventory/includes/db/items_transfer_db.inc
+  /manufacturing/includes/db/work_order_issues_db.inc
+  /manufacturing/includes/db/work_order_produce_items_db.inc
+  /manufacturing/includes/db/work_orders_db.inc
+  /manufacturing/includes/db/work_orders_quick_db.inc
+  /purchasing/includes/db/grn_db.inc
+  /purchasing/includes/db/po_db.inc
+  /purchasing/includes/db/supp_trans_db.inc
+  /sales/includes/db/cust_trans_db.inc
+  /sales/includes/db/sales_order_db.inc
+  /sql/alter2.2.php
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+! Changed primary key in users table
+$ /admin/change_current_user_password.php
+  /admin/inst_upgrade.php
+  /admin/users.php
+  /admin/db/users_db.inc
+  /includes/current_user.inc
+! Enabled drop table queries during non-forced upgrade
+$ /admin/db/maintenance_db.inc
+# Small optimization
+  /sales/includes/sales_db.inc
+# Fixed default date handling.
+$ /sales/customer_invoice.php
+# Fixed error handling in debug mode
+$ /includes/errors.inc
+  /includes/db/connect_db.inc
+
+02-May-2009 Joe Hunt
+# Minor bug Profit & Loss Statement
+$ /reporting/rep707.php
+
+02-May-2009 Joe Hunt
+! Company setup option for printing server Time Zone on Reports Print-Out.
+! Company setup version_id for stamping the version id. Can be used for check for update.
+$ /admin/company_preferences.php
+  /admin/db/company_db.inc
+  /reporting/includes/pdf_report.inc
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+  
+01-May-2009 Joe Hunt
+! Changed Customer Balance and Supplier Balance to period select with Open Balance
+$ /reporting/reports_main.php
+  /reporting/rep101.php
+  /reporting/rep201.php
+  
+30-Apr-2009 Janusz Dobrowolski
+! Merged changes from main trunk  2.1.1-2.1.2 (see below)
+
+30-Apr-2009 Janusz Dobrowolski
+# Small layout fixes 
+$ /includes/errors.inc
+  /themes/aqua/renderer.php
+  /themes/cool/renderer.php
+  /themes/default/renderer.php
+
+29-Apr-2009 Janusz Dobrowolski
+! Messages styles moved default.css
+$ /includes/errors.inc
+  /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+
+28-Apr-2009 Joe Hunt
+! Changed so the close of fiscal years also closes the balances and brings forward retained earnings.
+$ /admin/gl_setup.ph
+  /admin/fiscalyears.php
+  /admin/db/company_db.inc
+  /sql/en_US-new.sql
+  /sql/en_US-demo.sql
+  /sql/alter2.2.sql
+  
+25-Apr-2009 Janusz Dobrowolski
+# Fixed ambigous sql
+$ /inventory/manage/item_categories.php
+
+25-Apr-2009 Joe Hunt
+! Removed obsolete field 'included_in_price' from table 'Tax_group_items' in en_US-demo.sql.
+$ /sql/en_US-demo.sql
+  /sql/alter2.2.sql
+
+24-Apr-2009 Janusz Dobrowolski
++ Added inactive records support.
+$ /admin/payment_terms.php
+  /admin/shipping_companies.php
+  /gl/includes/db/gl_db_account_types.inc
+  /gl/includes/db/gl_db_currencies.inc
+  /gl/manage/bank_accounts.php
+  /gl/manage/currencies.php
+  /gl/manage/gl_account_classes.php
+  /gl/manage/gl_account_types.php
+  /gl/manage/gl_accounts.php
+  /includes/ui/ui_lists.inc
+  /inventory/includes/db/items_units_db.inc
+  /inventory/includes/db/movement_types_db.inc
+  /inventory/manage/item_categories.php
+  /inventory/manage/item_units.php
+  /inventory/manage/items.php
+  /inventory/manage/locations.php
+  /inventory/manage/movement_types.php
+  /manufacturing/includes/db/work_centres_db.inc
+  /manufacturing/manage/work_centres.php
+  /purchasing/manage/suppliers.php
+  /sales/includes/db/sales_points_db.inc
+  /sales/manage/sales_points.php
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+  /taxes/item_tax_types.php
+  /taxes/tax_groups.php
+  /taxes/tax_types.php
+  /taxes/db/tax_groups_db.inc
+  /taxes/db/tax_types_db.inc
+# Edit buttons center alignment.
+$ /includes/ui/ui_input.inc
+# Fixed ajax request using element name on multi-part forms.
+$ /js/utils.js
+
+24-Apr-2009 Joe Hunt
+! Added option to select how to present Balance Sheet and P&L Statement
+$ /gl/manage/gl_account_classes.php
+  /gl/includes/db/gl_db_account_types.inc
+  /reporting/rep706.php
+  /reporting/rep707.php
+  /sql/alter2.2.sql
+
+22-Apr-2009 Janusz Dobrowolski
++ Added inactive records support.
+$ /sales/includes/db/credit_status_db.inc
+  /sales/includes/db/sales_types_db.inc
+  /sales/manage/credit_status.php
+  /sales/manage/customer_branches.php
+  /includes/data_checks.inc
+  /sales/manage/sales_groups.php
+  /sales/manage/sales_people.php
+  /sales/manage/sales_types.php
+# Slightly changed inactive record support
+$ /includes/ui/ui_input.inc
+  /includes/ui/ui_lists.inc
+  /sales/manage/customers.php
+  /sales/manage/sales_areas.php
+! Display all db_query errors in debug mode
+$ /includes/db/connect_db.inc
+# Hide empty/disabled tabs
+$ /frontaccounting.php
+  /applications/dimensions.php
+# Small typo fixed
+$ /applications/application.php
+
+21-Apr-2009 Janusz Dobrowolski
++ Support for inactive records.
+$ /includes/ui/ui_lists.inc
+  /includes/ui/ui_input.inc
+  /includes/db/sql_functions.inc
+  /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
++ Added inactive field in cust_branches
+$ /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
++ Added inactive records edition.
+$ /sales/manage/customers.php
+  /sales/manage/sales_areas.php
+  
+08-Apr-2009 Janusz Dobrowolski
+# Fix for hotkeys on multi form pages.
+$ /js/inserts.js
+! Customer name max. length 80
+$ /sales/manage/customers.php
+  /sql/alter2.2.php
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+
+30-Mar-2009 Janusz Dobrowolski
+! Merged changes from main trunk for versions 2.1RC-2.1.1 (see below)
+$ /admin/db/v_banktrans.inc (removed)
+  /applications/manufacturing.php
+  /gl/include/db/gl_db_banking.inc
+  /gl/includes/ui/gl_bank_ui.inc
+  /gl/includes/ui/gl_journal_ui.inc
+  /gl/manage/exchange_rates.php
+  /.htaccess
+  /includes/banking.inc
+  /includes/data_checks.inc
+  /includes/ui/items_cart.inc
+  /includes/ui/ui_inputs.inc
+  /includes/ui/ui_lists.inc
+  /install.html
+  /install/index.php
+  /install/save.php
+  /inventory/includes/inventory_db.inc
+  /inventory/manage/items.php
+  /inventory/manage/sales_kits.php
+  /js/inserts.js
+  /lang/new_language_template/LC_MASSAGES/empty.po
+  /manufacturing/inquiry/bom_cost_inquiry.php
+  /purchasing/allocations/supplier_allocate.php
+  /purchasing/manage/suppliers.php
+  /reporting/includes/doctext2.inc
+  /reporting/includes/doctext.inc
+  /reporting/including/excel_report.inc
+  /reporting/rep104.php
+  /reporting/rep106.php
+  /reporting/rep303.php
+  /reporting/rep702.php
+  /sales/allocations/customer_allocate.php
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_points_db.inc
+  /sales/includes/ui/sales_credit_ui.inc
+  /sales/includes/ui/sales_order_ui.inc
+  /sales/manage/sales_points.php
+  /sales/sales_order_entry.php
+  /sql/alter2.1.sql
+  /taxes/tax_types.php
+  /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+
+29-Mar-2009 Janusz Dobrowolski
+! Added cancel button
+$ /inventory/manage/items.php
+! Element id generation speedup
+$ /includes/ui/ui_view.inc
+# Fixed hotkeys behaviour in report module
+$ /js/inserts.js
+  /reporting/includes/reports_classes.inc
+
+21-Mar-2009 Janusz Dobrowolski
++ Option to use last document date on subsequent new documents.
+$ /admin/display_prefs.php
+  /admin/db/users_db.inc
+  /includes/current_user.inc
+  /includes/prefs/userprefs.inc
+  /sql/alter2.2.php
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
++ Optional check for current date in date_cells()/date_row()
+$ /includes/ui/ui_input.inc
+! Save/retrieve last document date.
+$ /gl/bank_account_reconcile.php
+  /gl/gl_bank.php
+  /gl/gl_journal.php
+  /gl/includes/ui/gl_bank_ui.inc
+  /gl/includes/ui/gl_journal_ui.inc
+  /includes/date_functions.inc
+  /includes/ui/ui_view.inc
+  /inventory/adjustments.php
+  /inventory/transfers.php
+  /inventory/includes/item_adjustments_ui.inc
+  /inventory/includes/stock_transfers_ui.inc
+  /manufacturing/work_order_entry.php
+  /purchasing/po_entry_items.php
+  /purchasing/po_receive_items.php
+  /purchasing/supplier_payment.php
+  /purchasing/includes/ui/grn_ui.inc
+  /purchasing/includes/ui/invoice_ui.inc
+  /purchasing/includes/ui/po_ui.inc
+  /sales/credit_note_entry.php
+  /sales/customer_credit_invoice.php
+  /sales/customer_delivery.php
+  /sales/customer_invoice.php
+  /sales/customer_payments.php
+  /sales/sales_order_entry.php
+  /sales/includes/cart_class.inc
+  /sales/includes/sales_db.inc
+  /sales/includes/db/sales_order_db.inc
+  /sales/includes/ui/sales_credit_ui.inc
+  /sales/includes/ui/sales_order_ui.inc
+
+18-Mar-2009 Janusz Dobrowolski
++ Additional option for submit_add_or_update_x() helpers
+$ /includes/ui/ui_input.inc
++ Icon for default escape button
+$ /themes/aqua/images/escape.png (new)
+  /themes/cool/images/escape.png (new)
++ Arrow navigation also in report menus
+$ /js/utils.js
+  /js/inserts.js
++ Added default keys for form submition/cancelling when apprioprate.
+$ All form entry files.
+
+17-Mar-2009 Joe Hunt
+! Changed so company domicile is printed on invoices and statements if filled out.
+$ /reporting/includes/header2.inc
+
+17-Mar-2009 Janusz Dobrowolski
++ Added default delivery_required_by parameter, removed custom company fields/names.
+$ /admin/company_preferences.php
+  /admin/gl_setup.php
+  /admin/db/company_db.inc
+  /includes/prefs/sysprefs.inc
+  /sql/alter2.2.php (new)
+  /sql/alter2.2.sql (new)
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
++ Item category now contains default parameters for new items.
+$ /inventory/includes/db/items_category_db.inc
+  /inventory/manage/item_categories.php
+  /inventory/manage/items.php
+  /sql/alter2.2.php
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+! Updated FA version string.
+$ /config.php
+! Stock item types moved to types.inc
+$ /includes/types.inc
+  /includes/ui/ui_lists.inc
+! Focus js code optimization
+$ /js/inserts.js
+  /js/utils.js
+16-Mar-2009 Janusz Dobrowolski
++ Support for default buttons with Ctrl-Enter/Escape hotkeys, 
+       arrow navigation in menus
+$ /includes/ui/ui_input.inc
+  /includes/ui/ui_controls.inc
+  /includes/ui/ui_view.inc
+  /includes/page/footer.inc
+  /config.php
+  /js/inserts.js
+  /js/utils.js
+  /reporting/includes/reporting.inc
+  /themes/default/images/escape.png
+  /themes/aqua/default.css
+  /themes/aqua/renderer.php
+  /themes/cool/default.css
+  /themes/cool/renderer.php
+  /themes/default/default.css
+  /themes/default/renderer.php
+  /themes/default/images/escape.png
+  /sales/sales_order_entry.php
+
+! SID & start_form() cleanup
+$ /.htaccess
+  /access/logout.php
+  /admin/attachments.php
+  /admin/backups.php
+  /admin/create_coy.php
+  /admin/inst_lang.php
+  /admin/inst_module.php
+  /admin/view_print_transaction.php
+  /admin/void_transaction.php
+  /dimensions/inquiry/search_dimensions.php
+  /gl/bank_transfer.php
+  /gl/gl_bank.php
+  /gl/inquiry/gl_trial_balance.php
+  /gl/manage/exchange_rates.php
+  /inventory/adjustments.php
+  /inventory/cost_update.php
+  /inventory/prices.php
+  /inventory/purchasing_data.php
+  /inventory/reorder_level.php
+  /inventory/transfers.php
+  /inventory/inquiry/stock_movements.php
+  /inventory/inquiry/stock_status.php
+  /inventory/manage/item_codes.php
+  /inventory/manage/sales_kits.php
+  /manufacturing/search_work_orders.php
+  /manufacturing/work_order_issue.php
+  /manufacturing/inquiry/bom_cost_inquiry.php
+  /manufacturing/manage/bom_edit.php
+  /purchasing/po_entry_items.php
+  /purchasing/po_receive_items.php
+  /purchasing/supplier_credit.php
+  /purchasing/supplier_invoice.php
+  /purchasing/supplier_payment.php
+  /purchasing/allocations/supplier_allocate.php
+  /purchasing/inquiry/po_search.php
+  /purchasing/inquiry/po_search_completed.php
+  /purchasing/inquiry/supplier_allocation_inquiry.php
+  /purchasing/inquiry/supplier_inquiry.php
+  /sales/credit_note_entry.php
+  /sales/customer_credit_invoice.php
+  /sales/customer_delivery.php
+  /sales/customer_invoice.php
+  /sales/allocations/customer_allocate.php
+  /sales/includes/ui/sales_credit_ui.inc
+  /sales/inquiry/customer_allocation_inquiry.php
+  /sales/inquiry/sales_deliveries_view.php
+  /sales/inquiry/sales_orders_view.php
+
+------------------------------- Release 2.1.2 ----------------------------------
+30-Apr-2009 Joe Hunt
+! Release 2.1.2
+$ config.php
+
+22-Apr-2009 Joe Hunt
+! Changed the text 'Supplier Account No' to 'Our Customer No' in Supplier form
+$ /purchasing/manage/suppliers.php
+
+20-Apr-2009 Janusz Dobrowolski
+# Rewritten backup manager, fixed progressbar bug.
+$ /admin/backups.php
+# Fixed bug in zipped sql file restore.
+$ /admin/db/maintenance_db.inc
+! JsHttpRequest class updated to latest version.
+$ /includes/JsHttpRequest.php
+  /js/JsHttpRequest.js
+! Added optional parameter in vertical_space()
+$ /includes/ui/ui_controls.inc
++ Helper for javascript confirm dialogs added.
+$ /includes/ui/ui_input.inc
+! Client side confirm dialog added for destructive submits.
+$ /purchasing/supplier_invoice.php
+  /purchasing/includes/ui/invoice_ui.inc
+  /sales/sales_order_entry.php
++ Added retry after timeout on unreliable ajax connections. Preparation for client-side javascript checks.
+$ /includes/current_user.inc
+  /includes/page/footer.inc
+  /includes/page/header.inc
+  /includes/ui/ui_view.inc
+  /access/login.php
+  /js/inserts.js
+  /js/utils.js
+  /themes/aqua/images/progressbar.gif
+  /themes/cool/images/progressbar.gif
+  /themes/default/images/progressbar.gif
+  /themes/default/images/ajax-loader2.gif (new)
+  /themes/default/images/warning.png (new)
+  /themes/aqua/images/ajax-loader2.gif (new)
+  /themes/aqua/images/warning.png (new)
+  /themes/cool/images/ajax-loader2.gif (new)
+  /themes/cool/images/warning.png (new)
+# Fixed supplier uom retrieval.
+$ /purchasing/includes/db/po_db.inc
+
+04-Apr-2009 Janusz Dobrowolski
+# Paper format defaults to A4 for unknown specifiers.
+$ /reporting/includes/pdf_report.inc
+# Sealing sql statements.
+$ /sales/manage/customers.php
+
+01-Apr-2009 Janusz Dobrowolski
+# Fixed document mailing.
+$ /reporting/includes/pdf_report.inc
+# Fixed focus javascript error on lists.
+$ /includes/ui/ui_lists.inc
+# Fixed report links hotkey selection
+$ /js/inserts.js
+
+------------------------------- Release 2.1.1 ----------------------------------
+30-Mar-2009 Janusz Dobrowolski
+# Fixed display of unsufficient quantities in sales docs.
+$ /sales/includes/ui/sales_order_ui.inc
+  /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+# Updated gettext template file
+$ /lang/new_language_template/LC_MASSAGES/empty.po
+! Release 2.1.1
+$ config.php
+
+29-Mar-2009 Janusz Dobrowolski
+# [0000126] 'Invoice' words on credit note document.
+$ /reporting/includes/doctext.inc
+  /reporting/includes/doctext2.inc
+# [0000125] Sql error when creating credit note.
+$ /sales/includes/db/sales_credit_db.inc
+# [0000121] Error during qoh calculations.
+$ /sales/includes/ui/sales_order_ui.inc
+
+28-Mar-2009 Janusz Dobrowolski
+# [0000124] Cannot add exchange rate <1 when comma is set as dec separator.
+$ /gl/manage/exchange_rates.php
+
+27-Mar-2009 Janusz Dobrowolski
+# Fixed include file path in reports 104,303
+$ /reporting/rep104.php
+  /reporting/rep303.php
+
+26-Mar-2009 Janusz Dobrowolski
+# Fixed problems with cash invoices created after db upgrade.
+$ /includes/data_checks.inc
+  /sales/includes/db/sales_points_db.inc
+  /sales/manage/sales_points.php
+  /sql/alter2.1.sql
+
+24-Mar-2009 Joe Hunt
+# Wrong price decimals in Report Salesman Listing
+$ /reporting/rep106.php
+
+23-Mar-2009 Janusz Dobrowolski
+# Fixed keybord access issue after AltTab
+$ /js/inserts.js
+
+23-Mar-2009 Joe Hunt
+# Bad thousand/decimal formatting in XLS reports.(OpenOffice)
+$ /reporting/including/excel_report.inc
+
+22-Mar-2009 Janusz Dobrowolski/Joe Hun rerun, didn't work (empty file when inserting)
+# Fixed item picture display after upload, fixed item image filenames. Option to remove image.
+$ /inventory/manage/items.php
+  /inventory/includes/inventory_db.inc
+  /reporting/rep104.php
+  /reporting/rep303.php
+
+21-Mar-2009 Janusz Dobrowolski
+# Broken currency section after date change.
+$ /sales/includes/ui/sales_credit_ui.inc
+  /sales/includes/ui/sales_order_ui.inc
+
+20-Mar-2009 Joe Hunt
+# Truncation bug when inserting/updating entered supplier credit limit
+$ /purchasing/manage/suppliers.php
+
+19-Mar-2009 Joe Hunt
+# [0000120] SQL Error when leaving Default Rate: blank when adding Tax Types
+$ /taxes/tax_types.php
+
+19-Mar-2009 Janusz Dobrowolski
+# Fixed quick entry amount update on list change.
+$ /gl/includes/ui/gl_journal_ui.inc
+
+------------------------------- Release 2.1 ----------------------------------------------------
+18-Mar-2009 Joe Hunt
+! Release 2.1
+$ config.php
+
+18-Mar-2009 Janusz Dobrowolski
+# Additional php.ini checks and fixes for php in CGI mode
+$ /.htaccess
+  /install.html
+  /install/index.php
+  /install/save.php
+# Default focus in lists on searchbox if used.
+$ /includes/ui/ui_lists.inc
+# Fixed update after code search.
+$ /inventory/manage/sales_kits.php
+
+16-Mar-2009 Janusz Dobrowolski
+# Fixed redirection after order cancelation.
+$ /sales/sales_order_entry.php
+
+15-Mar-2009 Joe Hunt
+# Minor bug in Report List of Journal Entries
+$ /reporting/rep702.php
+
+14-Mar-2009 Joe Hunt
+! Changed so exchange variances is stamped on invoice GL instead of payment GL
+  if invoice date is later than payment date
+$ /includes/banking.inc
+
+13-Mar-2009 Janusz Dobrowolski/Joe Hunt
+# GL line delete bug fixed.
+$ /gl/includes/ui/gl_bank_ui.inc
+  /gl/includes/ui/gl_journal_ui.inc
+  /includes/ui/items_cart.inc
+# Random syntax error + new menu item :).
+$ /manufacturing/inquiry/bom_cost_inquiry.php
+  /applications/manufacturing.php
+- Removed non used file
+$ /admin/db/v_banktrans.inc (removed)
+
+11-Mar-2009 Joe Hunt
+# Several errors related to new bank account id in /gl/includes/db/gl_db_banking.inc
+$ /gl/include/db/gl_db_banking.inc
+
+10-Mar-2009 Janusz Dobrowolski
+# [0000119] Fixed search by item description in sales item selector.
+$ /includes/ui/ui_lists.inc
+# Fixed email_row/link_row display for empty input value.
+$ /includes/ui/ui_inputs.inc
+# Small layout fix 
+$ /purchasing/allocations/supplier_allocate.php
+  /sales/allocations/customer_allocate.php
+
+------------------------------- Release 2.1.0 RC ------------------------------------------------
+09-Mar-2009 Joe Hunt
+! Release 2.1.0 Release Candidate (RC).
+$ config.php
+! Report clean up
+$ /reporting/includes/excel_report.inc
+
+09-Mar-2009 Janusz Dobrowolski
+# Initial prefs for new created user now copied form current admin settings.
+$ /admin/users.php
+# Changed page_security level to 1
+$ /admin/display_prefs.php
+# Fixed item code display after item delete
+$ /inventory/manage/items.php
+# Cosmetic cleanup
+$ /includes/session.inc
+
+08-Mar-2009 Joe Hunt
+! XLS engine now compatible with PEAR Excel Writer.
+$ /reporting/includes/excel_report.inc
+  /reporting/includes/Workbook.php
+  
+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/includes/excel_report.inc
+  /reporting/includes/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)
+
+28-Feb-2009 Joe Hunt
+! Improved layout in standard themes (graphics)
+$ /themes/aqua/renderer.php
+  /themes/aqua/help.gif (new file)
+  /themes/aqua/login.gif (new file)
+  /themes/aqua/right.gif (new file)
+  /themes/cool/renderer.php
+  /themes/cool/help.gif (new file)
+  /themes/cool/login.gif (new file)
+  /themes/cool/right.gif (new file)
+  /themes/default/renderer.php
+  /themes/default/help.gif (new file)
+  /themes/default/login.gif (new file)
+  /themes/default/right.gif (new file)
+  /themes/themes/login.css
+    
+27-Feb-2009 Janusz Dobrowolski
+# Security fix to my last commit.
+$ /frontaccounting.php
+  /includes/lang/language.php
+
+25-Feb-2009 Joe Hunt
+! Improved layout
+$ /inventory/prices.php
+  /inventory/reorder_level.php
+  /inventory/inquiry/stock_status.php
+  
+24-Feb-2009 Janusz Dobrowolski
+# Cleaning startup code
+$ /index.php
+  /frontaccounting.php
+  /includes/session.inc
+  /includes/db/connect_db.inc
+  /includes/lang/gettext.php
+  /includes/lang/language.php
+# Language changed on display prefs page stored to database.
+$ /admin/display_prefs.php
+  /admin/db/users_db.inc
+  /includes/current_user.inc
+# Fixed tab hot keys
+$ /applications/customers.php
+  /applications/dimensions.php
+  /applications/generalledger.php
+  /applications/inventory.php
+  /applications/manufacturing.php
+  /applications/setup.php
+  /applications/suppliers.php
+
+23-Feb-2009 Joe Hunt
+! Changed extension include to be outside function. Didn't work in submenus.
+$ frontaccounting.php
+  /includes/main.inc
+! Better color in data picker
+$ /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+  
+22-Feb-2009 Janusz Dobrowolski
+! Application startup code cleanup.
+$ /frontaccounting.php
+  /index.php
+  /applications/customers.php
+  /applications/dimensions.php
+  /applications/generalledger.php
+  /applications/inventory.php
+  /applications/manufacturing.php
+  /applications/setup.php
+  /applications/suppliers.php
+  /includes/session.inc
+  /includes/lang/language.php
+  /themes/default/renderer.php
+  /themes/aqua/renderer.php
+  /themes/cool/renderer.php
+! Removed obsolete $applications array.
+$ /config.php
+! Cosmetic cleanup
+$ /includes/main.inc
+! Calendar style moved to theme default.css
+$ /includes/ui/ui_view.inc
+  /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+# Fixed charset selection on login screen
+$ /access/login.php
+# Blocked password changes in demo mode
+$ /admin/change_current_user_password.php
+! Default theme and language set for not logged user
+$ /includes/current_user.inc
+  /includes/prefs/userprefs.inc
+# Fixed initial query order.
+$ /purchasing/inquiry/po_search.php
+
+21-Feb-2009 Joe Hunt
+! Added nowrap for date type fields in db_pager_view.inc. Problems with (-) sep.
+$ /includes/ui/db_pager_view.inc
+! Better layout in stock_movements.php
+$ /inventory/inquiry/stock_movements.php
+
+18-Feb-2009 Joe Hunt
+! Better layout in Items form.
+$ /inventory/manage/items.php
+
+16-Feb-2009 Joe Hunt
+# Instruction in update.html should include switch to standard theme before upgrade
+$ update.html
+# Bug in function get_ecb_rate when no function curl_init (missing url part)
+$ /gl/includes/db/gl_db_rates.inc
+
+------------------------------- Release 2.1.0 beta 2 -------------------------------------------
+15-Feb-2009 Joe Hunt
+! Release 2.1.0 beta 2
+$ config.php
+
+14-Feb-2009 Janusz Dobrowolski
+# Removed obsolete bank_trans field
+$ /sql/alter2.1.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+# Drop column queries executed also in not forced upgrade install 
+$ /admin/db/maintenance_db.inc
+
+13-Feb-2009 Janusz Dobrowolski
+! Added login page language setting
+$ /access/login.php
+  /admin/inst_lang.php
+  /includes/lang/language.php
+  /lang/installed_languages.inc
+# Message typo fixed
+$ /admin/display_prefs.php
+# Unified display_error function name in install wizard and main code
+$ /install/save.php
+
+13-Feb-2009 Joe Hunt
+# Minor bug fix in Quick Entry tax account choice for Journal Entry.
+$ /includes/ui/ui_view.inc
+
+12-Feb-2009 Janusz Dobrowolski
+! Changed extension menu file placement, added support for gettext in extensions.
+$ /frontaccounting.php
+# Fix for some buggy curl versions.
+$ /gl/includes/db/gl_db_rates.inc
+  /gl/manage/exchange_rates.php
+# Fixed get_amount() to return 0 for invalid input.
+$ /js/utils.js
+  /js/budget.js
+
+------------------------------- Release 2.1.0 beta --------------------------------------------
+
+08-Feb-2009 Janusz Dobrowolski
+# Fixed division by zero bug in empty pager
+$ includes/db_pager.inc
+# Fixed special char display issue in item name [0000116]
+$ sales/includes/cart_class.inc
+
+08-Feb-2009 Joe Hunt
+! Changed license type to GNU GPLv3. Stamped headers changed.
+$ all appropriate source files
+
+04-Feb-2009 Joe Hunt
+! Removed ALTER TABLE DROP columns
+$ /sql/alter2.1.sql
+! Removed files from CVS
+/company/0/images/logo_frontaccounting.png
+/reporting/fonts/vera.afm
++ Added files to CVS
+/doc/2.1_Beta.txt
+/doc/extensions.txt
+/themes/default/images/escape.png
+
+04-Feb-2009 Joe Hunt
+# Software Upgrade (re-read of current user needed)
+$ /admin/inst_upgrade.php
+
+03-Feb-2009 Joe Hunt
+! install/index.php link to AGPL license
+$ /install/index.php
+
+03-Feb-2009 Janusz Dobrowolski
+! Merging bugfixes since 2.0.6 from main trunk (see below)
+$ /config.php
+  /gl/includes/db/gl_db_banking.inc
+  /gl/manage/gl_account_classes.php
+  /includes/ui/items_cart.inc
+  /includes/ui/ui_view.inc
+  /purchasing/includes/db/invoice_db.inc
+  /reporting/rep101.php
+  /reporting/rep201.php
+  /reporting/includes/class.pdf.inc
+  /sales/credit_note_entry.php
+  /sales/customer_credit_invoice.php
+  /sales/customer_delivery.php
+  /sales/customer_invoice.php
+  /sales/includes/db/payment_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  /sales/includes/ui/sales_order_ui.inc
+  /sales/view/view_credit.php
+# Due date display finally fixed.
+$ /purchasing/inquiry/supplier_inquiry.php
+  /sales/inquiry/customer_inquiry.php
+
+------------------------------- Release 2.0.7 --------------------------------------------
+03-Feb-2009 Joe Hunt
+! New release 2.0.7
+$ config.php
+
+22-Jan-2009 Joe Hunt
+# Bug [0000112] It shows invoices as overdue still (in red), even though its been payed and allocated. 
+$ /sales/inquiry/customer_inquiry.php
+
+13-Jan-2009 Joe Hunt
+# Bug [0000111] Accounts on Credit Hold can still process delivery notes on sales order and invoicing.
+$ /sales/customer_delivery.php
+  /sales/customer_invoice.php
+  /sales/includes/ui/sales_order_ui.inc
+  
+08-Jan-2009 Janusz Dobrowolski
+# Numeric check on class id added.
+$ /gl/manage/gl_account_classes.php
+
+02-Jan-2009 Joe Hunt
+# [0000104] minor language updates in a few sales files 
+$ /sales/customer_invoice.php
+
+23-Dec-2008 Joe Hunt
+# Fixed an accounting sync in GL when adding bank account transactions (no customer/supplier trans)
+$ /gl/includes/db/gl_db_banking.inc
+
+22-Dec-2008 Janusz Dobrowolski
+# [0000102] Credit note was stored without entered shippment cost and comment.
+$ /sales/credit_note_entry.php
+# [0000103] Error during save of modified freehand credit note.
+$ /sales/includes/db/cust_trans_db.inc
+
+18-Dec-2008 Joe Hunt
+# [0000101] Roll back of yeasterday issues
+$ /purchasing/includes/db/invoice_db.inc
+  /purchasing/includes/db/supp_payment_db.inc
+  /sales/includes/db/payment_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+
+17-Dec-2008 Joe Hunt
+# [0000101] More wonderful rounding issues 
+$ /includes/ui/ui_view.inc
+  /purchasing/includes/db/invoice_db.inc
+  /purchasing/includes/db/supp_payment_db.inc
+  /sales/includes/db/payment_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  
+16-Dec-2008 Joe Hunt
+# [0000100] Keep getting left allocated weird results (rounding problems).
+$ /includes/ui/ui_view.inc
+  /purchasing/inquiry/supplier_allocation_inquiry.php
+  /reporting/rep101.php
+  /reporting/rep201.php
+  /sales/inquiry/customer_allocation_inquiry.php
+
+10-Dec-2008 Janusz Dobrowolski
+# [0000099] New line added to inventory transfer/adjustment sometimes overwrites old one.
+$ /includes/ui/items_cart.inc
+
+09-Dec-2008 Janusz Dobrowolski
+# [0000098] Unable issue of credit note for invoice with removed item lines.
+$ /sales/customer_credit_invoice.php
+# [0000097] Can't void freehand customer credit note.
+$ /sales/includes/db/sales_invoice_db.inc
+# Fixed to hide empty credit note lines.
+$ /sales/view/view_credit.php
+-------------------------------------------------------------------------------
+
+03-Feb-2009 Janusz Dobrowolski
+# sql2date around row[date] in due date.
+$ /purchasing/inquiry/supplier_inquiry.php
+# Bugfix [0000115] once again.
+$ /sales/inquiry/sales_orders_view.php
+# Division by zero avoided in db_pager
+$ /includes/db_pager.inc
+
+02-Feb-2009 Joe Hunt
+! Better layout in Form setup
+$ /admin/forms_setup.php
+# sql2date around row[date] in due date.
+$ /sales/inquiry/customer_inquiry.php
+
+02-Feb-2009 Janusz Dobrowolski
+# Fixed initial sort order in pagers
+$ /dimensions/inquiry/search_dimensions.php
+  /includes/db_pager.inc
+  /purchasing/allocations/supplier_allocation_main.php
+  /purchasing/inquiry/po_search_completed.php
+  /purchasing/inquiry/supplier_allocation_inquiry.php
+  /purchasing/inquiry/supplier_inquiry.php
+  /sales/allocations/customer_allocation_main.php
+  /sales/inquiry/customer_allocation_inquiry.php
+  /sales/inquiry/customer_inquiry.php
+# Fixed due date display for invoices.
+$ /sales/inquiry/customer_inquiry.php
+# Bugfix [0000115] - error on empty table update in fallback mode.
+$ /sales/inquiry/customer_allocation_inquiry.php
+
+30-Jan-2009 Joe Hunt
++ Outputs/Inputs on tax inquiry as well (why not)
+$ /gl/includes/db/gl_db_trans.inc
+  /gl/inquiry/tax_inquiry.php
+! Updated en_US-demo.sql, en_US-new.sql and alter2.1.sql
+$ /sql/alter2.1.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+  
+29-Jan-2009 Joe Hunt
+# A few minor fixes to get the tax report and inquiry right and syncronized
+$ /gl/includes/db/gl_db_trans.inc
+  /gl/inquiry/tax_inquiry.php
+  /reporting/rep709.php
+# Missing parameter to add_trans_tax_details
+$ /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  
+29-Jan-2009 Janusz Dobrowolski
+# Changes related to rewrite and optimalization of tax registration
+$ /gl/includes/db/gl_db_bank_trans.inc
+  /gl/includes/db/gl_db_banking.inc
+  /gl/includes/db/gl_db_trans.inc
+  /purchasing/includes/db/invoice_db.inc
+  /purchasing/includes/db/invoice_items_db.inc
+  /purchasing/view/view_supp_credit.php
+  /purchasing/view/view_supp_invoice.php
+  /reporting/rep107.php
+  /reporting/rep110.php
+  /reporting/rep709.php
+  /sales/includes/db/cust_trans_details_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  /sales/view/view_credit.php
+  /sales/view/view_dispatch.php
+  /sales/view/view_invoice.php
+  /sql/alter2.1.php
+  /sql/alter2.1.sql
+  /taxes/tax_calc.inc
+  /gl/inquiry/tax_inquiry.php
+# Added precheck before system upgrade
+$ /admin/inst_upgrade.php
+# Reduced delay when ECB currency exrates page is unavailable.
+$ /gl/includes/db/gl_db_rates.inc
+# Small fixes
+$ /inventory/prices.php
+  /includes/ui/ui_view.inc
+# Fixed bug in checks before group delete.
+$ /sales/manage/sales_groups.php
+# Removing obsolete tax group in GL account definition
+$ /gl/includes/db/gl_db_accounts.inc
+  /gl/manage/gl_accounts.php
+
+28-Jan-2009 Joe Hunt
+! Changes to committed tax report routines.
+$ /sales/includes/db/sales_invoice_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /purchasing/includes/db/invoice_db.inc
+  /reporting/rep709.php
+  
+28-Jan-2009 Joe Hunt
++ Copyright notes at top op every source file
+$ All files still missing
+
+27-Jan-2009 Joe Hunt
+- Removed file update_db.php (obsolete). Finetuning en_US-demo.sql
+$ update_db.php
+  /sql/en_US-demo.sql
+# fixed underline in db pager for sortable columns.
+$ /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+  
+26-Jan-2009 Joe Hunt
++ Added one Post option to Post options in Quick Entry Lines (amount without decrease or increase). Minor bug fixes.
+$ /gl/manage/gl_quick_entries.php
+  /includes/types.inc
+  /includes/ui/ui_view.inc
++ Added 'inactive' field in most 'catalog' tables.
+$ /sql/alter2.1.sql
+  /sql/en_US-new.sql
+  /sql/en_US-demo.sql
++ Added graphics for cancel. (door-out)
+  /themes/aqua/images/cancel.png
+  /themes/cool/images/cancel.png
+  /themes/default/images/cancel.png
+
+24-Jan-2009 Janusz Dobrowolski
+! Set maximum width for select to avoid broken layout in two column layout.
+$ /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+# Voiding tax records included via GL/bank transactions
+$ /admin/db/voiding_db.inc
+  /gl/includes/db/gl_db_bank_trans.inc
+  /gl/includes/db/gl_db_trans.inc
+# Fixed quick entry types values.
+$ /includes/types.inc
+
+23-Jan-2009 Joe Hunt
++ Added new files in doc subdirectory
+$ /doc/attachments.txt
+  /doc/bank_reconciliation.txt
+  /doc/dim_on_invoice.txt
+  /doc/license.txt
+  /doc/quick_entries.txt
+  /doc/recurrent_invoice.txt
+  
+22-Jan-2009 Janusz Dobrowolski
+# Added attachments to company sub_dirs
+$ /update_db.php
+# Added hot key for Quick Entries
+$ /applications/generalledger.php
+# Improved quick entries.
+$ /gl/gl_bank.php
+  /gl/gl_journal.php
+  /gl/includes/db/gl_db_bank_accounts.inc
+  /gl/includes/ui/gl_bank_ui.inc
+  /gl/includes/ui/gl_journal_ui.inc
+  /includes/types.inc
+  /includes/ui/items_cart.inc
+  /gl/manage/gl_quick_entries.php
+  /includes/ui/ui_lists.inc
+  /includes/ui/ui_view.inc
+  /purchasing/supplier_credit.php
+  /purchasing/supplier_invoice.php
+  /purchasing/includes/ui/invoice_ui.inc
+  /sql/alter2.1.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+! Registration of changes on GL tax accounts in debtor_trans_tax_details/supp_invoice_tax_details.
+$ /gl/includes/db/gl_db_banking.inc
+  /gl/includes/db/gl_db_trans.inc
+  /purchasing/includes/db/invoice_db.inc
+  /sales/includes/db/cust_trans_details_db.inc
+  /taxes/tax_calc.inc
+# Allocation bug for cash sales.
+$ /sales/includes/db/sales_invoice_db.inc
+# Hiding voided gl transactions.
+$ /gl/view/gl_trans_view.php
+! Icons removed from form buttons for now.
+$ /sales/sales_order_entry.php
+
+20-Jan-2009 Joe Hunt
+! Preparing for installing of extensions
+$ installed_extensions.php (new file)
+  frontaccounting.php
+  /includes/main.inc
+# Bad handling of graphic links in certain browsers
+  /includes/ui/ui_input.inc
+  
+19-Jan-2009 Joe Hunt
+! Changed direct sales document line descriptions to be editable (via edit link)
+$ /sales/sales_order_entry.php
+  /includes/cart_class.inc
+  /includes/ui/sales_order_ui.inc
+! Fixed so the printed documents can handle multiple lines of description
+$ /reporting/rep107.php
+  /reporting/rep109.php
+  /reporting/rep110.php
+  
+17-Jan-2009 Joe Hunt
+! Changed all smaller forms and tables to be uniform. Copyright notes.
+$ All files with small forms and tables.
+
+16-Jan-2009 Janusz Dobrowolski
+! Fixed new pager generation on first display.
+$ /gl/manage/exchange_rates.php
+
 15-Jan-2009 Joe Hunt
 ! Adjustment of db pager width. Copyright notes. 
 $ All files with db pager
@@ -3736,8 +4943,3 @@ $  /admin/gl_setup.php
 -------------------- 1.0 Stable Released ----------------------
 10-Apr-2007 Joe Hunt
  ! Release 1.0 established on SourceForge.
-
-2. Copyright and disclaimer
----------------------------
-This application is opensource software released under the AGPL.  Please
-see source code and the LICENSE file
\ No newline at end of file