mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
Merge branch 'master' of github.com:webnotes/erpnext into stock_reco
Conflicts: patches/patch_list.py stock/report/stock_ledger/stock_ledger.txt
This commit is contained in:
@@ -143,6 +143,11 @@ wn.module_page["Selling"] = [
|
||||
"label":wn._("Sales Analytics"),
|
||||
page: "sales-analytics"
|
||||
},
|
||||
{
|
||||
"label":wn._("Trend Analyzer"),
|
||||
route: "Report/Profile/Trend Analyzer",
|
||||
doctype: "Sales Order"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -151,8 +156,8 @@ wn.module_page["Selling"] = [
|
||||
icon: "icon-list",
|
||||
items: [
|
||||
{
|
||||
"label":wn._("Customer Addresses and Contacts"),
|
||||
route: "query-report/Customer Addresses and Contacts"
|
||||
"label":wn._("Customer Addresses And Contacts"),
|
||||
route: "query-report/Customer Addresses And Contacts"
|
||||
},
|
||||
{
|
||||
"label":wn._("Sales Orders Pending to be Delivered"),
|
||||
|
||||
Reference in New Issue
Block a user