[search criteria] [cleanup] removed search criteria folders and files

This commit is contained in:
Anand Doshi
2013-06-11 15:04:37 +05:30
parent 5c069050d5
commit 618edee8b7
250 changed files with 0 additions and 8147 deletions

View File

@@ -1 +0,0 @@
from __future__ import unicode_literals

View File

@@ -1 +0,0 @@
from __future__ import unicode_literals

View File

@@ -1,30 +0,0 @@
[
{
"owner": "jai@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:50",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"add_col": "`tabProduction Order`.consider_sa_items",
"parent_doc_type": "Stock Entry",
"module": "Manufacturing",
"standard": "Yes",
"sort_order": "DESC",
"add_tab": "`tabProduction Order`",
"doc_type": "Stock Entry Detail",
"name": "__common__",
"filters": "{'Stock Entry\u0001Submitted':1,'Stock Entry\u0001Purpose':'Production Order','Stock Entry\u0001Process':''}",
"add_cond": "`tabProduction Order`.name = `tabStock Entry`.production_order",
"doctype": "Search Criteria",
"sort_by": "`tabStock Entry`.`name`",
"page_len": 50,
"criteria_name": "Consumption Against Production",
"columns": "Stock Entry\u0001ID,Stock Entry\u0001Production Order,Stock Entry\u0001Process,Stock Entry\u0001Posting Date,Stock Entry\u0001Company,Stock Entry Detail\u0001Source Warehouse,Stock Entry Detail\u0001Target Warehouse,Stock Entry Detail\u0001FG Item,Stock Entry Detail\u0001Item Code,Stock Entry Detail\u0001Description,Stock Entry Detail\u0001Reqd Qty,Stock Entry Detail\u0001Transfer Quantity"
},
{
"name": "consumption_against_production",
"doctype": "Search Criteria"
}
]

View File

@@ -1 +0,0 @@
from __future__ import unicode_literals

View File

@@ -1,32 +0,0 @@
// ERPNext - web based ERP (http://erpnext.com)
// Copyright (C) 2012 Web Notes Technologies Pvt Ltd
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
report.customize_filters = function() {
//to hide all filters
this.hide_all_filters();
// to unhide required filters
this.filter_fields_dict['Stock Entry'+FILTER_SEP +'ID'].df.filter_hide = 0;
this.filter_fields_dict['Stock Entry'+FILTER_SEP +'Production Order'].df.filter_hide = 0;
this.filter_fields_dict['Stock Entry'+FILTER_SEP +'From Posting Date'].df.filter_hide = 0;
this.filter_fields_dict['Stock Entry'+FILTER_SEP +'To Posting Date'].df.filter_hide = 0;
this.filter_fields_dict['Stock Entry Detail'+FILTER_SEP +'Target Warehouse'].df.filter_hide = 0;
this.filter_fields_dict['Stock Entry Detail'+FILTER_SEP +'Item Code'].df.filter_hide = 0;
}

View File

@@ -1,27 +0,0 @@
[
{
"owner": "jai@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:51",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"parent_doc_type": "Stock Entry",
"module": "Manufacturing",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Stock Entry\u0001Saved':1,'Stock Entry\u0001Submitted':1,'Stock Entry\u0001Purpose':'Production Order','Stock Entry\u0001Process':'Backflush','Stock Entry Detail\u0001FG Item':1}",
"doc_type": "Stock Entry Detail",
"name": "__common__",
"doctype": "Search Criteria",
"sort_by": "`tabStock Entry`.`name`",
"page_len": 50,
"criteria_name": "Itemwise Production Report",
"columns": "Stock Entry\u0001ID,Stock Entry\u0001Posting Date,Stock Entry\u0001Production Order,Stock Entry\u0001Process,Stock Entry\u0001Company,Stock Entry Detail\u0001Target Warehouse,Stock Entry Detail\u0001Item Code,Stock Entry Detail\u0001Description,Stock Entry Detail\u0001Stock UOM,Stock Entry Detail\u0001Transfer Quantity"
},
{
"name": "itemwise_production_report",
"doctype": "Search Criteria"
}
]

View File

@@ -1 +0,0 @@
from __future__ import unicode_literals

View File

@@ -1,27 +0,0 @@
[
{
"owner": "jai@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:52",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"module": "Manufacturing",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Production Order\u0001Submitted':1,'Production Order\u0001Origin':'','Production Order\u0001Status':'','Production Order\u0001Consider SA Items':'','Production Order\u0001Fiscal Year':''}",
"doc_type": "Production Order",
"name": "__common__",
"add_cond": "`tabProduction Order`.qty > `tabProduction Order`.produced_qty",
"doctype": "Search Criteria",
"sort_by": "`tabProduction Order`.`name`",
"page_len": 50,
"criteria_name": "Production Orders In Process",
"columns": "Production Order\u0001ID,Production Order\u0001Origin,Production Order\u0001Status,Production Order\u0001Posting Date,Production Order\u0001Production Item,Production Order\u0001BOM No,Production Order\u0001Description,Production Order\u0001Stock UOM,Production Order\u0001Qty,Production Order\u0001Produced Qty,Production Order\u0001FG Warehouse,Production Order\u0001WIP Warehouse,Production Order\u0001Consider SA Items,Production Order\u0001Fiscal Year,Production Order\u0001Company"
},
{
"name": "production_orders_in_process",
"doctype": "Search Criteria"
}
]