mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
added new item-wise pricelist report and deprecated search criteria of Stock module
This commit is contained in:
0
stock/report/item_wise_price_list/__init__.py
Normal file
0
stock/report/item_wise_price_list/__init__.py
Normal file
20
stock/report/item_wise_price_list/item_wise_price_list.txt
Normal file
20
stock/report/item_wise_price_list/item_wise_price_list.txt
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user