Removed get_js_set_focus() and get_js_form_entry()
[fa-stable.git] / CHANGELOG.txt
index 650372b4038b2daac1c6c8425c53b2e5ddedce20..7374239864388dee74f1d4601517a06f93188400 100644 (file)
@@ -19,6 +19,68 @@ 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.
+$  /includes/ui/ui_view.inc
+   /purchasing/allocations/supplier_allocate.php
+   /sales/allocations/customer_allocate.php
+# Fixed unvisable under IE editbutton
+$  /themes/aqua/default.css
+   /themes/cool/default.css
+   /themes/default/default.css
+
+20-Mar-2008 Janusz Dobrowolski
+# Excluding delivery notes from Customer Balances, removed warnings. 
+$  /reporting/rep101.php 
+# Divide by zero fix on order_price==0 in new supplier invoice
+$  /purchasing/supplier_invoice_grns.php
+# Database bug fix in new customer entry
+$  /sales/manage/customers.php
+# Small bug fix (warnings) in is_date() function.
+$  /includes/date_functions.inc
+
 18-Mar-2008 Janusz Dobrowolski
 # Line items editor uses POST method - no disappearing shippment info.
 $  /sales/credit_note_entry.php