restructured erpnext and deleted unwanted

This commit is contained in:
nabinhait
2011-07-01 13:34:41 +05:30
parent c1c54c9400
commit ec097975d0
1280 changed files with 54494 additions and 88652 deletions

View File

@@ -0,0 +1,4 @@
report.customize_filters = function() {
this.add_filter({fieldname:'item_name', label:'Item Name', fieldtype:'Data', options:'', parent:'Item'});
this.add_filter({fieldname:'description', label:'Description', fieldtype:'Small Text', options: '', parent:'Item'});
}

View File

@@ -0,0 +1,37 @@
[
{
'add_col': '`tabItem`.`item_name`\n`tabItem`.`description`',
'add_cond': '`tabItem`.`name` = `tabStock Ledger Entry`.`item_code`',
'add_tab': '`tabItem`',
'columns': 'Stock Ledger Entry\x01Item Code,Stock Ledger Entry\x01Warehouse,Stock Ledger Entry\x01Posting Date,Stock Ledger Entry\x01Voucher Detail No,Stock Ledger Entry\x01Actual Quantity,Stock Ledger Entry\x01Bin Actual Qty After Transaction',
'creation': '2010-10-14 08:43:04',
'criteria_name': 'Stock Ledger',
'custom_query': '',
'description': None,
'dis_filters': None,
'disabled': None,
'doc_type': 'Stock Ledger Entry',
'docstatus': 0,
'doctype': 'Search Criteria',
'filters': "{'Stock Ledger Entry\x01Is Cancelled':'','Stock Ledger Entry\x01Is Stock Entry':''}",
'graph_series': None,
'graph_values': None,
'group_by': None,
'idx': None,
'modified': '2010-10-14 08:31:40',
'modified_by': 'Administrator',
'module': 'Material Management',
'name': 'stock_ledger',
'owner': 'Administrator',
'page_len': None,
'parent': None,
'parent_doc_type': None,
'parentfield': None,
'parenttype': None,
'report_script': None,
'server_script': None,
'sort_by': None,
'sort_order': None,
'standard': 'Yes'
}
]