Quotation Trend

This commit is contained in:
Saurabh
2013-06-07 18:05:16 +05:30
parent d9bf642447
commit 66f10cd14f
5 changed files with 163 additions and 0 deletions

View File

@@ -170,6 +170,11 @@ wn.module_page["Selling"] = [
route: "query-report/Customers Not Buying Since Long Time",
doctype: "Sales Order"
},
{
"label":wn._("Quotation Trend"),
route: "query-report/Quotation Trends",
doctype: "Sales Order"
},
]
}