diff --git a/erpnext/accounts/page/accounts_home/accounts_home.html b/erpnext/accounts/page/accounts_home/accounts_home.html index 398f1e46f37..4f43f66295d 100644 --- a/erpnext/accounts/page/accounts_home/accounts_home.html +++ b/erpnext/accounts/page/accounts_home/accounts_home.html @@ -1,8 +1,6 @@
General Ledger Entries
diff --git a/erpnext/accounts/page/accounts_home/accounts_home.js b/erpnext/accounts/page/accounts_home/accounts_home.js index 9915226f869..d7dceaf2c23 100644 --- a/erpnext/accounts/page/accounts_home/accounts_home.js +++ b/erpnext/accounts/page/accounts_home/accounts_home.js @@ -16,7 +16,7 @@ pscript['onload_accounts-home'] = function(wrapper) { erpnext.module_page.setup_page('Accounts', wrapper); - wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area')); + wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Accounts'); if(wn.control_panel.country!='India') { $('.india-specific').toggle(false); diff --git a/erpnext/buying/page/buying_home/buying_home.html b/erpnext/buying/page/buying_home/buying_home.html index ee10d10c28b..ff8b0ab610d 100644 --- a/erpnext/buying/page/buying_home/buying_home.html +++ b/erpnext/buying/page/buying_home/buying_home.html @@ -1,8 +1,6 @@Request for purchase
diff --git a/erpnext/buying/page/buying_home/buying_home.js b/erpnext/buying/page/buying_home/buying_home.js index 646ed0b1786..65803cca545 100644 --- a/erpnext/buying/page/buying_home/buying_home.js +++ b/erpnext/buying/page/buying_home/buying_home.js @@ -15,6 +15,6 @@ // along with this program. If not, seeAttendance Mark
diff --git a/erpnext/hr/page/hr_home/hr_home.js b/erpnext/hr/page/hr_home/hr_home.js index 1971b4690b0..12866095877 100644 --- a/erpnext/hr/page/hr_home/hr_home.js +++ b/erpnext/hr/page/hr_home/hr_home.js @@ -15,6 +15,6 @@ // along with this program. If not, seeOrders for manufacturing
diff --git a/erpnext/production/page/production_home/production_home.js b/erpnext/production/page/production_home/production_home.js index af4ba9db9e1..a4bb398eea4 100644 --- a/erpnext/production/page/production_home/production_home.js +++ b/erpnext/production/page/production_home/production_home.js @@ -15,6 +15,6 @@ // along with this program. If not, seeProject activity / task
diff --git a/erpnext/projects/page/projects_home/projects_home.js b/erpnext/projects/page/projects_home/projects_home.js index 187fc57825a..5ff50c9a985 100644 --- a/erpnext/projects/page/projects_home/projects_home.js +++ b/erpnext/projects/page/projects_home/projects_home.js @@ -15,6 +15,6 @@ // along with this program. If not, seeProspective customers
diff --git a/erpnext/selling/page/selling_home/selling_home.js b/erpnext/selling/page/selling_home/selling_home.js index 2561ee4645b..1fe0e09d105 100644 --- a/erpnext/selling/page/selling_home/selling_home.js +++ b/erpnext/selling/page/selling_home/selling_home.js @@ -15,6 +15,6 @@ // along with this program. If not, see
- Companies
- List of companies (not customers / suppliers)
-
- Fiscal Years
- Financial Years for books of accounts
-
- Currencies
- Currency Master
-
+ Companies
+ List of companies (not customers / suppliers)
+
+ Fiscal Years
+ Financial Years for books of accounts
+
+ Currencies
+ Currency Master
+
+ Users
+ Add/remove users, set roles, passwords etc
+
+ Permission Manager
+ Set permissions on transactions / masters
+
+ Amount based Authorization Rules
+ Restrict submission rights based on amount
+
+ Data Import Tool
+ Import data from spreadsheet (csv) files
+
+ Global Defaults
+ Set default values for entry
+
+ Recycle Bin
+ Un-trash items
+
+ Rename Master
+ Rename a single master record
+
+ Rename Many
+ Rename by uploading a csv file
+
+ Email Settings
+ Out going mail server and support ticket mailbox
+
+ Auto Notifications
+ Automatic email sending to customers and suppliers
+
+ Email Digests
+ Daily, weekly, monthly email Digests
+
+ SMS Setup
+ Setup outgoing SMS via your bulk SMS provider
+
+ Send Bulk SMS
+ Send bulk SMS to leads, customers, contacts
+
+ Customize Forms
+ Change entry properties (hide fields, make mandatory etc)
+
+ Custom Fields
+ Add fields to forms
+
+ Custom Scripts
+ Add custom code to forms
+
+ Disable Features
+ Simplify entry forms by disabling features
+
+ Modules Setup
+ Show, hide modules
+
+ Numbering Series
+ Set multiple numbering series for transactions
+
+ Letter Heads
+ Letter heads for print
+
+ Print Formats
+ HTML print formats for quotes, invoices etc
+
+ Print Headings
+ Add headers for standard print formats
+
+ Style Settings
+ Change background fonts etc
+
- Users
- Add/remove users, set roles, passwords etc
-
- Permission Manager
- Set permissions on transactions / masters
-
- Amount based Authorization Rules
- Restrict submission rights based on amount
-
- Data Import Tool
- Import data from spreadsheet (csv) files
-
- Global Defaults
- Set default values for entry
-
- Recycle Bin
- Un-trash items
-
- Rename Master
- Rename a single master record
-
- Rename Many
- Rename by uploading a csv file
-
- Email Settings
- Out going mail server and support ticket mailbox
-
- Auto Notifications
- Automatic email sending to customers and suppliers
-
- Email Digests
- Daily, weekly, monthly email Digests
-
- SMS Setup
- Setup outgoing SMS via your bulk SMS provider
-
- Send Bulk SMS
- Send bulk SMS to leads, customers, contacts
-
- Customize Forms
- Change entry properties (hide fields, make mandatory etc)
-
- Custom Fields
- Add fields to forms
-
- Custom Scripts
- Add custom code to forms
-
- Disable Features
- Simplify entry forms by disabling features
-
- Modules Setup
- Show, hide modules
-
- Numbering Series
- Set multiple numbering series for transactions
-
- Letter Heads
- Letter heads for print
-
- Print Formats
- HTML print formats for quotes, invoices etc
-
- Print Headings
- Add headers for standard print formats
-
- Style Settings
- Change background fonts etc
-
Transfer stock from one warehouse to another
diff --git a/erpnext/stock/page/stock_home/stock_home.js b/erpnext/stock/page/stock_home/stock_home.js index 7df9b275e95..97f5ec92360 100644 --- a/erpnext/stock/page/stock_home/stock_home.js +++ b/erpnext/stock/page/stock_home/stock_home.js @@ -15,6 +15,6 @@ // along with this program. If not, seeSupport queries from customers via email or website
diff --git a/erpnext/support/page/support_home/support_home.js b/erpnext/support/page/support_home/support_home.js index 3b95eb652ae..99b109fdf22 100644 --- a/erpnext/support/page/support_home/support_home.js +++ b/erpnext/support/page/support_home/support_home.js @@ -15,6 +15,6 @@ // along with this program. If not, seeStatic (content) web page
diff --git a/erpnext/website/page/website_home/website_home.js b/erpnext/website/page/website_home/website_home.js index 51f12baaa78..15391ec434c 100644 --- a/erpnext/website/page/website_home/website_home.js +++ b/erpnext/website/page/website_home/website_home.js @@ -15,6 +15,6 @@ // along with this program. If not, see