Put a heavy warning on marking the checkbox 'Allow Negative Inventory'.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 20 Jan 2010 12:10:07 +0000 (12:10 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 20 Jan 2010 12:10:07 +0000 (12:10 +0000)
CHANGELOG.txt
admin/gl_setup.php

index 285978bc6d459a0b05f751cf3783b647179180a4..e2eff5d35a3e2994f1fcea4346fd5be91f23fc22 100644 (file)
@@ -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
index 85f5b843d77aa881265911f78ed6369922b917a2..c67c444322710ababfe43b08e7703db7d54f1a60 100644 (file)
@@ -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']);