X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=2787166d30338ca73ab9edd68567442be44e1274;hb=ab7ef36ac4dc1d5187c86345de6706c7481b959f;hp=efcd633a423bb9a1ad53c2c337ff6976e342402c;hpb=902dc617093bacaa492899be36484fe4f3dc16a6;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index efcd633a..2787166d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,34 @@ Legend: ! -> Note $ -> Affected files +24-Apr-2008 Joe Hunt +# Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to + /includes/prefs/sysprefs.inc +$ /includes/ui/items_cart.inc +# Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc +$ /reporting/includes/pdf_report.inc + +23-Apr-2008 Joe Hunt +! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc. + It will make it easier to design your own document layouts. +$ /reporting/includes/pdf_report.inc + /reporting/includes/header2.inc (new file) + +20-Apr-2008 Janusz Dobrowolski +# Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected. +$ /admin/create_coy.php +! Added missing include_once directives. +$ /includes/ui/items_cart.inc + /includes/ui/ui_lists.inc + /includes/ui/ui_view.inc ++ Added ini default_charset unnecessary for planned ajax calls. +$ /includes/lang/language.inc + +19-Apr.2008 Joe Hunt +# Bug (right to left text was done if price decimals were 3). A test sentense from a while + ago wasn't removed. +$ /reporting/includes/pdf_report.inc + 18-Apr-2008 Janusz Dobrowolski # Additional checks on provisions and break point entry. $ /sales/manage/sales_people.php