[minor] [fix] missing icons in reports #589

This commit is contained in:
Rushabh Mehta 2013-07-25 16:05:02 +05:30
parent 384ee8788e
commit 1875fd177a
5 changed files with 34 additions and 12 deletions

View File

@ -113,14 +113,17 @@ wn.module_page["Buying"] = [
{
"label":wn._("Item-wise Purchase History"),
route: "query-report/Item-wise Purchase History",
doctype: "Item"
},
{
"label":wn._("Purchase In Transit"),
route: "query-report/Purchase In Transit",
doctype: "Purchase Order"
},
{
"label":wn._("Requested Items To Be Ordered"),
route: "query-report/Requested Items To Be Ordered",
doctype: "Material Request"
},
{
"label":wn._("Purchase Order Trends"),
@ -130,6 +133,7 @@ wn.module_page["Buying"] = [
{
"label":wn._("Item-wise Last Purchase Rate"),
route: "query-report/Item-wise Last Purchase Rate",
doctype: "Item"
}
]
}

View File

@ -168,23 +168,28 @@ wn.module_page["HR"] = [
items: [
{
"label":wn._("Employee Leave Balance"),
route: "query-report/Employee Leave Balance"
route: "query-report/Employee Leave Balance",
doctype: "Leave Application"
},
{
"label":wn._("Employee Birthday"),
route: "query-report/Employee Birthday"
route: "query-report/Employee Birthday",
doctype: "Employee"
},
{
"label":wn._("Employee Information"),
route: "Report/Employee/Employee Information"
route: "Report/Employee/Employee Information",
doctype: "Employee"
},
{
"label":wn._("Monthly Salary Register"),
route: "query-report/Monthly Salary Register"
route: "query-report/Monthly Salary Register",
doctype: "Salary Slip"
},
{
"label":wn._("Monthly Attendance Sheet"),
route: "query-report/Monthly Attendance Sheet"
route: "query-report/Monthly Attendance Sheet",
doctype: "Attendance"
},
]
}

View File

@ -67,6 +67,7 @@ wn.module_page["Manufacturing"] = [
{
"label":wn._("Issued Items Against Production Order"),
route: "query-report/Issued Items Against Production Order",
doctype:"Production Order"
},
]
}

View File

@ -158,27 +158,33 @@ wn.module_page["Selling"] = [
items: [
{
"label":wn._("Customer Addresses And Contacts"),
route: "query-report/Customer Addresses And Contacts"
route: "query-report/Customer Addresses And Contacts",
doctype: "Contact"
},
{
"label":wn._("Ordered Items To Be Delivered"),
route: "query-report/Ordered Items To Be Delivered",
doctype: "Sales Order"
},
{
"label":wn._("Sales Person-wise Transaction Summary"),
route: "query-report/Sales Person-wise Transaction Summary"
route: "query-report/Sales Person-wise Transaction Summary",
doctype: "Sales Order"
},
{
"label":wn._("Item-wise Sales History"),
route: "query-report/Item-wise Sales History"
route: "query-report/Item-wise Sales History",
doctype: "Item"
},
{
"label":wn._("Territory Target Variance (Item Group-Wise)"),
route: "query-report/Territory Target Variance Item Group-Wise"
route: "query-report/Territory Target Variance Item Group-Wise",
doctype: "Territory"
},
{
"label":wn._("Sales Person Target Variance (Item Group-Wise)"),
route: "query-report/Sales Person Target Variance Item Group-Wise"
route: "query-report/Sales Person Target Variance Item Group-Wise",
doctype: "Sales Person",
},
{
"label":wn._("Customers Not Buying Since Long Time"),
@ -198,10 +204,12 @@ wn.module_page["Selling"] = [
{
"label":wn._("Available Stock for Packing Items"),
route: "query-report/Available Stock for Packing Items",
doctype: "Item",
},
{
"label":wn._("Pending SO Items For Purchase Request"),
route: "query-report/Pending SO Items For Purchase Request"
route: "query-report/Pending SO Items For Purchase Request",
doctype: "Sales Order"
},
]
}

View File

@ -203,23 +203,27 @@ wn.module_page["Stock"] = [
{
"label":wn._("Purchase In Transit"),
route: "query-report/Purchase In Transit",
doctype: "Purchase Order"
},
{
"label":wn._("Requested Items To Be Transferred"),
route: "query-report/Requested Items To Be Transferred",
doctype: "Material Request"
},
{
"label":wn._("Batch-Wise Balance History"),
route: "query-report/Batch-Wise Balance History",
doctype: "Batch"
},
{
"label":wn._("Warehouse-Wise Stock Balance"),
route: "query-report/Warehouse-Wise Stock Balance",
doctype: "Warehouse"
},
{
"label":wn._("Item Prices"),
route: "query-report/Item Prices",
doctype: "Price List"
},
{
"label":wn._("Itemwise Recommended Reorder Level"),