X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=cff0b998d3f8c954b707fbc990eccbe5d8e9fbb2;hb=c31829537f02787dd94654820dd74168c054b8c4;hp=a18a7a0da3362b82583c6ce76b31729781f87c5a;hpb=4c0eac0dfa0cacf4aa3c1d5ba5a3e21d1e7f7622;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a18a7a0d..cff0b998 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,13 +19,108 @@ Legend: ! -> Note $ -> Affected files +15-Sep-2009 Janusz Dobrowolski/Joe Hunt +# Fixed journal entry type and systype selectors +# Restore of the 4 include files in types.inc +$ /includes/types.inc +! Cleanup +$ /includes/ui/ui_lists.inc + /reporting/includes/reports_classes.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. +$ /admin/fiscalyears.php + /admin/forms_setup.php + /admin/view_print_transaction.php + /admin/void_transaction.php + /gl/includes/db/gl_db_banking.inc + /gl_includes/db/gl_db_trans.inc + /gl/inquiry/journal_inquiry.php + /includes/systypes.inc + /includes/ui/allocation_cart.inc + /includes/ui/ui_view.inc + /inventory/inquiry/stock_movements.php + /manufacturing/includes/db/work_order_issues_db.inc + /manufacturing/includes/db/work_order_produce_items.inc + /manufacturing/view/wo_production_view.php + /purchasing/po_receive_items.php + /purchasing/supplier_credit.php + /purchasing/supplier_invoice.php + /purchasing/supplier_payment.php + /purchasing/allocations/supplier_allocation_main.php + /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/db/suballoc_db.inc + /purchasing/includes/db/suppliers_db.inc + /purchasing/includes/db/supp_payment_db.inc + /purchasing/includes/db/supp_trans_db.inc + /purchasing/includes/ui/grn_ui.inc + /purchasing/includes/ui/invoice_ui.inc + /purchasing/inquiry/supplier_allocation_inquiry.php + /purchasing/inquiry/supplier_inquiry.php + /purchasing/view/view_grn.php + /purchasing/view/view_po.php + /purchasing/view/view_supp_credit.php + /purchasing/view/view_supp_invoice.php + /purchasing/view/view_supp_payment.php + /reporting/rep101.php + /reporting/rep102.php + /reporting/rep103.php + /reporting/rep105.php + /reporting/rep106.php + /reporting/rep107.php + /reporting/rep108.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep111.php + /reporting/rep201.php + /reporting/rep202.php + /reporting/rep203.php + /reporting/rep304.php + /reporting/rep409.php + /reporting/rep709.php + /reporting/includes/reporting.inc + /reporting/includes/reports_classes.inc + /sales/create_recurrent_invoices.php + /sales/credit_note_entry.php + /sales/customer_credit_invoice.php + /sales/customer_delivery.php + /sales/customer_invoice.php + /sales/customer_payments.php + /sales/sales_order_entry.php + /sales/includes/cart_class.inc + /sales/includes/sales_db.inc + /sales/includes/db/custalloc_db.inc + /sales/includes/db/cust_trans_db.inc + /sales/includes/db/payment_db.inc + /sales/includes/db/sales_credit_db.inc + /sales/includes/db/sales_delivery_db.inc + /sales/includes/db/sales_invoice_db.inc + /sales/includes/db/sales_order_db.inc + /sales/includes/ui/sales_order_ui.inc + /sales/inquiry/customer_allocation_inquiry.php + /sales/inquiry/customer_inquiry.php + /sales/inquiry/sales_deliveries_view.php + /sales/inquiry/sales_orders_view.php + /sales/manage/recurrent_invoices.php + /sales/view/view_credit.php + /sales/view/view_dispatch.php + /sales/view/view_invoice.php + /sales/view/view_sales_order.php + +13-Sep-2009 Janusz Dobrowolski ! Eliminated non-static method calls and some more fixes to avoid log warnings on both php 4 and 5: Classes systypes, bank_account_types, payment_person_types, wo_types, reserved replaced by simple arrays and defines, removed wrapper get_text class, static method calls replaced by calls to singleton variables or defines. Suppressed warnings generated by html_entity_decode() and htmlspecialchars() for unsupported encodings. - -13-Sep-2009 Janusz Dobrowolski $ /frontaccounting.php /admin/display_prefs.php /admin/fiscalyears.php @@ -174,7 +269,6 @@ $ /frontaccounting.php /sales/view/view_receipt.php /taxes/tax_groups.php - 11-Sep-2009 Joe Hunt ! Changed so deleting of fiscal year also handles sales quotations ! Check that new closing accounts have been set before closure.