! -> 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
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']);