Warehouse disable option

This commit is contained in:
Nabin Hait 2014-03-13 16:27:30 +05:30
parent eb1192771f
commit d8dcdfbf4f
2 changed files with 7 additions and 12 deletions

View File

@ -365,17 +365,6 @@ if (sys_defaults.auto_accounting_for_stock) {
}
}
// warehouse in detail table
//----------------------------
cur_frm.fields_dict['entries'].grid.get_field('warehouse').get_query = function(doc, cdt, cdn) {
var d = locals[cdt][cdn];
return{
filters:[
['Bin', 'item_code', '=', d.item_code],
['Bin', 'actual_qty', '>', 0]
]
}
}
// Cost Center in Details Table
// -----------------------------

View File

@ -2,7 +2,7 @@
{
"creation": "2013-03-07 18:50:32",
"docstatus": 0,
"modified": "2014-01-20 17:49:34",
"modified": "2014-03-13 16:26:29",
"modified_by": "Administrator",
"owner": "Administrator"
},
@ -80,6 +80,12 @@
"label": "Parent Account",
"options": "Account"
},
{
"doctype": "DocField",
"fieldname": "disabled",
"fieldtype": "Check",
"label": "Disabled"
},
{
"description": "For Reference Only.",
"doctype": "DocField",