diff --git a/accounts/page/accounts_home/accounts_home.html b/accounts/page/accounts_home/accounts_home.html
index 078c3f0e978..0e71487c268 100644
--- a/accounts/page/accounts_home/accounts_home.html
+++ b/accounts/page/accounts_home/accounts_home.html
@@ -2,41 +2,38 @@
-
+
General Ledger Entries
-
+
Bills raised to Customers
-
+
Bills raised by Suppliers
-
+
Structure of books of accounts
-
+
Structure cost centers
-
+
General Ledger Report
-
+
Tree view of all Account balances
-
+
Visual representation of financial trends
@@ -52,34 +49,34 @@
Payment Reconciliation
+ href="#Form/Payment to Invoice Matching Tool/Payment to Invoice Matching Tool">Payment Reconciliation
Sales or Purchase Returns
+ href="#Form/Sales and Purchase Return Tool/Sales and Purchase Return Tool">Sales or Purchase Returns
@@ -131,32 +128,32 @@
-
+
Request for purchase
-
+
Track Quotations received from Suppliers
-
+
Purchase Orders given to Suppliers
-
+
Supplier Master
-
+
Item Master
-
+
Contact Master
-
+
Address Master
-
+
Purchase trends based on Purchase Invoice
@@ -43,29 +42,29 @@
Purchase Returns
+ href="#Form/Sales and Purchase Return Tool/Sales and Purchase Return Tool">Purchase Returns
@@ -75,7 +74,7 @@
@@ -34,28 +34,28 @@
Upload attendance
+ href="#Form/Attendance Control Panel/Attendance Control Panel">Upload attendance
@@ -65,22 +65,22 @@
diff --git a/projects/page/projects_home/projects_home.html b/projects/page/projects_home/projects_home.html
index d69f0af590d..5cd48a0aafd 100644
--- a/projects/page/projects_home/projects_home.html
+++ b/projects/page/projects_home/projects_home.html
@@ -2,17 +2,17 @@
diff --git a/selling/page/selling_home/selling_home.html b/selling/page/selling_home/selling_home.html
index 86fe47f8d11..54f2e386f9d 100644
--- a/selling/page/selling_home/selling_home.html
+++ b/selling/page/selling_home/selling_home.html
@@ -2,35 +2,37 @@
@@ -46,65 +48,65 @@
Campaign
+ href="#List/Campaign">Campaign
SMS Center
+ href="#Form/SMS Center/SMS Center">SMS Center
@@ -114,12 +116,12 @@
@@ -55,47 +52,47 @@
Landed Cost Wizard
+ href="#Form/Landed Cost Wizard/Landed Cost Wizard">Landed Cost Wizard
UOM Replace Utility
+ href="#Form/Stock UOM Replace Utility/Stock UOM Replace Utility">UOM Replace Utility
Sales or Purchase Returns
+ href="#Form/Sales and Purchase Return Tool/Sales and Purchase Return Tool">Sales or Purchase Returns
@@ -105,24 +102,24 @@
@@ -37,7 +37,7 @@
Email Settings
+ href="#Form/Email Settings/Email Settings">Email Settings
diff --git a/utilities/page/messages/messages.js b/utilities/page/messages/messages.js
index 625fe5b5358..6ade603e2b9 100644
--- a/utilities/page/messages/messages.js
+++ b/utilities/page/messages/messages.js
@@ -88,7 +88,7 @@ erpnext.Messages = Class.extend({
$('#message-title').html(contact==user ? "Everyone" :
wn.user_info(contact).fullname)
- $('#avatar-image').attr("src", wn.user_info(contact).image);
+ $('#avatar-image').attr("src", wn.utils.get_file_link(wn.user_info(contact).image));
$("#show-everyone").toggle(contact!=user);
@@ -129,7 +129,7 @@ erpnext.Messages = Class.extend({
data.creation = dateutil.comment_when(data.creation);
data.comment_by_fullname = wn.user_info(data.owner).fullname;
- data.image = wn.user_info(data.owner).image;
+ data.image = wn.utils.get_file_link(wn.user_info(data.owner).image);
data.mark_html = "";
data.reply_html = '';
@@ -148,7 +148,7 @@ erpnext.Messages = Class.extend({
data-name="%(name)s">×', data);
}
- if(data.owner==data.comment_docname) {
+ if(data.owner==data.comment_docname && data.parenttype!="Assignment") {
data.mark_html = "