From: Joe Hunt Date: Wed, 20 Jan 2010 12:10:07 +0000 (+0000) Subject: Put a heavy warning on marking the checkbox 'Allow Negative Inventory'. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=951ec85aeeddc091364a7703683561ce75ced0cf;p=textcart.git Put a heavy warning on marking the checkbox 'Allow Negative Inventory'. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 285978b..e2eff5d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +20-Jan-2010 Joe Hunt +! Put a heavy warning on marking the checkbox 'Allow Negative Inventory'. +$ /admin/gl_setup.php + 18-Jan-2010 Joe Hunt # Demand was calculated double from Sales Quotation. Should be 0. $ /includes/db/manufacturing_db.inc diff --git a/admin/gl_setup.php b/admin/gl_setup.php index 85f5b84..c67c444 100644 --- a/admin/gl_setup.php +++ b/admin/gl_setup.php @@ -194,6 +194,7 @@ gl_all_accounts_list_row(_("Purchase Discount Account:"), 'pyt_discount_act', $_ table_section_title(_("Inventory")); check_row(_("Allow Negative Inventory:"), 'allow_negative_stock', null); +label_row(null, _("Warning: Checking this will result in incorrect values in General Ledger"), "", "class='redfg' colspan=2"); table_section_title(_("Items Defaults")); gl_all_accounts_list_row(_("Sales Account:"), 'default_inv_sales_act', $_POST['default_inv_sales_act']);