diff --git a/docs/docs.user.intro.md b/docs/docs.user.intro.md
index a507d16197b..4aada627d05 100644
--- a/docs/docs.user.intro.md
+++ b/docs/docs.user.intro.md
@@ -1,12 +1,11 @@
---
{
- "_label": "Introduction"
+ "_label": "Introduction",
+ "_title_image": "img/why-erpnext.png"
}
---
## What is an ERP and why should I care?
-
-
Small business are not so different from large ones. They contain most of the complexities of a large business but with many more constraints. Small businesses have to communicate with customers, do accounts, pay taxes, do payroll, manage timelines, deliver quality, answer questions and keep everyone happy just like large businesses.
And to it *efficiently*.
diff --git a/docs/docs.user.setup.accounting.md b/docs/docs.user.setup.accounting.md
index f550d7d7460..b10cf5b466f 100644
--- a/docs/docs.user.setup.accounting.md
+++ b/docs/docs.user.setup.accounting.md
@@ -1,14 +1,13 @@
---
{
- "_label": "Accounting Setup"
+ "_label": "Accounting Setup",
+ "_title_image": "img/setup-accounting.png"
}
---
## Chart of Accounts
The Chart of Accounts forms the blueprint of your organization. The overall structure of your Chart of Accounts is based on a system of double entry accounting that has become a standard all over the world to quantify how a company is doing financially.
-
-
The Chart of Accounts helps you answer:
- What is your organization worth?
diff --git a/docs/docs.user.setup.before.md b/docs/docs.user.setup.before.md
index 1896e26e8cf..158890f3a87 100644
--- a/docs/docs.user.setup.before.md
+++ b/docs/docs.user.setup.before.md
@@ -1,6 +1,7 @@
---
{
- "_label": "Before We Start"
+ "_label": "Before We Start",
+ "_title_image": "img/before-we-start.png"
}
---
## Before We Start
@@ -13,8 +14,6 @@ ERPs are not required.
Like exercise.
-
-
Human body does not require to be exercised today or maybe tomorrow, but in the long run, if you wish to maintain your body and its health, you should get on the treadmill.
In the same way, ERPs improve the health of your organization over a long run by keep it fit and efficient. The more you delay putting things in order, the more time you lose and the closer you get to a major disaster.
diff --git a/docs/docs.user.setup.codification.md b/docs/docs.user.setup.codification.md
new file mode 100644
index 00000000000..650e173114b
--- /dev/null
+++ b/docs/docs.user.setup.codification.md
@@ -0,0 +1,64 @@
+---
+{
+ "_label": "Item Codification"
+}
+---
+
+> To Codify or Not To Codify, is the question.
+
+If you already have a running business with a number of physical items, you would have probably coded your items. If you have not, you have a choice. We recommend you should codify, but its your call.
+
+Item codification is always a sensitive topic and wars have been fought on this (not joking). In our experience, when you have items that cross a certain size, life without codification is a nightmare.
+
+### Benefits
+
+- Standard way of naming things.
+- Less likely to have duplicates.
+- Explicit definition.
+- Help you quickly find if a similar item exists.
+- Item names get longer and longer as more types get introduced. Codes are shorter.
+
+### Pain
+
+- You have to remember the codes!
+- Harder for new team members to pick up.
+- You have to create new codes all the time.
+
+### Example
+
+You should have a simple manual / cheat-sheet to codify your items instead of just numbering them sequentially. Each letter should mean something. Here is an example:
+
+If your business involves wooden furniture, then you may codify as follows:
+
+Item Codification Summary Sheet
+(SAMPLE)
+
+ First letter: "Material" Third letter: "Size"
+
+ - W - Wood - 0 - less than 1mm
+ - H - Hardware - 1 - 1mm - 5mm
+ - G - Glass - 2 - 5mm - 10mm
+ - U - Upholstery - 3 - 10mm - 10cm
+ - P - Plastic
+
+ Second Letter: "Type"
+
+ For Wood: For Hardware:
+
+ - S - Sheet - S - Screw
+ - B - Bar - N - Nut
+ - L - L-section - W - Washer
+ - M - Molded - B - Bracket
+ - R - Round
+
+The last few letters could be sequential. So by looking at code **WM304** - you know its a wooden molding less than 10cm in size
+
+### Standardization
+
+If you have more than one person naming items, the style of naming items will change for everyone. Sometimes, even for one person, he or she may forget how did they name the item and may create a duplicate name _"Wooden Sheet 3mm" or "3mm Sheet of Wood"?_
+
+### Rationalizing
+
+It is a good practice to have minimum varieties of items so that you keep minimum stock, housekeeping is simpler etc. When you are planning a new product and you want to know if you are already purchasing a part in some other product, the item codes will help you quickly determine if you are using a similar raw material in another product.
+
+We believe if you do this small investment, it will help you rationalize things as your business grows, though its okay not to codify if you have less items.
\ No newline at end of file
diff --git a/docs/docs.user.setup.customer.md b/docs/docs.user.setup.customer.md
index 8baa8e9aeac..829f9439bdb 100644
--- a/docs/docs.user.setup.customer.md
+++ b/docs/docs.user.setup.customer.md
@@ -1,6 +1,7 @@
---
{
- "_label": "Foundation: Customer"
+ "_label": "Foundation: Customer",
+ "_title_image": "img/customers.png"
}
---
You can either directly create your Customers via
diff --git a/docs/docs.user.setup.item.md b/docs/docs.user.setup.item.md
index 8362e5c33d2..e85876ba896 100644
--- a/docs/docs.user.setup.item.md
+++ b/docs/docs.user.setup.item.md
@@ -1,6 +1,7 @@
---
{
- "_label": "Foundation: Item"
+ "_label": "Foundation: Item",
+ "_title_image": "img/items.png"
}
---
Items, Customers and Suppliers form the foundation of any ERP system.
diff --git a/home/page/activity/activity.html b/home/page/activity/activity.html
index ac369c37a05..8b67d3c7f5b 100644
--- a/home/page/activity/activity.html
+++ b/home/page/activity/activity.html
@@ -1,4 +1,4 @@
-
+
diff --git a/home/page/attributions/attributions.html b/home/page/attributions/attributions.html
index 3b35283e0b6..47a74a8fa6c 100644
--- a/home/page/attributions/attributions.html
+++ b/home/page/attributions/attributions.html
@@ -1,4 +1,4 @@
-
+
ERPNext is made using these Awesome Open Source Projects
diff --git a/selling/page/sales_browser/sales_browser.html b/selling/page/sales_browser/sales_browser.html
index ab89816eb55..19c7503996f 100644
--- a/selling/page/sales_browser/sales_browser.html
+++ b/selling/page/sales_browser/sales_browser.html
@@ -1,4 +1,4 @@
-
+
diff --git a/utilities/page/markdown_reference/markdown_reference.html b/utilities/page/markdown_reference/markdown_reference.html
index 5ec813b3cde..767ac36e301 100644
--- a/utilities/page/markdown_reference/markdown_reference.html
+++ b/utilities/page/markdown_reference/markdown_reference.html
@@ -1,4 +1,4 @@
-
+
Markdown Reference
diff --git a/utilities/page/question_view/question_view.html b/utilities/page/question_view/question_view.html
index 13f96a33c4f..0f22abf1ea2 100644
--- a/utilities/page/question_view/question_view.html
+++ b/utilities/page/question_view/question_view.html
@@ -1,4 +1,4 @@
-
+
diff --git a/utilities/page/questions/questions.html b/utilities/page/questions/questions.html
index bd003ce3567..43078471b37 100644
--- a/utilities/page/questions/questions.html
+++ b/utilities/page/questions/questions.html
@@ -1,4 +1,4 @@
-
+
diff --git a/website/templates/html/blog_footer.html b/website/templates/html/blog_footer.html
index ecb463c1679..cab099b4eaf 100644
--- a/website/templates/html/blog_footer.html
+++ b/website/templates/html/blog_footer.html
@@ -1,4 +1,4 @@
-
+
{% if categories %}
Explore posts by categories
diff --git a/website/templates/html/blog_page.html b/website/templates/html/blog_page.html
index 0cabe6dc11f..c5378dd716f 100644
--- a/website/templates/html/blog_page.html
+++ b/website/templates/html/blog_page.html
@@ -9,7 +9,7 @@
{% endblock %}
{% block content %}
-
+
{{ title }}
diff --git a/website/templates/html/blogger.html b/website/templates/html/blogger.html
index 878caad5f61..738fd1a6061 100644
--- a/website/templates/html/blogger.html
+++ b/website/templates/html/blogger.html
@@ -1,10 +1,10 @@
-
+
-
+
{{ blogger_info.full_name }}
{{ blogger_info.bio }}
diff --git a/website/templates/html/footer.html b/website/templates/html/footer.html
index 7260fa5b2e4..746b6e91149 100644
--- a/website/templates/html/footer.html
+++ b/website/templates/html/footer.html
@@ -38,7 +38,7 @@
{{ address }}
{% endif %}
-
+
-
+
- Home /
- My Account /
@@ -44,8 +44,8 @@ $(document).ready(function() {
// parent
var $order = $(repl('', order)).appendTo($list);
// items
@@ -53,12 +53,12 @@ $(document).ready(function() {
item.export_rate = format_currency(item.export_rate, order.currency);
item.export_amount = format_currency(item.export_amount, order.currency);
var $item = $(repl('\
-
%(item_name)s
\
-
%(export_rate)s
\
-
%(qty)s %(stock_uom)s
\
-
%(export_amount)s
\
+
%(item_name)s
\
+
%(export_rate)s
\
+
%(qty)s %(stock_uom)s
\
+
%(export_amount)s
\
\
-
', item)).appendTo($order.find(".col-span-9"));
+
', item)).appendTo($order.find(".col col-lg-9"));
});
$("
").appendTo($list);
diff --git a/website/templates/pages/product_search.html b/website/templates/pages/product_search.html
index ce5cd391911..47114080b30 100644
--- a/website/templates/pages/product_search.html
+++ b/website/templates/pages/product_search.html
@@ -18,7 +18,7 @@ $(document).ready(function() {
{% include 'app/website/templates/html/product_search_box.html' %}
-
+
Search Results
diff --git a/website/templates/pages/profile.html b/website/templates/pages/profile.html
index 1b7729f318e..40d6a197fc7 100644
--- a/website/templates/pages/profile.html
+++ b/website/templates/pages/profile.html
@@ -3,7 +3,7 @@
{% set title="My Profile" %}
{% block content %}
-
+
- Home /
- My Account /
diff --git a/website/templates/pages/ticket.html b/website/templates/pages/ticket.html
index d154d167e4c..5835246e14e 100644
--- a/website/templates/pages/ticket.html
+++ b/website/templates/pages/ticket.html
@@ -3,7 +3,7 @@
{% set title=doc.name %}
{% block content %}
-
+
- Home /
- My Account /
@@ -14,13 +14,13 @@
{%- if doc.status -%}
-
+
-
+
{{ doc.subject }}
-
+
{{ utils.formatdate(doc.transaction_date) }}
diff --git a/website/templates/pages/tickets.html b/website/templates/pages/tickets.html
index 0ea534b4400..27881efa4d9 100644
--- a/website/templates/pages/tickets.html
+++ b/website/templates/pages/tickets.html
@@ -3,7 +3,7 @@
{% set title="My Tickets" %}
{% block content %}
-
+
- Home /
- My Account /
@@ -39,9 +39,9 @@ $(document).ready(function() {
// parent
var $ticket = $(repl('\
-
%(status)s
\
-
\
-
%(subject)s
\
+
%(status)s
\
+
\
+
%(subject)s
\
', ticket)).appendTo($list);
$("
").appendTo($list);
diff --git a/website/templates/pages/writers.html b/website/templates/pages/writers.html
index 5f0836d4f2c..9d660b8706c 100644
--- a/website/templates/pages/writers.html
+++ b/website/templates/pages/writers.html
@@ -3,7 +3,7 @@
{% set title="Blog Writers" %}
{% block content %}
-
+
Blog Writers
{% if writers_introduction %}
{{ writers_introduction }}