X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=9c18f195908a39acad6a0c29e64c941d1a4e861e;hb=dc45c23788aef82de242efa67ad47979099b1e97;hp=8c997c071319872a8effae6ba28fb414d4cc90a4;hpb=e3f700d1e11788f176bf02c7b9969780e66dc167;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8c997c07..9c18f195 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,12 +19,38 @@ 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).