X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.txt;h=7374239864388dee74f1d4601517a06f93188400;hb=5af53b13622ca77bc851cccaa087d7e2aedc3401;hp=df58d96793ebf38fc282d94d7eb6ea035ea6d54a;hpb=dcb4dff446f0276bd1db6699e878d133f56bc019;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index df58d967..73742398 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,47 @@ Legend: ! -> Note $ -> Affected files +26-Mar-2008 Janusz Dobrowolski +# Bug fixes in purchase module related to tax structure changes. +$ /purchasing/includes/supp_trans_class.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/db/invoice_items_db.inc + /purchasing/includes/ui/invoice_ui.inc + /reporting/rep105.php + +25-Mar-2008 Janusz Dobrowolski +! Per company pdf, backup and graphics directories in 'company' dir. +$ /company (new dir) + /company/0 (new dir) + /company/0/images/ (new dir) + /company/0/images/102.jpg (moved from inventory/manage/image) + /company/0/images/103.jpg (moved from inventory/manage/image) + /company/0/images/104.jpg (moved from inventory/manage/image) + /company/0/images/logo_frontaccounting.jpg (moved from themes/default/images) + /company/0/images/logo_frontaccounting.png (moved from themes/default/images) + /admin/backups.php + /admin/create_coy.php + /admin/db/maintenance_db.inc + /install/index.php + /reporting/rep102.php + /reporting/rep104.php + /reporting/rep202.php + /reporting/rep303.php + /reporting/rep706.php + /reporting/rep707.php + /reporting/includes/pdf_report.inc + /inventory/manage/items.php + ++ jscript component caching (enables browser caching and future compression) +$ /includes/session.inc + /includes/main.inc + /includes/page/header.inc + /includes/ui/ui_view.inc + /admin/display_prefs.php + /config.php + +- Removed obsolete file +$ /sales/includes/ui/print_invoice.inc 21-Mar-2008 Janusz Dobrowolski ! Total Allocation/Left to Allocate update without page submit.