X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=9c18f195908a39acad6a0c29e64c941d1a4e861e;hb=dc45c23788aef82de242efa67ad47979099b1e97;hp=670871cf6592b5bb9ad1a979051a96546f0fbb49;hpb=9a3a8ed9f332f5483e049a82795d7215a79b1f99;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 670871cf..9c18f195 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,57 @@ Legend: ! -> Note $ -> Affected files +06-Mar-2008 Janusz Dobrowolski ++ Wiki help links integration +$ /config.php + /includes/page/header.inc + /includes/lang/language.php ++ Optional debuging with xdebug enabled +$ /index.php + /includes/db/connect_db.inc +! Concurrent edition fix +$ /includes/systypes.inc +# Table header fix +$ /manufacturing/manage/bom_edit.php +# Menu layout fixes +$ /themes/aqua/renderer.php + /themes/cool/renderer.php + /themes/default/renderer.php +# Removed warning about nonexistent $_GET variable +$ /dimensions/inquiry/search_dimensions.php +# MySQL 3.xx CAST bug fix +$ /includes/db/manufacturing_db.inc + /manufacturing/includes/db/work_order_requirements_db.inc + /manufacturing/inquiry/where_used_inquiry.php + +04-Mar-2008 Joe Hunt +! Changed so that average item material price is automatic updated whenever a PO Delivery is received. + Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items. +$ /inventory/cost_update.php + /purchasing/includes/db/grn_db.inc and + /manufacturing/manage/bom_edit.php. + /manufacturing/includes/db/work_orders_db.inc + /manufacturing/includes/db/work_orders_quick_db.inc + /manufacturing/work_order_entry.php + +21-Feb-2008 Joe Hunt ++ Added Print for documents in /admin/view_print_transaction.php (according to our new routines). +$ /admin/view_print_transaction.php + /applications/setup.php + +17-Feb-2008 Joe Hunt +! Minor change in menu and function in view_print_transaction.php +$ /admin/view_print_transaction.php + /application/setup.php ++ Preparing for print of single documents +$ /reporting/includes/reporting.inc +! Removing 'out' field in table tax_types +$ /sql/alter.sql + /taxes/tax_types.php + /taxes/db/tax_types_db.inc ++ Added 2 functions in ui_input.inc, button and button_cell + /includes/ui/ui_input.inc + 11-Feb-2008 Joe Hunt + Added file, update_db.php, for updating company databases from an SQL script. $ update_db.php (New file)