X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=74e657f488df8f15c64b724ed359f18b8499fa60;hb=6425de92749015d0e7ab29b5fd071a9d70cbb7d5;hp=f7270998267e49022dae8becebb561c001cc635c;hpb=be42db53189e110726a0e737a1fe146bf0407c65;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f7270998..74e657f4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,69 @@ Legend: ! -> Note $ -> Affected files +26-Aug-2009 Joe Hunt +# Changed the text Manifactoring => Manifacturing +$ /reporting/reports_main.php + +25-Aug-2009 Joe Hunt ++ Added reference number in report List of Journal Entries. +$ /reporting/rep702.php +! Changed default startup_up app to be in user preferences. Default 'Sales'. + Moved tab_list_row to ui_lists.inc and changed the global $tabs to be in types.inc +$ config.php + /admin/display_prefs.php + /admin/inst_module.php + /admin/db/users_db.inc + /includes/current_user.inc + /includes/types.inc + /includes/page/header.inc + /includes/prefs/userprefs.inc + /includes/ui/ui_lists.inc + /sql/alter2.2.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + + +24-Aug-2009 Janusz Dobrowolski +# Fixed warning displayed before db upgrade. +$ /includes/current_user.inc +# Small final page layout fix +$ /purchasing/po_entry_items.php ++ Additional links to next document on final pages. +$ /purchasing/po_receive_items.php + /purchasing/supplier_invoice.php +# Fixed focus issues on hyperlinks +$ /includes/ui/ui_controls.inc + +23-Aug-2009 Janusz Dobrowolski ++ Implemented customizable authentication timeout. +$ /access/timeout.php (new) + /access/login.php + /admin/company_preferences.php + /admin/db/company_db.inc + /includes/current_user.inc + /includes/session.inc + /includes/ui/ui_input.inc + /sql/alter2.2.php + /sql/alter2.2.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql +! Reorganized access control structures for easier customizing. +$ /includes/access_levels.inc + /admin/security_roles.php + +20-Aug-2009 Janusz Dobrowolski +! Tax Item Types moved to Setup module +$ /applications/inventory.php + /applications/setup.php ++ Partial changes for new access control. +$ /admin/security_roles.php (new) + /admin/db/security_db.inc (new) + /includes/access_levels.inc + /includes/ui/ui_lists.inc + /sql/alter2.2.sql + /sql/en_US-demo.sql + 04-Aug-2009 Joe Hunt + Added email links after creating documents $ /includes/ui/ui_controls.inc @@ -31,6 +94,8 @@ $ /includes/ui/ui_controls.inc /sales/customer_delivery.php /sales/customer_invoice.php /sales/sales_order_entry.php +! Added new access levels +$ /includes/access_levels.inc (new file) 03-Aug-2009 Janusz Dobrowolski + Clone record option added.