X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=18790d6b98ac86ade5febea65ed08047dec1e24c;hb=40a9d669c6b862a3656ddce95bbb04ee75978b13;hp=77327d13ce5c290a994eb8cac4dea498f9160e16;hpb=538271760ba4686c5d473de8290f638c2f370337;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 77327d13..18790d6b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,216 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.2 Beta ---------------------------------- +30-Sep-2009 Joe Hunt +! Release 2.2 Beta +$ config.php +# Errors in the 2 last user variables in userprefs and parse error in alter2.2.php +$ /includes/prefs/userprefs.inc + /sql/alter2.2.php +# Trivial errors in not set bank charge account, retained earnings or profit/loss year account +$ /admin/fiscalyears.php + /purchasing/supplier_payment.php + /sales/customer_payments.php + +30-Sep-2009 Janusz Dobrowolski +! Single quotes also encoded before database data insert +$ /admin/db/maintenance_db.inc + /includes/db/connect_db.inc + /reporting/includes/tcpdf.php + /sales/includes/cart_class.inc + +29-Sep-2009 Tom Hallman +! Changes in tags table structure, tags related security areas +$ /includes/access_levels.inc + /includes/types.inc + /sql/alter2.2.php + /sql/alter2.2.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + +29-Sep-2009 Janusz Dobrowolski +# Fixed sql error during sales order line update with line cancelation. +$ /sales/includes/db/sales_order_db.inc + +29-Sep-2009 Joe Hunt +! Improved layout on documents etc and new empty language file. +$ /doc/*.txt + update.html + /lang/new_language_template/LC_MESSAGES/empty.po + +28-Sep-2009 Janusz Dobrowolski ++ Rewritten extensions system to enable per company module/plugin activation. +$ /frontaccounting.php + /installed_extensions.php + /admin/create_coy.php + /admin/inst_module.php + /admin/inst_lang.php + /admin/db/maintenance_db.inc + /applications/customers.php + /applications/dimensions.php + /applications/generalledger.php + /applications/inventory.php + /applications/manufacturing.php + /applications/setup.php + /applications/suppliers.php + /includes/access_levels.inc + /includes/current_user.inc + /includes/main.inc + /includes/session.inc + /includes/ui/ui_lists.inc + /sql/alter2.2.php + /modules/installed_modules.php (Removed) +# Prevented switching off access to security role editor for current role. +$ /admin/security_roles.php + +25-Sep-2009 Joe Hunt +# Wrong presentation of qty decimals when trans_no != 0 (delivered) +$ /sales/includes/ui/sales_order_ui.inc +! Improved layout of login screen +$ /addess/login.php + /themes/default/login.css + +24-Sep-2009 Janusz Dobrowolski ++ Additional fields for secondary phone and/or general notes in customers, + cust_branches, shippers, locations and suppliers tables. +$ /admin/shipping_companies.php + /inventory/includes/db/items_locations_db.inc + /inventory/manage/locations.php + /purchasing/manage/suppliers.php + /sales/manage/customer_branches.php + /sales/manage/customers.php + /sql/alter2.2.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + +24-Sep-2009 Joe Hunt +# Parse error +$ /sales/inquiry/customer_inquiry.php + +23-Sep-2009 Janusz Dobrowolski +# Fixed crash for all transaction types report +$ /reporting/rep702.php + +23-Sep-2009 Joe Hunt +# Cleaning from javascript errors. +$ /access/login.php + /admin/fiscalyears.php +# missing unset of post variable (DayNumber). +$ /admin/payment_terms.php +! Changed login to be dependent only by login.css +$ /themes/default/login.css + +22-Sep-2009 Joe Hunt +! Changed copyright notice in installer files to credit the original copyrighter. GPLv3. +$ /install/index.php + /install/save.php +! Updated the install.html and created a doc txt file, about sales quotations. +$ install.html + /doc/2.2_Beta.txt + /doc/sales_quotations.txt +! Changed login.php and logout.php to be neutral and tried to use our own api. +$ /access/login.php + /access/logout.php +# parse error in login_fail +$ /includes/session.inc + +21-Sep-2009 Janusz Dobrowolski/Tom Hallman +! Added info on timeout and default bank accounts. +$ /doc/2.2_Beta.txt +! Tags support related changes in database +$ /sql/alter2.2.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + +20-Sep-2009 Joe Hunt +! Removed editable rate field in tax_group_items. +$ /taxes/tax_groups.php +# Fixed report layout +$ /reporting/rep704.php + +20-Sep-2009 Janusz Dobrowolski ++ Optional demo data checkbox on install page. +$ /install/index.php + /install/save.php +# Fixed previous interface mode after timeout. +$ /access/login.php ++ Optional additional security roles includable from modules/extensions +$ /admin/inst_module.php + /admin/security_roles.php + /includes/access_levels.inc + /installed_extensions.php +! Bug with rates display fixed in single form layout. +$ /taxes/tax_groups.php +# Fixed 'bad password' info screen to be usable also in non-js mode. +$ /includes/session.inc +# Fixed debtors_master name size. +$ /sql/en_US-new.sql + /sql/en_US-demow.sql + +19-Sep-2009 Janusz Dobrowolski ++ Support for inactive record control added, optimizations. +$ /includes/db_pager.inc + /includes/ui/db_pager_view.inc +! db_pager instead of simple table used for table of branches +$ /sales/manage/customer_branches.php +! Cleanup after db_pager optimization +$ /admin/view_print_transaction.php + /dimensions/inquiry/search_dimensions.php + /gl/bank_account_reconcile.php + /gl/inquiry/journal_inquiry.php + /gl/manage/exchange_rates.php + /manufacturing/search_work_orders.php + /manufacturing/inquiry/where_used_inquiry.php + /purchasing/allocations/supplier_allocation_main.php + /purchasing/inquiry/po_search.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 + /sales/inquiry/sales_deliveries_view.php + /sales/inquiry/sales_orders_view.php +# Additional fix after removal of bank account report parameter +$ /sales/create_recurrent_invoices.php + /reporting/rep107.php + +19-Sep-2009 Joe Hunt +# Eliminate PT_WORKORDER from payment_person_types_list +$ /includes/ui/ui_lists.inc +! Error msg in Bank Transfer if no Bank Charge Account set. +$ /gl/bank_transfer.php + +18-Sep-2009 Janusz Dobrowolski ++ Added currency default bank accounts used in reporting instead of manual account selector. +$ /gl/includes/db/gl_db_bank_accounts.inc + /gl/manage/bank_accounts.php + /reporting/rep107.php + /reporting/rep108.php + /reporting/rep109.php + /reporting/rep111.php + /reporting/rep209.php + /reporting/reports_main.php + /reporting/includes/reporting.inc + /sql/alter2.2.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + +17-Sep-2009 Joe Hunt ++ Added release note file for 2.2. +$ /doc/2.2-Beta.txt + +16-Sep-2009 Joe Hunt +! Clean ups in default themes. +$ config.php + /admin/display_prefs.php + /themes/default/default.css + /themes/aqua/default.css + /themes/cool/default.css +# Removing php5 date warnings +$ /includes/date_functions.inc + 15-Sep-2009 Janusz Dobrowolski/Joe Hunt # Fixed journal entry type and systype selectors # Restore of the 4 include files in types.inc @@ -29,6 +239,10 @@ $ /includes/ui/ui_lists.inc ! Changed security roles in default COAs. $ /sql/en_US-demo.sql /sql/en_US-new.sql +# Fixed GET call continuation after timeout and logout page access without authorization +$ /access/login.php + /includes/session.inc + /includes/prefs/userprefs.inc 14-Sep-2009 Joe Hunt ! Changed all numeric constants to the new defined constants. A huge task.