added new item-wise pricelist report and deprecated search criteria of Stock module

This commit is contained in:
Anand Doshi
2013-01-02 13:51:29 +05:30
parent 8ab7580d88
commit 946442d7a5
29 changed files with 33 additions and 541 deletions

View File

@@ -0,0 +1,20 @@
[
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2013-01-02 11:56:33",
"modified_by": "Administrator",
"modified": "2013-01-02 12:00:38"
},
{
"name": "__common__",
"ref_doctype": "Item",
"doctype": "Report",
"is_standard": "Yes",
"query": "select\n item.name as \"ID:Link/Item:120\", \n item.item_name as \"Item Name::120\", \n item_price.price_list_name as \"Price List::80\",\n item_price.ref_currency as \"Currency::40\", \n item_price.ref_rate as \"Rate:Currency:80\",\n item.description as \"Description::160\",\n item.item_group as \"Item Group:Link/Item Group:100\",\n item.brand as \"Brand::100\"\nfrom `tabItem` item, `tabItem Price` item_price\nwhere\n item_price.parent = item.name"
},
{
"name": "Item-Wise Price List",
"doctype": "Report"
}
]