Note: Parent cannot be customized for the Root Accounts, like Asset, Liability, Income, Expense, Equity.
#### Quick Help
-If you want to have tax rate always applied from the Item master, then you should update Rate for the tax account as zero in the Taxes and Charges master.
@@ -30,7 +30,7 @@ In Sales Taxes and Other Charges master, select GST 16% account and mention Tax
In the Sales Order, we have selected many Items. For the items mentioned in blue, tax rate is applied based on tax rate mentioned in the taxes table. For the items highlited in red, tax rate has fetched for them from the respective item master.
-
**Customizing options in the Doctype Link field**
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/articles/module-visibility.md b/erpnext/docs/user/manual/en/customize-erpnext/articles/module-visibility.md
index c3f97c4f39..191ce8a830 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/articles/module-visibility.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/articles/module-visibility.md
@@ -6,7 +6,7 @@ As step zero, ensure that you have "Website Manager" role assigned. It is a stan
If module is hidden in-spite of assignment of required Role, then you should check if Website is not disabled from All Application.
-

+

If Website is checked in All Application, but still not visible for the User, check if is hidden by System Manager. In the Setup module, feature called Show/Hide Modules allows System Manager to hide specific module from all the Users.
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/articles/search-record-by-specific-field.md b/erpnext/docs/user/manual/en/customize-erpnext/articles/search-record-by-specific-field.md
index 369a7126dc..3dd6c68e55 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/articles/search-record-by-specific-field.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/articles/search-record-by-specific-field.md
@@ -16,12 +16,12 @@ Let's assume that while creating Sales Invoice, you wish to see Serial No result
Update Warehouse field name in the Search By field.
-

+

#### Searching in Another Record.
While creating transaction, to get filtered result for Customer, you should firstly click on search magnifier.
-

+

diff --git a/erpnext/docs/user/manual/en/customize-erpnext/articles/set-language.md b/erpnext/docs/user/manual/en/customize-erpnext/articles/set-language.md
index d098e5e89d..ede54f24e9 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/articles/set-language.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/articles/set-language.md
@@ -8,13 +8,13 @@ Following are the steps to set language in your ERPNext account.
#### 1.1 Go to My Setting
-

+

#### 1.2 Select Language
-

+

-

+

#### 1.3 Save User
@@ -30,13 +30,13 @@ Being a System Manager, you can set language in other user's master as well.
#### Set Language
-

+

#### Save
Save System Settings, and refresh your EPRNext account. On refreshing, you should language in your ERPNext account changed as per your preference.
-

+

Note: For now, we have translation available only for few languages. You can contribute to make translation better, and add new languages from [here](https://translate.erpnext.com).
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/articles/set-precision.md b/erpnext/docs/user/manual/en/customize-erpnext/articles/set-precision.md
index 45c1f79d10..4ed070fcd7 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/articles/set-precision.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/articles/set-precision.md
@@ -8,11 +8,11 @@ To change the precision globally, go to:
`Setup > Settings > System Settings`.
-

+

You can also set field specific precision. To do that go to `Setup > Customize > Customize Form` and select the DocType there. Then go to the specific field row and change precision. Precision field is only visible if field-type is one of the Float, Currency and Percent.
-

+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/articles/user-restriction.md b/erpnext/docs/user/manual/en/customize-erpnext/articles/user-restriction.md
index 29eef88dcc..586814175b 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/articles/user-restriction.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/articles/user-restriction.md
@@ -10,10 +10,10 @@ Following are the steps to restrict User to a document based on Owner/creator.
Select Document Type for which you want to set user permission. After permissions are loaded for selected document, scroll to role for which you want to set restriction.
-

+

#### Step 3: Apply User Permission
For Role to be restricted (Sales User in this case), check "If Owner".
-

+

diff --git a/erpnext/docs/user/manual/en/customize-erpnext/custom-doctype.md b/erpnext/docs/user/manual/en/customize-erpnext/custom-doctype.md
index 93abb3e95d..d6d1e3fa66 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/custom-doctype.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/custom-doctype.md
@@ -21,7 +21,7 @@ in the Sales Order Doctype, then you should check Is Child Table. Else no.
not be able to re-produce.
1. Custom?: This field will be checked by default when adding Custom Doctype.
-

+

#### Fields
@@ -36,7 +36,7 @@ Fields are much more than database columns, they can be:
1. Actions (button)
1. Attachments or Images
-

+

When you add fields, you need to enter the **Type**. **Label** is optional for Section Break and Column Break. **Name** (`fieldname`) is the name of the database table column.
@@ -46,19 +46,19 @@ You can also set other properties of the field like whether it is mandatory, rea
In this section, you can define criteria based on which document for this doctype will be named. There are multiple criterion based on which document can be named, like naming based on the value in the specific field, or based on Naming Series, or based on value provided by the user in the prompt, which will be shown when saving document. In the following example, we are doing naming based on the value in the field **book_name**.
-

+

#### Permission
In this table, you should select roles and define permission roles for them for this Doctype.
-

+

#### Save DocType
On saving doctype, you will get pop-up to provide name for this Doctype.
-

+

#### DocType in System
@@ -67,12 +67,12 @@ Human Resource module, to access this doctype, go to:
`Human Resource > Document > Book`
-

+

#### Book master
Using the fields entered, following is the master one book.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/custom-field.md b/erpnext/docs/user/manual/en/customize-erpnext/custom-field.md
index 2c11e0dc32..ec6c2229c8 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/custom-field.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/custom-field.md
@@ -14,25 +14,25 @@ To add a Custom Field, go to:
In the Customize Form, select Document Type in which you want to insert Custom Field. Let's assume we are inserting Custom Field in the Employee master.
-

+

#### Insert Row for the Custom Field
In Customize Form, open the field above which you want to insert a Custom Field. Click on Insert Above.
-

+

####Set Field Label
Custom Field's name will be set based on its Label. If you want to create Custom Field with specific name, but with different label, then you should first set Label as you want Field Name to be set. After Custom Field is saved, you can edit the Field Label again.
-

+

####Select Field Type
There are various types of Field like Data, Date, Link, Select, Text and so on. Select Field Type for the Custom Field.
-

+

Click [here](/docs/user/manual/en/customize-erpnext/articles/field-types.html) to learn more about types of field you can set for your Custom Field.
@@ -44,7 +44,7 @@ If you are creating a Link field, then in the Options, enter Doctype name with w
If field type is set as Select (drop down field), then all he possible result for this field should be listed in the Options field. Each possible result should be separate by row.
-

+

For Data field, Option can be set to "Email" or "Phone" and the field will be validated accordingly.
@@ -65,7 +65,7 @@ You can set properties as:
After inserting required details for the Custom Field, Update Customize Form. On update, Custom Field will be inserting in the form, Employee master in this case. Before checking Employee form, reload your ERPNext account. After reload, check Employee form to see Custom Field in a form.
-

+

####Deleting Custom Field
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/custom-scripts/index.md b/erpnext/docs/user/manual/en/customize-erpnext/custom-scripts/index.md
index f5519c239d..1e21e4a9ef 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/custom-scripts/index.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/custom-scripts/index.md
@@ -6,7 +6,7 @@ Lead form, you can do so by creating your own script.
`Setup > Customization > Custom Script`
-

+

### Topics
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/customize-form.md b/erpnext/docs/user/manual/en/customize-erpnext/customize-form.md
index 5f590bb35b..7eb02ab4c6 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/customize-form.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/customize-form.md
@@ -13,7 +13,7 @@ Go to Customize Form from:
You can also reach the Customize Form tool from the List Views.
-

+

####Step 2: Select Document Type
@@ -21,7 +21,7 @@ If navigate from the list view, Document Type will be automatically set in the C
If you reach customize form from the Setup module, or from awesome bar, then you will have to manually select Document Type in which customization needs to be made.
-

+

####Step 3: Edit Property
@@ -29,7 +29,7 @@ On selecting Document Type, all the fields of the Document Type will updated as
To customized Project field, click on the respective row, and check "Mandatory". With this, Project field will become mandatory in the Sales Order.
-

+

Like setting setting field Mandatory, following are the other customization options in the Customize Form tool.
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/document-title.md b/erpnext/docs/user/manual/en/customize-erpnext/document-title.md
index 64dad31c98..a05158d66f 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/document-title.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/document-title.md
@@ -23,14 +23,14 @@ You can define the title by setting document properties in braces `{}`. For exam
{customer_name} for {project}

+ src="{{docs_base_url}}/assets/img/customize/customize-title.gif">
#### Fixed or Editable Titles
If your title is generated as a default title, it can be edited by the user by clicking on the heading of the document.

+ src="{{docs_base_url}}/assets/img/customize/editable-title.gif">
If you want a fixed title, you can set the rule in the **Options** property. In this way, the title will be automatically updated everytime the document is updated.
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/hiding-modules-and-features.md b/erpnext/docs/user/manual/en/customize-erpnext/hiding-modules-and-features.md
index ad4b00e2f9..ab47a4557e 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/hiding-modules-and-features.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/hiding-modules-and-features.md
@@ -4,7 +4,7 @@ To hide modules (icons) from the home page, go to:
`Setup > Permissions > Show / Hide Modules`
-

+

Click [here](/docs/user/manual/en/customize-erpnext/articles/module-visibility.html) to learn about other features from where icons from the desktop can be hidden.
diff --git a/erpnext/docs/user/manual/en/customize-erpnext/kanban-board.md b/erpnext/docs/user/manual/en/customize-erpnext/kanban-board.md
index 7c1234f381..ccfa63a93a 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/kanban-board.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/kanban-board.md
@@ -8,35 +8,35 @@ In ERPNext Kanban board can be an alternative for the list views. It helps you i
To create a Kanban board in ERPNext click the Kanban dropdown on the sidebar, and select New Kanban Board.
-

+

###Add new Card/Document
To add Cards on Kanban Board click Add Tasks. You can Edit a card details by click on the card and it will take you to the Task Doctype where you can further add and edit card details.
-

+

###Update Cards/Document Status
Based on the Task status you can drag and drop the Cards in the respective column. For example if the task is work in progress you can move the card for the task from the status Open to Working.
-

+

###Manage Columns
To add more columns in the Kanban board click Add columns.
-

+

To move columns based on the priority drag and drop the columns as per requirement.
-

+

To set Colors to a Card click drop down menu on the card and assign color to it.
-

+

You can also Archive and Restore the columns added in a Kanban board. To do so click Archive in drop down menu on the card. Once archived you can restore the column from the list of the archived columns in the Kanban board.
-

+

diff --git a/erpnext/docs/user/manual/en/customize-erpnext/print-format.md b/erpnext/docs/user/manual/en/customize-erpnext/print-format.md
index 993f92ad58..e626e9b8d4 100644
--- a/erpnext/docs/user/manual/en/customize-erpnext/print-format.md
+++ b/erpnext/docs/user/manual/en/customize-erpnext/print-format.md
@@ -18,7 +18,7 @@ To create your own versions, open an existing template from:
`Setup > Printing > Print Formats`
-

+

Select the type of Print Format you want to edit and click on the “Copy”
button on the right column. A new Print Format will open up with “Is Standard”
@@ -45,7 +45,7 @@ To edit / update your print and PDF settings, go to:
`Setup > Printing and Branding > Print Settings`
-

+

#### Example
diff --git a/erpnext/docs/user/manual/en/education/Assessment/assessment_criteria.md b/erpnext/docs/user/manual/en/education/Assessment/assessment_criteria.md
index 64183ad8be..8b35e8d378 100644
--- a/erpnext/docs/user/manual/en/education/Assessment/assessment_criteria.md
+++ b/erpnext/docs/user/manual/en/education/Assessment/assessment_criteria.md
@@ -2,13 +2,13 @@
Assessment Criteria is the parameter based on which you assess the Student.
-

+

After assessment is conducted for a Course, marks earned are entered based on the Assessment Criteria. For example, if assessment was conducted for science subject, then you can evaluate Student in Science on various criteria like Writing, Practicals, Presentation etc.
Assessment Criteria is be used when scheduling Assessment Plan for Student Group and Course.
-

+

#### Video Tutorial on Assessment Criteria
diff --git a/erpnext/docs/user/manual/en/education/Assessment/assessment_group.md b/erpnext/docs/user/manual/en/education/Assessment/assessment_group.md
index 35e00ad3d5..b1ad745ee9 100644
--- a/erpnext/docs/user/manual/en/education/Assessment/assessment_group.md
+++ b/erpnext/docs/user/manual/en/education/Assessment/assessment_group.md
@@ -4,11 +4,11 @@ Assessment Group tree is a master where you can define the hierarchy for examina
For example, if you conduct two assessment in a academic year, then setup Assessment Group as following.
-

+

On the same lines, you can also define multiple Assessment Group bases on assessment conducted in your institute.
-

+

#### Video Tutorial on Assessment Group
diff --git a/erpnext/docs/user/manual/en/education/Assessment/assessment_plan.md b/erpnext/docs/user/manual/en/education/Assessment/assessment_plan.md
index 8e08535514..0bb7e6b36d 100644
--- a/erpnext/docs/user/manual/en/education/Assessment/assessment_plan.md
+++ b/erpnext/docs/user/manual/en/education/Assessment/assessment_plan.md
@@ -10,11 +10,11 @@ To schedule an assessment/examination for a Student Group, for specific Course,
4. Examiner and Supervisor
-

+

5. Assessment Criteria is list of criteria based which each student in will be evaluated and grades will be assigned.
-

+

#### Video Tutorial on Assessment Plan
diff --git a/erpnext/docs/user/manual/en/education/Assessment/assessment_result.md b/erpnext/docs/user/manual/en/education/Assessment/assessment_result.md
index 5547f2247b..4ca91a710b 100644
--- a/erpnext/docs/user/manual/en/education/Assessment/assessment_result.md
+++ b/erpnext/docs/user/manual/en/education/Assessment/assessment_result.md
@@ -2,7 +2,7 @@
Assessment Result is a log of marks/grades earned by the student for specific Assessment. Assessment Result is created in the backend based on the marks entered in the [Assessment Result Tool](/docs/user/manual/en/education/assessment/assessment_result_tool.html).
-

+

#### Video Tutorial on Assessment Result
diff --git a/erpnext/docs/user/manual/en/education/Assessment/assessment_result_tool.md b/erpnext/docs/user/manual/en/education/Assessment/assessment_result_tool.md
index 1cd0762faa..f57fc182c1 100644
--- a/erpnext/docs/user/manual/en/education/Assessment/assessment_result_tool.md
+++ b/erpnext/docs/user/manual/en/education/Assessment/assessment_result_tool.md
@@ -2,7 +2,7 @@
Assessment Result Tool help you entering marks earned by the Students for specific course. In this tool, based on the Assessment Plan, all the Student will be fetched into Assessment Result Tool. Also, Columns for Assessment Criteria will be where marks earned can be entered for each Student.
-

+

As you go on entering marks for a Student, and switch to next student, in the backend, Student Result record will be auto-created for that Student.
diff --git a/erpnext/docs/user/manual/en/education/Assessment/grading_scale.md b/erpnext/docs/user/manual/en/education/Assessment/grading_scale.md
index c3d8b2127a..3d8f2e9ce3 100644
--- a/erpnext/docs/user/manual/en/education/Assessment/grading_scale.md
+++ b/erpnext/docs/user/manual/en/education/Assessment/grading_scale.md
@@ -2,7 +2,7 @@
In the Grading Scale, you can define various grades and threshold for them. Based on the score earned by an Student for an Assessment, Grade will be assigned.
-

+

#### Video Tutorial on Grading Scale
diff --git a/erpnext/docs/user/manual/en/education/Attendance/student-attendance-tool.md b/erpnext/docs/user/manual/en/education/Attendance/student-attendance-tool.md
index c68f473db0..cc526b5f6c 100644
--- a/erpnext/docs/user/manual/en/education/Attendance/student-attendance-tool.md
+++ b/erpnext/docs/user/manual/en/education/Attendance/student-attendance-tool.md
@@ -10,7 +10,7 @@ To mark the **Attedance* based on Student Group select the group based on
Student detials will be autofetched and you can mark the attendance of the given date.
-

+

#### Tutorial Video for Student Attendance Tool
diff --git a/erpnext/docs/user/manual/en/education/Attendance/student-attendance.md b/erpnext/docs/user/manual/en/education/Attendance/student-attendance.md
index b93114607e..0ebb65cd48 100644
--- a/erpnext/docs/user/manual/en/education/Attendance/student-attendance.md
+++ b/erpnext/docs/user/manual/en/education/Attendance/student-attendance.md
@@ -8,7 +8,7 @@ To create Attendance record :
Select the **Student, Course Schedule and Student Group** for which attendance is to be marked for the given date. Set the Status to Present/Absent and save.
-

+

**Student Attendance tool** can be used for bulk updation of the attendance based on **Batch, Course or Activity**.
diff --git a/erpnext/docs/user/manual/en/education/Attendance/student-leave-application.md b/erpnext/docs/user/manual/en/education/Attendance/student-leave-application.md
index 011d07c94c..406c20db3e 100644
--- a/erpnext/docs/user/manual/en/education/Attendance/student-leave-application.md
+++ b/erpnext/docs/user/manual/en/education/Attendance/student-leave-application.md
@@ -4,7 +4,7 @@ ERPNext allows you to record the leave application for a student.
To create a Student Leave application record, enter the Student and the date for the leave is applied and save.
-

+

Incase the student is not attending the institute in order to participate or represent institute in any event, he/she can be mark as present from the Leave Application itself.
diff --git a/erpnext/docs/user/manual/en/education/admission/program-enrollment-tool.md b/erpnext/docs/user/manual/en/education/admission/program-enrollment-tool.md
index 5727bc230b..fa2e09a7d8 100644
--- a/erpnext/docs/user/manual/en/education/admission/program-enrollment-tool.md
+++ b/erpnext/docs/user/manual/en/education/admission/program-enrollment-tool.md
@@ -8,11 +8,11 @@ You can create the Program Enrollment for :
1. **Student Applicants**: List of Student Applicants will be fetched for the selected **Program**, **Academic year** and **Academic Term** (if provided).
-

+

2. **Program Enrollment**: List of students already enrolled in selected **Program** for the given **Academic Year**, **Academic Term** (if provided) and **Student Batch** will be fetched and can be used to enroll students from one academic year/term to another in the same **Program** or a new **Program**.
-

+

**New Student Batch**: This can be selected for the entire students fetched in the table. Priority will be given to the Batch selected in the table (for individual students).
diff --git a/erpnext/docs/user/manual/en/education/admission/program-enrollment.md b/erpnext/docs/user/manual/en/education/admission/program-enrollment.md
index 36af3f263e..54bf98b521 100644
--- a/erpnext/docs/user/manual/en/education/admission/program-enrollment.md
+++ b/erpnext/docs/user/manual/en/education/admission/program-enrollment.md
@@ -7,7 +7,7 @@ If the student has applied online for the admission in a particular **Program**
Else, to create the new Program Enrollment manually, go to:
> Education > Program Enrollment > New
-

+

If any institution has skipped the online admission process then Program Enrollment can also be considered as the confirmation of the admission in a particular Program.
diff --git a/erpnext/docs/user/manual/en/education/admission/student-applicant.md b/erpnext/docs/user/manual/en/education/admission/student-applicant.md
index fa1b4c2c75..2f725424e9 100644
--- a/erpnext/docs/user/manual/en/education/admission/student-applicant.md
+++ b/erpnext/docs/user/manual/en/education/admission/student-applicant.md
@@ -3,7 +3,7 @@
A Student Applicant record needs to be created when a student applies for a program at your institute.
You can Approve or Reject a student applicant. By accepting a student applicant you can add them to the student master.
-

+

### Application Status
@@ -20,12 +20,12 @@ You can Approve or Reject a student applicant. By accepting a student applicant
### Student Enrollment
Once the form is submitted you can either approve or reject the application form.
-

+

Once you approve a Student Applicant you can enroll them to a program. When you click the 'Enroll' buttom,
the system shall create a student against that applicant and redirect you to the [Program Enrollment form](/docs/user/manual/en/education/student/program-enrollment.html).
-

+

#### Video Tutorial for Student Application
diff --git a/erpnext/docs/user/manual/en/education/admission/student_admission.md b/erpnext/docs/user/manual/en/education/admission/student_admission.md
index f2b8ef6102..ff98a923e2 100644
--- a/erpnext/docs/user/manual/en/education/admission/student_admission.md
+++ b/erpnext/docs/user/manual/en/education/admission/student_admission.md
@@ -7,7 +7,7 @@ To create a Student Admission record go to :
**education** >> **Admissions** >> **Student Admission** >>
-

+

Once an admission record is created, the age eligibility criteria can be determined for the every program. Similarly, you can also determine the application fee and naming series for every student applicant. If you keep the naming series blank then the default naming series will be applied for every student applicant.
diff --git a/erpnext/docs/user/manual/en/education/fees/fee-category.md b/erpnext/docs/user/manual/en/education/fees/fee-category.md
index 8a4822f3b4..b724681286 100644
--- a/erpnext/docs/user/manual/en/education/fees/fee-category.md
+++ b/erpnext/docs/user/manual/en/education/fees/fee-category.md
@@ -2,6 +2,6 @@
List of all different type of fees collected.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/education/fees/fee-structure.md b/erpnext/docs/user/manual/en/education/fees/fee-structure.md
index 76d43a4783..f502b93220 100644
--- a/erpnext/docs/user/manual/en/education/fees/fee-structure.md
+++ b/erpnext/docs/user/manual/en/education/fees/fee-structure.md
@@ -8,7 +8,7 @@ You can create the Fee Structure directly from
or you can create the Fee Structure from Program also.
-

+

#### Academic Year Impact
diff --git a/erpnext/docs/user/manual/en/education/fees/fees.md b/erpnext/docs/user/manual/en/education/fees/fees.md
index 5e0c126dff..e5cdcb3670 100644
--- a/erpnext/docs/user/manual/en/education/fees/fees.md
+++ b/erpnext/docs/user/manual/en/education/fees/fees.md
@@ -3,6 +3,6 @@
Maintain a record of fees collected from students.
The [Fee Structure](/docs/user/manual/en/education/fees/fee-structure.html) is fetched based on the selected Program and Academic Term.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/education/fees/index.md b/erpnext/docs/user/manual/en/education/fees/index.md
index d0ccb94857..c432db249e 100644
--- a/erpnext/docs/user/manual/en/education/fees/index.md
+++ b/erpnext/docs/user/manual/en/education/fees/index.md
@@ -2,7 +2,7 @@
This section contains 'Fee' related documents.
-

+

### Topics
diff --git a/erpnext/docs/user/manual/en/education/index.md b/erpnext/docs/user/manual/en/education/index.md
index 36c6bbd772..49dfd64e9c 100644
--- a/erpnext/docs/user/manual/en/education/index.md
+++ b/erpnext/docs/user/manual/en/education/index.md
@@ -3,6 +3,6 @@
The Education Domain in ERPNext is designed to meet requirements of any educational Institute whether that is a school, college or any other private firm. ERPNext provides a centralized system, which can be used to maintain and update all the activities related to an Institution. It will provide a complete package for every funcationality required in any institute like Online Admission, Fees, Attendance, Examination.
-

+

{index}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/education/schedule/course-schedule.md b/erpnext/docs/user/manual/en/education/schedule/course-schedule.md
index 8b8a36eb15..eeccae456c 100644
--- a/erpnext/docs/user/manual/en/education/schedule/course-schedule.md
+++ b/erpnext/docs/user/manual/en/education/schedule/course-schedule.md
@@ -3,7 +3,7 @@
Course Schedule is the schedule of a session conducted by an Instructor for a particular Course.
You can see the overall course schedule in the Calendar view.
-

+

#### Video Tutorial on Course Scheduling
@@ -21,7 +21,7 @@ You can see the overall course schedule in the Calendar view.
You can mark attendance for a Student Group against a Course Schedule.
-

+

- To make attendance, expand the attendance section.
- Check the students who were present for that session.
@@ -32,6 +32,6 @@ You can mark attendance for a Student Group against a Course Schedule.
Once you have marked Attendance against a Course Schedule the Attendance section in the Course Schedule shall be hidden.
A View Attendance button shall appear. Click on that button to view all attendance records created against that Course Schedule.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/education/schedule/examination.md b/erpnext/docs/user/manual/en/education/schedule/examination.md
index d21d204189..10f59f84bf 100644
--- a/erpnext/docs/user/manual/en/education/schedule/examination.md
+++ b/erpnext/docs/user/manual/en/education/schedule/examination.md
@@ -2,7 +2,7 @@
The Examination record can be used to track the exam schedule and the results of that exam.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/education/schedule/index.md b/erpnext/docs/user/manual/en/education/schedule/index.md
index 247b0b8893..5e1b43a40e 100644
--- a/erpnext/docs/user/manual/en/education/schedule/index.md
+++ b/erpnext/docs/user/manual/en/education/schedule/index.md
@@ -1,6 +1,6 @@
# Schedule
-

+

### Topics
diff --git a/erpnext/docs/user/manual/en/education/schedule/scheduling-tool.md b/erpnext/docs/user/manual/en/education/schedule/scheduling-tool.md
index 087c933fe3..65dd95bd3a 100644
--- a/erpnext/docs/user/manual/en/education/schedule/scheduling-tool.md
+++ b/erpnext/docs/user/manual/en/education/schedule/scheduling-tool.md
@@ -2,7 +2,7 @@
This tool can be used to create 'Course Schedules'.
-

+

### Creating Course Schedules
diff --git a/erpnext/docs/user/manual/en/education/setup/academic-term.md b/erpnext/docs/user/manual/en/education/setup/academic-term.md
index d264dca5d6..2dd1d69c56 100644
--- a/erpnext/docs/user/manual/en/education/setup/academic-term.md
+++ b/erpnext/docs/user/manual/en/education/setup/academic-term.md
@@ -4,7 +4,7 @@ An academic term (or simply "term") is a portion of an academic year, the time d
The **Academic term** form in ERPNext enables you to create academic terms within in a year. Based on the term schedule enter the start and end date for the schedule and generate the term for a Academic year.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/education/setup/academic-year.md b/erpnext/docs/user/manual/en/education/setup/academic-year.md
index c9ea521185..ec66c971fa 100644
--- a/erpnext/docs/user/manual/en/education/setup/academic-year.md
+++ b/erpnext/docs/user/manual/en/education/setup/academic-year.md
@@ -4,7 +4,7 @@ An academic year is a period of time which education, colleges and universities
The **Academic year** form have the Start and End date for the Academic year.
-

+

**Student group** link is given to view or add the respective groups to the Academic year.
diff --git a/erpnext/docs/user/manual/en/education/setup/course.md b/erpnext/docs/user/manual/en/education/setup/course.md
index ec7d813056..24482fffc9 100644
--- a/erpnext/docs/user/manual/en/education/setup/course.md
+++ b/erpnext/docs/user/manual/en/education/setup/course.md
@@ -4,11 +4,11 @@
To create a **Course** enter the Course name and Code. Code for the course should be unique for every course. You can also link the department under which the course is conducted.
-

+

Once a **Course** is created, a course schedule can defined for the same.
-

+

The Course form is further linked to **Program, Student Group and Assessment Plan** doctypes. The links allow to view/create the related documents for a **Course**.
diff --git a/erpnext/docs/user/manual/en/education/setup/index.md b/erpnext/docs/user/manual/en/education/setup/index.md
index 1062c3a4ac..1176544baa 100644
--- a/erpnext/docs/user/manual/en/education/setup/index.md
+++ b/erpnext/docs/user/manual/en/education/setup/index.md
@@ -2,7 +2,7 @@
The Setup section of education module provides facility to make some basic configuration. Below are doctypes for basic configuration.
-

+

### Topics
diff --git a/erpnext/docs/user/manual/en/education/setup/instructor.md b/erpnext/docs/user/manual/en/education/setup/instructor.md
index 5af4cc098e..9f4dbdca2c 100644
--- a/erpnext/docs/user/manual/en/education/setup/instructor.md
+++ b/erpnext/docs/user/manual/en/education/setup/instructor.md
@@ -6,7 +6,7 @@ To create new Instructor go to:
> Education > Instructor > New
-

+

An **Instructor** can also be linked to a **Course Schedule**, where you can define the schedule for a **Course** for a give date and **Room no**.
diff --git a/erpnext/docs/user/manual/en/education/setup/program.md b/erpnext/docs/user/manual/en/education/setup/program.md
index 0d2a4d2994..e9fb091164 100644
--- a/erpnext/docs/user/manual/en/education/setup/program.md
+++ b/erpnext/docs/user/manual/en/education/setup/program.md
@@ -8,11 +8,11 @@ To create a Program go to :
Enter a unique code for every **Program**. You can also link the **Program** to the department under which it is conducted.
-

+

Add the relevant Course and the Fee details for a program.
-

+

The Program Doctype is further linked to the **Student applicant**, **Program enrollment, Student group, Fee structre and Fee**. The links allow to view or create the related document for a Program.
diff --git a/erpnext/docs/user/manual/en/education/setup/room.md b/erpnext/docs/user/manual/en/education/setup/room.md
index 6a1f32e9ff..02e604c86c 100644
--- a/erpnext/docs/user/manual/en/education/setup/room.md
+++ b/erpnext/docs/user/manual/en/education/setup/room.md
@@ -4,14 +4,14 @@ A classroom is a space (room or lab) where you want to schedule courses or exami
The Room doctype allows you to record the room number and the seating capacity for a classroom. Once a room is created Course schedule link is provided in the Room doctype to view or add the course schedule for the classroom.
-

+

The course schedule validate the availability of the Room number and an alert message is shown if there is an overlap for the Room number for a given time slot.
-

+

The Room number is further linked to the Assesment plan. It validates the availability of examination room for the assessment to be held for a given date and time.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/education/setup/school-settings.md b/erpnext/docs/user/manual/en/education/setup/school-settings.md
index 74e5ed561f..efdf8993f5 100644
--- a/erpnext/docs/user/manual/en/education/setup/school-settings.md
+++ b/erpnext/docs/user/manual/en/education/setup/school-settings.md
@@ -2,14 +2,15 @@
The Education Settings page allow you to setup basic settings like **Academic Year and Term** for the educational setup.
-

+
+

The checkbox to Validate Batch for Students in Student Group enables the Student Batch validation for every Student from the Program Enrollment for the **Batch** based on **Student Group**
-

+

You can enable the validation of Course for every Student from the enrolled Courses in Program Enrollment,for Course based Student Group by checking the settings for **Validate Enrolled Course for Students in Student Group**
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/education/setup/student-batch-name.md b/erpnext/docs/user/manual/en/education/setup/student-batch-name.md
index 3b5ad41edd..3c6a4055cc 100644
--- a/erpnext/docs/user/manual/en/education/setup/student-batch-name.md
+++ b/erpnext/docs/user/manual/en/education/setup/student-batch-name.md
@@ -2,7 +2,7 @@
Student batch is a collection of students from Student Groups. **Student batch** allows you to create **Student Group** based on a batch. When a student is enrolled for a **Program**, the Student batch is selected to enroll the student for the given Program and batch
-

+

You can also get a **Student Batch-Wise Attendance** report to view the number of student present from the Batch.
diff --git a/erpnext/docs/user/manual/en/education/setup/student-category.md b/erpnext/docs/user/manual/en/education/setup/student-category.md
index cb5cbeae38..37abd222eb 100644
--- a/erpnext/docs/user/manual/en/education/setup/student-category.md
+++ b/erpnext/docs/user/manual/en/education/setup/student-category.md
@@ -6,7 +6,7 @@ To create Student category go to Setup >> Student Category >> New.
We can create new student category by adding a name and save it
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/education/student/guardian.md b/erpnext/docs/user/manual/en/education/student/guardian.md
index ca34e8b765..5df444e6dc 100644
--- a/erpnext/docs/user/manual/en/education/student/guardian.md
+++ b/erpnext/docs/user/manual/en/education/student/guardian.md
@@ -2,7 +2,7 @@
The Guardian doctype allows you to record the guardian details for a **Student**.
-

+

The email id added in the **Guardian** detail can be linked to a email group for sending newsletter or announcements.
diff --git a/erpnext/docs/user/manual/en/education/student/student-batch.md b/erpnext/docs/user/manual/en/education/student/student-batch.md
index 3b5ad41edd..3c6a4055cc 100644
--- a/erpnext/docs/user/manual/en/education/student/student-batch.md
+++ b/erpnext/docs/user/manual/en/education/student/student-batch.md
@@ -2,7 +2,7 @@
Student batch is a collection of students from Student Groups. **Student batch** allows you to create **Student Group** based on a batch. When a student is enrolled for a **Program**, the Student batch is selected to enroll the student for the given Program and batch
-

+

You can also get a **Student Batch-Wise Attendance** report to view the number of student present from the Batch.
diff --git a/erpnext/docs/user/manual/en/education/student/student-group-creation-tool.md b/erpnext/docs/user/manual/en/education/student/student-group-creation-tool.md
index d27f4f74f6..631e6b6710 100644
--- a/erpnext/docs/user/manual/en/education/student/student-group-creation-tool.md
+++ b/erpnext/docs/user/manual/en/education/student/student-group-creation-tool.md
@@ -8,7 +8,7 @@ To create Student group using this tool go to
Select the **Academic Term** and the **Program** for which a student group is to be created.
-

+

By default the student group is created based on the **Course** only. The check box for "Separate course based Group for every Batch" allows you to create batchwise Student groups for a course.
diff --git a/erpnext/docs/user/manual/en/education/student/student-group.md b/erpnext/docs/user/manual/en/education/student/student-group.md
index be68df1e73..58821bd7ed 100644
--- a/erpnext/docs/user/manual/en/education/student/student-group.md
+++ b/erpnext/docs/user/manual/en/education/student/student-group.md
@@ -8,13 +8,15 @@ To create a Student Group go to:
> Education > Student > New Student Group
-

+
+

+
To create a Student group based on **Batch**, select the **Progam** and **Batch**, where as to create a Student group based on **Course**, you will only have to select the Course Code. Creating a student group based on activity allows you to group of student for events and activities happening in the institute.
Once a student group is created you can mark attendance for the group.
-

+

You can also update the **Email Group** for the Student Group. Click on Update Email Group to add all the email ids of the gaurdians in the respective email group and **Newsletter** can be created and sent to the Email group.
diff --git a/erpnext/docs/user/manual/en/education/student/student-log.md b/erpnext/docs/user/manual/en/education/student/student-log.md
index 5c113e4650..37a8c1b276 100644
--- a/erpnext/docs/user/manual/en/education/student/student-log.md
+++ b/erpnext/docs/user/manual/en/education/student/student-log.md
@@ -4,6 +4,6 @@ The Student log Doctype enables you to add and edit addtional information for a
You can make a note of student activities using Student log.
Logs can be categorised as 'General', 'Academic', 'Medical' or 'Achievement'
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/education/student/student.md b/erpnext/docs/user/manual/en/education/student/student.md
index 9799e80a69..3dbb42c33f 100644
--- a/erpnext/docs/user/manual/en/education/student/student.md
+++ b/erpnext/docs/user/manual/en/education/student/student.md
@@ -3,7 +3,8 @@
A Student is a person who has enrolled at your institute and you have accepted their application.
The Student doctype maintains detials like personal information, date of birth, address etc. It also records the **Guardian** and sibling details.
-

+
+

The student is enrolled in a **Program** when the application is approved. Once the enrollement is done the **Student Applicant** status is update to Admitted.
diff --git a/erpnext/docs/user/manual/en/fleet_management/index.md b/erpnext/docs/user/manual/en/fleet_management/index.md
index 564cb28b06..5e32271c6b 100644
--- a/erpnext/docs/user/manual/en/fleet_management/index.md
+++ b/erpnext/docs/user/manual/en/fleet_management/index.md
@@ -19,15 +19,15 @@ ERPNext > Vehicle
* Enter License Plate,Make,Model,Odometer Value,Fuel Type and Fuel UOM for a quick entry.
-

+

* Enter details like Insurance,Chassis,Vehicle Value,Location and Employee.
-

+

* Enter Vehicle attributes like color,wheels,doors and last carbon check
-

+

### Vehicle Log
@@ -39,17 +39,17 @@ ERPNext > Vehicle Log
* Enter License Plate,Employee,Date,Odometer reading for a quick entry.
-

+

* Enter Refuelling details,Service details if applicable.
-

+

### Make Expense Claim
* Click on Make Expense Claim button .This button appears only in case of Submitted Vehicle Logs.
-

+

When you click on 'Make Expense Claim',
@@ -57,10 +57,10 @@ When you click on 'Make Expense Claim',
2. The sum of Fuel Expenses and Service Expenses is copied over to Expense Claim Amount.
3. Employee can submit the Expense Claim for further processing.
-

+

### Vehicle Expenses Report
* To track and monitor Vehicle Expenses you can use the Vehicle Expenses report.This report gives a one stop view of all your vehicle expenses month wise.
-

+

diff --git a/erpnext/docs/user/manual/en/healthcare/appointment.md b/erpnext/docs/user/manual/en/healthcare/appointment.md
index a5cea36b20..0abcc88b87 100755
--- a/erpnext/docs/user/manual/en/healthcare/appointment.md
+++ b/erpnext/docs/user/manual/en/healthcare/appointment.md
@@ -6,15 +6,15 @@ You can create a Patient Appointment from
You can book appointments for a registered Patient by searching and selecting the Patient field. You can search the Patient by Patient ID, Name, Email or Mobile number. You can also register a new Patient from the Appointment screen by selecting "Create a new patient" in the Patient field.
-

+

If you have a front desk executive to manage your appointments, you can configure a user role to have access to Patient Appointment so that she can do the bookings by selecting the Physician whom the Patient wish to consult and the date for booking. "Check Availability" button will pop up all the available time slots with status indicators for the date. She can select a time slot and "Book" the Appointment for the Patient.
-

+

After Booking, the scheduled time of the Appointment and duration will be updated and seved in the document.
-

+

You can configure ERPNext to send an SMS alert to the Patient about the booking confirmation or a reminder on the day of Appointment by doing necessary configurations in -
diff --git a/erpnext/docs/user/manual/en/healthcare/consultation.md b/erpnext/docs/user/manual/en/healthcare/consultation.md
index a98713bcb5..8418644641 100755
--- a/erpnext/docs/user/manual/en/healthcare/consultation.md
+++ b/erpnext/docs/user/manual/en/healthcare/consultation.md
@@ -4,13 +4,13 @@ ERPNext Healthcare allows you to record Patient encounters through the Consultat
If you are creating the Consultation document from an Appointment, Patient and other related data will automatically be populated else you can search the Patient by name, email phone number etc. The Patient Details section will list the latest Vital Signs record of the patient and other information captured in the Patient screen.
-

+

### Assessment
Encounter Impression section allows you to select (or create new) Complaints and your assessment based on the presented complaints. You can opt to include the captured data in Consultation print by selecting the "In Print" flag
-

+

### Prescriptions
@@ -18,11 +18,11 @@ You can prescribe medicines in the Drug Prescription section by selecting the dr
Prescribing a laboratory investigation is similar and if you have Lab Tests configured, you can select from the list. Or key in the Lab Test name to be printed as part of the Prescription.
-

+

### Medical Coding
You can also attach one or more Medical Codes to designate the Diagnosis in the Medical Coding Section. You will have to select the Medical Code Standard you wish to encode the diagnosis and then select the Code by searching the Code itself or the Code Description.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/healthcare/index.md b/erpnext/docs/user/manual/en/healthcare/index.md
index 85e3b6fec8..f13205f33f 100755
--- a/erpnext/docs/user/manual/en/healthcare/index.md
+++ b/erpnext/docs/user/manual/en/healthcare/index.md
@@ -2,7 +2,7 @@
ERPNext Healthcare helps you manage your Clinic or Practice efficiently by scheduling **Appointments** and recording **Patient Encounters** (Consultations). You can easily pull out a **Patient's Health Record** anytime to review all the history of treatments assisting you in providing effective, high quality care.
-

+

Patients can view various documents relevant to them and book Appointments via the **ERPNext Portal**. The healthcare module is integrated with **Accounts** and **Human Resources** modules, helping you in **Billing**, **Payroll Management** etc. and benefit from other rich features of ERPNext. You can configure the **Selling** and **Stock** modules manage your Pharmacy.
diff --git a/erpnext/docs/user/manual/en/healthcare/lab_test.md b/erpnext/docs/user/manual/en/healthcare/lab_test.md
index bdf0cfcee3..7592188cf8 100755
--- a/erpnext/docs/user/manual/en/healthcare/lab_test.md
+++ b/erpnext/docs/user/manual/en/healthcare/lab_test.md
@@ -6,11 +6,11 @@ ERPNext Healthcare allows you to manage a clinical laboratory efficiently by all
Once you have all necessary Lab Test Templates configured, you can start creating Lab Tests by selecting a Test Template every time you create a Test. To create a new Lab Test
>Healthcare > Laboratory > Lab Test > New Lab Test
-

+

You can record the test results in the Lab Test document as the results gets ready.
-

+

> Note: To create Sample Collection documents for every Lab Test, check "Manage Sample Collection" flag in Healthcare Settings and select Sample in the Lab Test Template
diff --git a/erpnext/docs/user/manual/en/healthcare/medical_codes.md b/erpnext/docs/user/manual/en/healthcare/medical_codes.md
index c0997b1ebe..16fba05cca 100755
--- a/erpnext/docs/user/manual/en/healthcare/medical_codes.md
+++ b/erpnext/docs/user/manual/en/healthcare/medical_codes.md
@@ -4,6 +4,6 @@ Medical Coding are in many countries required for regulatory compliance and many
Medical Code Standard document is used to name the Code Standard and act as a container for all the medical codes which are standardized under it. Medical Codes and descriptions can then be imported to the Medical Code document, after ensuring that you set the Medical Code Standard field to the appropriate Standard name.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/healthcare/medical_record.md b/erpnext/docs/user/manual/en/healthcare/medical_record.md
index 9d2697d600..f9f7fdc25e 100755
--- a/erpnext/docs/user/manual/en/healthcare/medical_record.md
+++ b/erpnext/docs/user/manual/en/healthcare/medical_record.md
@@ -3,11 +3,11 @@ The maintenance of complete and accurate medical records is a requirement of hea
Medical Record automatically keeps track of all Consultations, recorded Vital Signs, Lab Investigations etc. Complaints, Diagnosis etc. captured as part of consultation are easily viewable but to look at the details of other documents, links are provided.
-

+

##### Adding notes manually to Medical Record
In the Patient screen Create > Medical Record will allow you to record notes to the Medical Record manually. You can also attach files when doing this, and the Medical Record will display links to the attached file along side the notes. Create > Medical Record button is also made available in the Consultation screen
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/healthcare/patient.md b/erpnext/docs/user/manual/en/healthcare/patient.md
index ed6810e88f..b4765685fd 100755
--- a/erpnext/docs/user/manual/en/healthcare/patient.md
+++ b/erpnext/docs/user/manual/en/healthcare/patient.md
@@ -3,11 +3,11 @@
In ERPNext Healthcare, the Patient document corresponds any individual who is the recipient of healthcare services you provide. For every ERPNext Healthcare document, it is important to have a Patient associated with it. You can create a new Patient from
> Healthcare > Masters > Patient > New Patient
-

+

The Patient document holds most details that are required to identify and qualify a patient. You can enter as much information available while creating the Patient. All information in the patient document is presented on the Consultation screen for easy lookup and you can always update this information. Other data like observations, vital signs etc. are not part of the Patient document. These could be recorded during patient encounters and will be available as part of the Patient Medical Record.
-

+

### Patient as a Customer
@@ -16,7 +16,7 @@ ERPNext Accounts makes use of "Customer" document for booking all transactions.
In many cases, you may want to associate multiple Patients to a single Customer against whom you want to book the transactions. For instance, a Veterinarian would require the care services provided to different pets of an individual invoiced against a single Customer.
-

+

The Patient Relation section of the Patient allows you to select how a Patient is related to another Patient in the system. This is optional, but will be quite handy if you want to use ERPNext in a fertility clinic, for example.
diff --git a/erpnext/docs/user/manual/en/healthcare/physician.md b/erpnext/docs/user/manual/en/healthcare/physician.md
index 7b7995bcd9..da65df739f 100755
--- a/erpnext/docs/user/manual/en/healthcare/physician.md
+++ b/erpnext/docs/user/manual/en/healthcare/physician.md
@@ -5,12 +5,12 @@ ERPNext Healthcare allows you to create multiple physicians and optionally link
Linking a User to the Physician makes the system populate the Physician field in all documents to the Physician associated with the logged in User.
>Note: You should also relate the User to an Employee to utilize the various features of Human Resources module.
-

+

### Scheduling and Availability
Each Physician can have a "Physician Schedule" and a "Time per Appointment" on the basis of which, the scheduler will book Appointments. Also, you can select appropriate Income Accounts for a Physician to book all Consultation charges into separate accounts.
-

+

### Referring Physicians
You may also want to manage a list of Doctors who refers Patients to your facility. You can manage such data in the Physician document itself by leaving out the User link.
diff --git a/erpnext/docs/user/manual/en/healthcare/physician_schedule.md b/erpnext/docs/user/manual/en/healthcare/physician_schedule.md
index 0da7896014..4952cd1fb1 100755
--- a/erpnext/docs/user/manual/en/healthcare/physician_schedule.md
+++ b/erpnext/docs/user/manual/en/healthcare/physician_schedule.md
@@ -4,10 +4,10 @@ Physician Schedule will help you to configure the availability and work hours of
You can create Physician Schedule from -
> Healthcare > Masters > Physician Schedule
-

+

After naming the schedule you can use the "Add Time Slots" button to create time slots for each day of the week. These time slots will then be displayed while checking the availability of a Physician when booking an Appointment.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/healthcare/sample_collection.md b/erpnext/docs/user/manual/en/healthcare/sample_collection.md
index 3473dafd10..ea960eae35 100755
--- a/erpnext/docs/user/manual/en/healthcare/sample_collection.md
+++ b/erpnext/docs/user/manual/en/healthcare/sample_collection.md
@@ -2,7 +2,7 @@
It's critical for a Laboratory to manage collected samples and you may want to ID the sample, print stickers etc. ERPNext Healthcare "Sample Collection" document helps you to easily manage the sample collection process by creating a sample collection document for every Lab Test automatically. You will have to turn on the flag in Healthcare Settings to enable this feature.
> Healthcare Settings > Laboratory Settings > Manage Sample Collection
-

+

> Note: You will have to select a Sample in the Lab Test Template for the system to automatically create a Sample Collection document
diff --git a/erpnext/docs/user/manual/en/healthcare/vital_signs.md b/erpnext/docs/user/manual/en/healthcare/vital_signs.md
index 21b25d96d1..8196d25379 100755
--- a/erpnext/docs/user/manual/en/healthcare/vital_signs.md
+++ b/erpnext/docs/user/manual/en/healthcare/vital_signs.md
@@ -2,11 +2,11 @@
ERPNext Healthcare allows you to record Vital Signs of Patients and manage this information as part of the Patient's health record. You can create a new document and record Vital Signs of a Patient from most of the Healthcare documents or directly by
> Healthcare > Consultation > Vital Signs > New Vital Signs
-

+

You can select the Patient for whom you are recording the vitals and start by entering each of the fields. Normal values or ranges are provided for ease of assessment. Also present is an auto BMI calculator.
-

+

All recorded Vital Signs are made available in the Patient Medical Record and the last recorded Vital Sign is displayed on the left hand side pane for easy review.
diff --git a/erpnext/docs/user/manual/en/hospitality/order-entry.md b/erpnext/docs/user/manual/en/hospitality/order-entry.md
index 929cfd8ef7..ff6dea14bd 100644
--- a/erpnext/docs/user/manual/en/hospitality/order-entry.md
+++ b/erpnext/docs/user/manual/en/hospitality/order-entry.md
@@ -8,7 +8,7 @@ When the guest places an order, the waiter will select the table number and add
To place an order you can select an item and click the enter key so that the item will be updated in the items table.
-

+

You can also choose items with the POS style item selector.
@@ -16,11 +16,11 @@ You can also choose items with the POS style item selector.
When it is time for billing, you just choose the bill and you can select the customer and mode of payment. On saving, a Sales Invoice is generated and the order section becomes empty.
-

+

### Sales Invoice
To print the invoice, you can click on the Invoice Link and print the invoice
-

+

diff --git a/erpnext/docs/user/manual/en/hospitality/reservations.md b/erpnext/docs/user/manual/en/hospitality/reservations.md
index 0d4a8abde5..f81f74fe1c 100644
--- a/erpnext/docs/user/manual/en/hospitality/reservations.md
+++ b/erpnext/docs/user/manual/en/hospitality/reservations.md
@@ -4,10 +4,10 @@ Once you have setup the restaurant and tables, you can start taking in reservati
To take a reservation, just make a new Restaurant Reservation from the Restaurant Page and set the time, number of people and name of the guest.
-

+

### Kanban
As your guests walk in, You can also manage the reservations by making a simple Kanban board for the same.
-

+

diff --git a/erpnext/docs/user/manual/en/hospitality/restaurant-menu.md b/erpnext/docs/user/manual/en/hospitality/restaurant-menu.md
index dfbf4ce971..52585e0516 100644
--- a/erpnext/docs/user/manual/en/hospitality/restaurant-menu.md
+++ b/erpnext/docs/user/manual/en/hospitality/restaurant-menu.md
@@ -4,4 +4,4 @@ For every restaurant you must set an active Restaurant Menu from which orders ca
When you save the Restaurant Menu, a Price List is created for that Menu and all pricing is linked to that price list. This way you can easily control the items on offer and pricing from the menu.
-

+

diff --git a/erpnext/docs/user/manual/en/hospitality/restaurant.md b/erpnext/docs/user/manual/en/hospitality/restaurant.md
index 7b72318835..b6c7045ff2 100644
--- a/erpnext/docs/user/manual/en/hospitality/restaurant.md
+++ b/erpnext/docs/user/manual/en/hospitality/restaurant.md
@@ -6,7 +6,7 @@ You can set a unique numbering prefix for each of your restaurants. All invoices
If you have a default Sales Taxes and Charges Template, you can add it so that the same charge + tax will be applicable for all invoices in the restaurant.
-

+

After your restaurant is created, you can add Tables and Menus for that restaurant
@@ -14,6 +14,6 @@ After your restaurant is created, you can add Tables and Menus for that restaura
You can add a Restaurant Table by creating a new Restaurant Table from the dashboard.
-

+

diff --git a/erpnext/docs/user/manual/en/human-resources/appraisal.md b/erpnext/docs/user/manual/en/human-resources/appraisal.md
index 6ecb89806c..ce534e545e 100644
--- a/erpnext/docs/user/manual/en/human-resources/appraisal.md
+++ b/erpnext/docs/user/manual/en/human-resources/appraisal.md
@@ -8,13 +8,13 @@ giving appropriate weightage to each parameter.
#### Step 1: Select an Appraisal Template
-

+

After you select the template, the remaining form appears.
#### Step 2: Enter Employee Details
-

+

Once the Appraisal Template is completed, you can create Appraisal records for
each period where you track performance. You can give points out of 5 for each
diff --git a/erpnext/docs/user/manual/en/human-resources/articles/employees-loan-management.md b/erpnext/docs/user/manual/en/human-resources/articles/employees-loan-management.md
index a24ca93f02..dae54ba354 100644
--- a/erpnext/docs/user/manual/en/human-resources/articles/employees-loan-management.md
+++ b/erpnext/docs/user/manual/en/human-resources/articles/employees-loan-management.md
@@ -12,13 +12,13 @@ Create following Groups and Ledgers in Chart of Accounts if not there.
Create Group as 'Employees Loans' under Current Assets and create employee loan A/C (Ledger) under it. [Check this link for new account creation](/docs/user/manual/en/setting-up/articles/managing-tree-structure-masters)
-
+
#### 1.2 Salaries Account
Create Group as 'Salaries' under Current Liabilities and create employee salary loan A/C (Ledger) under it.
-
+
#### 1.3 Interest Account
@@ -28,7 +28,7 @@ Create Ledger as 'Interest on Loan' under Indirect Income.
Once loan amount is finalized, make journal voucher to book loan payment entry. You should Credit Loan amount to Bank/Cash account and Debit Loan amount employee loan account.
-
+
### 3. Book Loan Recovery and Interest
@@ -36,13 +36,13 @@ Once loan amount is finalized, make journal voucher to book loan payment entry.
If your employee pays separately for his/her loan installment and loan interest, then create journal voucher.
-
+
#### 3.2 Loan Adjustment in Salary
And if you deduct loan installment and interest from employees salary, then book journal entry for the same.
-
+
In the Salary Slip of an employee, then create two Deduction Types in Salary Structure. One as 'Loan Installment' and other one as 'Loan Interest'. So that you can update those values under this deduction heads.
@@ -50,6 +50,6 @@ In the Salary Slip of an employee, then create two Deduction Types in Salary Str
After recovering loan and loan interest, General Ledger report will show the loan account details as follows.
-
+
diff --git a/erpnext/docs/user/manual/en/human-resources/articles/leave-calculation-in-salary-slip.md b/erpnext/docs/user/manual/en/human-resources/articles/leave-calculation-in-salary-slip.md
index 7fb045c738..715370838a 100644
--- a/erpnext/docs/user/manual/en/human-resources/articles/leave-calculation-in-salary-slip.md
+++ b/erpnext/docs/user/manual/en/human-resources/articles/leave-calculation-in-salary-slip.md
@@ -27,7 +27,7 @@ a scenario to understand how leaves impact employees Salary Slip.
Create Holiday List (if any), and link it with Employee master.
When creating Salary Slip for an Employee, following is what you will see:
-

+
Working Days: Working Days in Salary Slip are calculated based on number of days selected above. If you don't wish to consider holiday in Working Days, then you should do following setting.
@@ -46,7 +46,7 @@ Leave Type as "Leave Without Pay".
As indicated above, if you have LWP checked for components in the earning and deducted table, you will notice a reduction in Amount based on no. of LWP of an Employee for that month.
-

+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/articles/working-days-in-salary-slip.md b/erpnext/docs/user/manual/en/human-resources/articles/working-days-in-salary-slip.md
index 289a24abb2..8812700727 100644
--- a/erpnext/docs/user/manual/en/human-resources/articles/working-days-in-salary-slip.md
+++ b/erpnext/docs/user/manual/en/human-resources/articles/working-days-in-salary-slip.md
@@ -6,6 +6,6 @@ Working Days are shown in the In the Salary Slip. Based on your preference, it m
If you want to include holidays in the count of Total Working days, then ensure that in the HR Settings, field **Include holidays in Total no. of Working Days** is checked and vice versa.
-

+

To learn how to define holidays for your company, check [Holiday List](/user/manual/en/human-resources/holiday-list) feature in the HR module.
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/attendance.md b/erpnext/docs/user/manual/en/human-resources/attendance.md
index 1cd5ad3700..1b1a6d9eaf 100644
--- a/erpnext/docs/user/manual/en/human-resources/attendance.md
+++ b/erpnext/docs/user/manual/en/human-resources/attendance.md
@@ -5,7 +5,7 @@ day can be created manually by:
> Human Resources > Documents > Attendance > New Attendance
-

+

You can get a monthly report of your Attendance data by going to the “Monthly
Attendance Details” report.
diff --git a/erpnext/docs/user/manual/en/human-resources/daily-work-summary.md b/erpnext/docs/user/manual/en/human-resources/daily-work-summary.md
index 6ae15e0acc..d3ba22a828 100644
--- a/erpnext/docs/user/manual/en/human-resources/daily-work-summary.md
+++ b/erpnext/docs/user/manual/en/human-resources/daily-work-summary.md
@@ -12,4 +12,4 @@ Go to "Daily Work Summary Settings" via HR module or search bar and set the comp
You can also choose to Customize the Message you send to your employees:
-

+

diff --git a/erpnext/docs/user/manual/en/human-resources/employee-advance.md b/erpnext/docs/user/manual/en/human-resources/employee-advance.md
index 621c8d531a..49f22e8c6e 100644
--- a/erpnext/docs/user/manual/en/human-resources/employee-advance.md
+++ b/erpnext/docs/user/manual/en/human-resources/employee-advance.md
@@ -6,7 +6,7 @@ To make a new Employee Advance, go to:
> HR > Employee Advance > New Employee Advance
-

+

Set the Employee ID, date, purpose and requested amount and “Save” the record.
@@ -21,12 +21,12 @@ After verification, approver can submit the Employee Advance form or reject the
### Make Payment Entry
After submission of Employee Advance record, accounts user will be able to create payment entry via Journal Entry or Payment Entry form.
The payment entry will look like following:
-

+

-

+

On submission of payment entry, the paid amount and status will be updated in Employee Advance record.
### Adjust advances on Expense Claim
Later when employee claims the expense and advance record can be fetched in Expense Claim and linked to the claim record.
-

\ No newline at end of file
+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/employee-loan-management.md b/erpnext/docs/user/manual/en/human-resources/employee-loan-management.md
index 28d28b5dc2..b76a2260c7 100644
--- a/erpnext/docs/user/manual/en/human-resources/employee-loan-management.md
+++ b/erpnext/docs/user/manual/en/human-resources/employee-loan-management.md
@@ -10,7 +10,7 @@ To create a new Loan Type go to:
Configure Loan limit and Rate of interest.
-

+

### Employee Loan Application
@@ -18,7 +18,7 @@ Employee can apply for loan by going to:
> Human Resources > Employee Loan Management > Employee Loan Application > New Employee Loan Application
-

+

#### In the Employee Loan Application,
@@ -27,7 +27,7 @@ Employee can apply for loan by going to:
On save, Employee can see Repayment Information and make changes if required before submitting.
-

+

### Employee Loan
@@ -35,7 +35,7 @@ Once the Loan is approved, Manager can create Employee Loan record for the Emplo
> Human Resources > Employee Loan Management > Employee Loan > New Employee Loan
-

+

#### In the Employee Loan,
@@ -44,13 +44,13 @@ Once the Loan is approved, Manager can create Employee Loan record for the Emplo
* Enter Disbursement Date and Account Info
* As soon as you hit save, the repayment schedule is generated.
-

+

#### Loan repayment deduction from Salary
To auto deduct the Loan repayment from Salary, check "Repay from Salary" in Employee Loan. It will appear as Loan repayment in Salary Slip.
-

+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/employee.md b/erpnext/docs/user/manual/en/human-resources/employee.md
index 99cc687828..32e332a804 100644
--- a/erpnext/docs/user/manual/en/human-resources/employee.md
+++ b/erpnext/docs/user/manual/en/human-resources/employee.md
@@ -6,6 +6,6 @@ To create new Employee go to:
> Human Resources > Employee > New
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/expense-claim.md b/erpnext/docs/user/manual/en/human-resources/expense-claim.md
index 2d7432f639..655935b59a 100644
--- a/erpnext/docs/user/manual/en/human-resources/expense-claim.md
+++ b/erpnext/docs/user/manual/en/human-resources/expense-claim.md
@@ -6,14 +6,14 @@ To make a new Expense Claim, go to:
> HR > Expense Claim > New Expense Claim
-

+

Set the Employee ID, date and the list of expenses that are to be claimed and
“Submit” the record.
### Set Account for Employee
Set employee's expense account on the employee form, system books an expense amount of an employee under this account.
-

+

### Approving Expenses
@@ -27,16 +27,16 @@ Comments can be added in the Comments section explaining why the claim was appro
### Booking the Expense
On submission of Expense Claim, system books an expense against the expense account and the employee account
-

+

User can view unpaid expense claim using report "Unclaimed Expense Claims"
-

+

### Payment for Expense Claim
To make payment against the expense claim, user has to click on Make > Bank Entry
#### Expense Claim
-

+

#### Payment Entry

@@ -55,6 +55,6 @@ from. All outstanding expense claims will be pulled in and payments amounts can
* To Link Expense Claim with Task or Project specify the Task or the Project while making an Expense Claim
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/human-resources/fleet-management.md b/erpnext/docs/user/manual/en/human-resources/fleet-management.md
index d7c4564481..9e79d0453c 100644
--- a/erpnext/docs/user/manual/en/human-resources/fleet-management.md
+++ b/erpnext/docs/user/manual/en/human-resources/fleet-management.md
@@ -19,15 +19,15 @@ Human Resources > Fleet Management > Vehicle
* Enter License Plate, Make, Model, Odometer Value, Fuel Type and Fuel UOM for a quick entry.
-

+

* Enter details like Insurance, Chassis, Vehicle Value, Location and Employee.
-

+

* Enter Vehicle attributes like color, wheels, doors and last carbon check
-

+

### Vehicle Log
@@ -39,17 +39,17 @@ Human Resources > Fleet Management > Vehicle Log
* Enter License Plate, Employee, Date, Odometer reading for a quick entry.
-

+

* Enter Refueling details, Service details if applicable.
-

+

### Make Expense Claim
* Click on Make Expense Claim button. This button appears only in case of Submitted Vehicle Logs.
-

+

When you click on 'Make Expense Claim',
@@ -57,10 +57,10 @@ When you click on 'Make Expense Claim',
2. The sum of Fuel Expenses and Service Expenses is copied over to Expense Claim Amount.
3. Employee can submit the Expense Claim for further processing.
-

+

### Vehicle Expenses Report
* To track and monitor Vehicle Expenses you can use the Vehicle Expenses report.This report gives a one stop view of all your vehicle expenses month wise.
-

+

diff --git a/erpnext/docs/user/manual/en/human-resources/holiday-list.md b/erpnext/docs/user/manual/en/human-resources/holiday-list.md
index a015ebc1e7..c1e76f1924 100644
--- a/erpnext/docs/user/manual/en/human-resources/holiday-list.md
+++ b/erpnext/docs/user/manual/en/human-resources/holiday-list.md
@@ -14,22 +14,22 @@ Click on New to add new Holiday List.
Give a name to Holiday List. It can be based in Fiscal Year or location or department as application. Also select From and To Date for the Holiday List.
-

+

You can quickly add Weekly Off in the Holiday List as following.
-

+

After that, you can also add specific days (like festival holidays) manually.
-

+

### Holiday List in Employee
If you have created multiple Holiday List, then select specific Holiday List for an Employee in the respective master.
-

+

When an Employee applies for the Leave, then days mentioned in the Holiday List will not be counted, as they are holiday already. For more configuration option in Holiday List, check `HR > HR Settings`.
diff --git a/erpnext/docs/user/manual/en/human-resources/human-resources-reports.md b/erpnext/docs/user/manual/en/human-resources/human-resources-reports.md
index 406dbdaca8..248a49a33a 100644
--- a/erpnext/docs/user/manual/en/human-resources/human-resources-reports.md
+++ b/erpnext/docs/user/manual/en/human-resources/human-resources-reports.md
@@ -4,37 +4,37 @@
Employee Leave Balance Report shows employees and their respective balance leaves under various leave types. Report is generated as per the number of allowed leaves.
-

+

### Employee Birthday
Employee Birthday Report shows Birthdays of your employees.
-

+

### Employee Information
Employee Information Report shows Report View of important information recorded in Employee master.
-

+

### Employee Holiday Attendance
Employee Holiday Attendance shows the list of Employees who attended on Holidays.
-

+

### Monthly Salary Register
Monthly Salary Register shows net pay and its components of employee(s) at a glance.
-

+

### Monthly Attendance Sheet
Monthly Attendance Sheet shows monthly attendance of selected employee at a glance.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/human-resources/job-applicant.md b/erpnext/docs/user/manual/en/human-resources/job-applicant.md
index d13cf19f46..105bfddae3 100644
--- a/erpnext/docs/user/manual/en/human-resources/job-applicant.md
+++ b/erpnext/docs/user/manual/en/human-resources/job-applicant.md
@@ -6,7 +6,7 @@ To create a new Job Applicant go to
> Human Resource > Job Applicant > New
-

+

### Linking with an Email Account
@@ -22,6 +22,6 @@ system shall create a New Job Applicant against each email received on the mailb
* In 'Append To' select 'Job Applicant'
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/job-opening.md b/erpnext/docs/user/manual/en/human-resources/job-opening.md
index e198cafc1c..cb58858442 100644
--- a/erpnext/docs/user/manual/en/human-resources/job-opening.md
+++ b/erpnext/docs/user/manual/en/human-resources/job-opening.md
@@ -6,7 +6,7 @@ To create a new Job Opening go to
> Human Resource > Job Opening > New
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/leave-application.md b/erpnext/docs/user/manual/en/human-resources/leave-application.md
index 438dbba428..b9855ab1c5 100644
--- a/erpnext/docs/user/manual/en/human-resources/leave-application.md
+++ b/erpnext/docs/user/manual/en/human-resources/leave-application.md
@@ -7,7 +7,7 @@ Type and the period for which the leave is taken.
> Human Resources > Leave Application > New Leave Application
-

+

###Setting Leave Approver
@@ -15,7 +15,7 @@ Type and the period for which the leave is taken.
* You need to mention a list of Leave Approvers against an Employee in the Employee Master.
-

+

> Tip : If you want all users to create their own Leave Applications, you can set
their “Employee ID” as a match rule in the Leave Application Permission
diff --git a/erpnext/docs/user/manual/en/human-resources/leave.md b/erpnext/docs/user/manual/en/human-resources/leave.md
index 4fa3a57273..5b32a2b34d 100644
--- a/erpnext/docs/user/manual/en/human-resources/leave.md
+++ b/erpnext/docs/user/manual/en/human-resources/leave.md
@@ -12,7 +12,7 @@ Leave Type refers to types of leave allotted to an employee by a company. An emp
requirement.

+ src="{{docs_base_url}}/assets/img/human-resources/new-leave-type.png">
**Max Days Leave Allowed:** It refers to maximum number of days this particular Leave Type can be availed at a stretch. If an employee exceeds the maximum number of days under a particular Leave Type, his/her extended leave may be considered as ‘Leave Without Pay’ and this may affect his/her salary calculation.
@@ -45,7 +45,7 @@ Leave Allocation enables you to allot a specific number of leaves to a particula
To allocate leaves to an Employee, select the period and the number of leaves you want to allocate. You can also add unused leaves from previous allocation period.

+ src="{{docs_base_url}}/assets/img/human-resources/manual-leave-allocation.png">
###Via Leave Allocation Tool
> Human Resources > Tools > Leave Allocation Tool
@@ -53,7 +53,7 @@ To allocate leaves to an Employee, select the period and the number of leaves yo
This tool enables you to allocate leaves for a category of employees, instead of individual ones. You can allocate leaves based on Employee Type, Branch, Department and Designation. Leave Allocation Tool is also known as Leave Control Panel.

+ src="{{docs_base_url}}/assets/img/human-resources/leave-allocation-tool.png">
---
@@ -71,7 +71,7 @@ Leave Application section enables an employee to apply for leaves. Employee can
- Employee gets notification on the status of his/her Leave Application

+ src="{{docs_base_url}}/assets/img/human-resources/new-leave-application.png">
**Notes:**
@@ -89,4 +89,4 @@ Leave Application section enables an employee to apply for leaves. Employee can
Leave Block List is a list of dates in a year, on which employees can not apply for leave. You can define a list of users who can approve Leave Application on blocked days, in case of urgency. You can also define whether the list will applied on entire company or any specific departments.

\ No newline at end of file
+ src="{{docs_base_url}}/assets/img/human-resources/leave-block-list.png">
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/offer-letter.md b/erpnext/docs/user/manual/en/human-resources/offer-letter.md
index 1df1a38c54..734f19334a 100644
--- a/erpnext/docs/user/manual/en/human-resources/offer-letter.md
+++ b/erpnext/docs/user/manual/en/human-resources/offer-letter.md
@@ -7,12 +7,12 @@ In ERPNext you can make a record of the Offer Letters that you can given to cand
> Human Resource > Offer Letter > New
-

+

> Note: An offer letter can be made only against a [Job Applicant](/docs/user/manual/en/human-resources/job-applicant.html)
There is a pre-designed print format to print you offer letter.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/salary-and-payroll.md b/erpnext/docs/user/manual/en/human-resources/salary-and-payroll.md
index 1f078ff863..eff40efbf2 100644
--- a/erpnext/docs/user/manual/en/human-resources/salary-and-payroll.md
+++ b/erpnext/docs/user/manual/en/human-resources/salary-and-payroll.md
@@ -46,7 +46,7 @@ To create a new Salary Structure go to:
#### Figure 1.1:Salary Structure
-

+

### In the Salary Structure,
@@ -55,7 +55,7 @@ To create a new Salary Structure go to:
#### Figure 1.2:Salary Structure for Salary Slip based on Timesheet
-

+

### Salary Slip Based on Timesheet
@@ -72,20 +72,20 @@ In the “Earnings” and “Deductions” tables, you can calculate the values
#### Figure 1.3:Condition and Formula
-

+

* Condition and Amount
#### Figure 1.4:Condition and Amount
-

+

* Only Formula
* Only Amount
#### Figure 1.5:Account Details
-

+

* Select Mode of Payment and Payment Account for the Salary Slips which will be generated using this Salary Structure
@@ -123,6 +123,52 @@ To create a new Salary Slip go to:
#### Figure 2: Salary Slip
-

+

+
+
+You can also create salary slip for multiple employees using Process Payroll:
+
+> Human Resources > Process Payroll
+
+#### Figure 3: Process Payroll
+
+

+
+In Process Payroll,
+
+ 1. Select the Company for which you want to create the Salary Slips.
+ 2. Check "Salary Slip based on Timesheet" if you want to process timesheet based Salary Slips.
+ 3. Select the From Date and To Date or Fiscal year and month for which you want to create the Salary Slips.
+ 3. Select the Payment Account.
+ 3. Click on “Create Salary Slips”. This will create Salary Slip records for each active Employee for the time period selected. If the Salary Slips are created, the system will not create any more Salary Slips. All updates will be shown in the “Activity Log” section.
+ 4. Once all Salary Slips are created, you can check if they are created correctly or edit it if you want to deduct Leave Without Pay (LWP).
+ 5. After checking, you can “Submit” them all together by clicking on “Submit Salary Slips”. 1. If you want them to be automatically emailed to the Employee, make sure to check the “Send Email” box.
+
+### Booking Salaries in Accounts
+
+The final step is to book the Salaries in your Accounts.
+
+Salaries in businesses are usually dealt with extreme privacy. In most cases,
+the companies issues a single payment to the bank combining all salaries and
+the bank distributes the salaries to each employee’s salary account. This way
+there is only one payment entry in the company’s books of accounts and anyone
+with access to the company’s accounts will not have access to the individual
+salaries.
+
+The salary payment entry is a Journal Entry that debits the total of the
+earning type salary component and credits the total of deduction type salary
+component of all Employees to the default account set at Salary Component level
+for each component.
+
+To generate your salary payment voucher from Process Payroll, click on
+“Make Bank Entry”. It will ask to enter the Bank Transaction Reference Number and date.
+Click on "Make" and a new Journal Entry with the total salary components will be
+created.
+
+#### Figure 3.1: Make Bank Entry
+
+

+
+
{next}
diff --git a/erpnext/docs/user/manual/en/human-resources/setup/branch.md b/erpnext/docs/user/manual/en/human-resources/setup/branch.md
index 75c0c43082..33135e8c3c 100644
--- a/erpnext/docs/user/manual/en/human-resources/setup/branch.md
+++ b/erpnext/docs/user/manual/en/human-resources/setup/branch.md
@@ -2,6 +2,6 @@
Branches of your organization
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/human-resources/setup/deduction-type.md b/erpnext/docs/user/manual/en/human-resources/setup/deduction-type.md
index 39e7e2a32e..032d249184 100644
--- a/erpnext/docs/user/manual/en/human-resources/setup/deduction-type.md
+++ b/erpnext/docs/user/manual/en/human-resources/setup/deduction-type.md
@@ -6,7 +6,7 @@ To create a new Deduction Type
> Human Resource > Setup > Deduction Type > New
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/human-resources/setup/department.md b/erpnext/docs/user/manual/en/human-resources/setup/department.md
index 9eb4245175..78567dc2e6 100644
--- a/erpnext/docs/user/manual/en/human-resources/setup/department.md
+++ b/erpnext/docs/user/manual/en/human-resources/setup/department.md
@@ -2,6 +2,6 @@
Departments in your organization
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/setup/designation.md b/erpnext/docs/user/manual/en/human-resources/setup/designation.md
index 5ac771f8ff..c88e085133 100644
--- a/erpnext/docs/user/manual/en/human-resources/setup/designation.md
+++ b/erpnext/docs/user/manual/en/human-resources/setup/designation.md
@@ -2,6 +2,6 @@
Designations in your organization
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/setup/earning-type.md b/erpnext/docs/user/manual/en/human-resources/setup/earning-type.md
index 17586631e9..4e9f685259 100644
--- a/erpnext/docs/user/manual/en/human-resources/setup/earning-type.md
+++ b/erpnext/docs/user/manual/en/human-resources/setup/earning-type.md
@@ -6,7 +6,7 @@ To create a new Earning Type
> Human Resource > Setup > Earning Type > New
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/human-resources/setup/employment-type.md b/erpnext/docs/user/manual/en/human-resources/setup/employment-type.md
index de07ac9fc8..c3843b9539 100644
--- a/erpnext/docs/user/manual/en/human-resources/setup/employment-type.md
+++ b/erpnext/docs/user/manual/en/human-resources/setup/employment-type.md
@@ -2,6 +2,6 @@
Various employment contracts you have with your employees.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/setup/hr-settings.md b/erpnext/docs/user/manual/en/human-resources/setup/hr-settings.md
index a12bcdbd8f..1741df4a5f 100644
--- a/erpnext/docs/user/manual/en/human-resources/setup/hr-settings.md
+++ b/erpnext/docs/user/manual/en/human-resources/setup/hr-settings.md
@@ -2,6 +2,6 @@
GLobal settings for HR related documents
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/tools/employee-attendance-tool.md b/erpnext/docs/user/manual/en/human-resources/tools/employee-attendance-tool.md
index dfc350e17a..e17dddd8c2 100644
--- a/erpnext/docs/user/manual/en/human-resources/tools/employee-attendance-tool.md
+++ b/erpnext/docs/user/manual/en/human-resources/tools/employee-attendance-tool.md
@@ -6,6 +6,6 @@ To go the attendance tool, go to:
This tool allows you to add attendance records for multiple employees quickly.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/tools/upload-attendance.md b/erpnext/docs/user/manual/en/human-resources/tools/upload-attendance.md
index 7a45002fa6..4b67c11eaa 100644
--- a/erpnext/docs/user/manual/en/human-resources/tools/upload-attendance.md
+++ b/erpnext/docs/user/manual/en/human-resources/tools/upload-attendance.md
@@ -6,6 +6,6 @@ To upload the attendance go to:
> Human Resources > Upload Attendance
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/human-resources/training.md b/erpnext/docs/user/manual/en/human-resources/training.md
index 4d39bf1a69..0c193c7e63 100644
--- a/erpnext/docs/user/manual/en/human-resources/training.md
+++ b/erpnext/docs/user/manual/en/human-resources/training.md
@@ -3,13 +3,13 @@
Create Training Program and schedule Training Events under it. It has a dashboard linked to Training Event to view which event is under the Training Program.
-

+

### Training Event
Schedule seminars, workshops, conferences etc using Training Event linked to a Training Program. You can also invite your employees to attend the event using this feature.
-

+

### Inviting Employees for Event
@@ -17,7 +17,7 @@ You can invite your employees to attend the event. You can do so by selecting th
By default the status of the employee will be 'Open'.
-

+

When you submit the Training Event, a notification will be sent to the employee notifying that the Training has been scheduled. This is sent via Email Alert "Training Scheduled". You can modify this Email Alert to customize the message.
@@ -25,7 +25,7 @@ When you submit the Training Event, a notification will be sent to the employee
After completion of the training Employee-wise training results can be stored based on the Feedback received from the Trainer.
-

+

When the Training Result is submitted, all the employees will receive an email notifying them that they must share their feedback via "Training Feedback". This is also managed via an Email Alert, so you can customize this alert too.
@@ -33,4 +33,4 @@ When the Training Result is submitted, all the employees will receive an email n
Employees can then share their feedback via Training Feedback.
-

+

diff --git a/erpnext/docs/user/manual/en/introduction/key-workflows.md b/erpnext/docs/user/manual/en/introduction/key-workflows.md
index 91960143e2..85a1a15b33 100644
--- a/erpnext/docs/user/manual/en/introduction/key-workflows.md
+++ b/erpnext/docs/user/manual/en/introduction/key-workflows.md
@@ -6,7 +6,7 @@ functions. This diagram does not cover all the features of ERPNext.

-

+

_Note: Not all of the steps are mandatory. ERPNext allows you to freely skip
steps if you want to simplify the process._
diff --git a/erpnext/docs/user/manual/en/introduction/the-champion.md b/erpnext/docs/user/manual/en/introduction/the-champion.md
index fca349e5f3..589c33849c 100644
--- a/erpnext/docs/user/manual/en/introduction/the-champion.md
+++ b/erpnext/docs/user/manual/en/introduction/the-champion.md
@@ -1,6 +1,6 @@
# The Champion
-

+

We have seen dozens of ERP implementations over the past few years and we
realize that successful implementation is a lot about intangibles and
diff --git a/erpnext/docs/user/manual/en/manufacturing/articles/capacity-planning.md b/erpnext/docs/user/manual/en/manufacturing/articles/capacity-planning.md
index 4dd10b3eb7..e1c1c42bc6 100644
--- a/erpnext/docs/user/manual/en/manufacturing/articles/capacity-planning.md
+++ b/erpnext/docs/user/manual/en/manufacturing/articles/capacity-planning.md
@@ -2,7 +2,7 @@
Capacity Planning functionality helps you in tracking production jobs allocated on each Workstation.
-

+

Follow are the steps to use Capacity Planning Feature in your ERPNext account.
@@ -32,7 +32,7 @@ Follow are the steps to use Capacity Planning Feature in your ERPNext account.
**Question:** On Submission of Production Order, we are getting following error message.
-

+

**Answer: **Please check if you have updated Working Hours in the Workstation master? If not, then please update it and then try to submit Production Order.
@@ -45,7 +45,7 @@ If you have update working hours in the Workstation, but still getting this issu
If you want to ignore above validation and allow scheduling of production job beyond the working hours of the Workstation, enable
Overtime in the Manufacturing Settings.
-

+

If you want to complete disable Capacity Planning feature, in the Manufacturing Settings, check field "Disable Capacity Planning and Time Tracking".
diff --git a/erpnext/docs/user/manual/en/manufacturing/articles/nested-bom-structure.md b/erpnext/docs/user/manual/en/manufacturing/articles/nested-bom-structure.md
index 453528e079..3f507afd35 100644
--- a/erpnext/docs/user/manual/en/manufacturing/articles/nested-bom-structure.md
+++ b/erpnext/docs/user/manual/en/manufacturing/articles/nested-bom-structure.md
@@ -8,7 +8,7 @@ A computer assembler is creating a BOM for PC. They also manufacture Hard Disk a
BOM of PC will have all the raw-material items selected in it. Hard Disk and DVD Drive (sub-assemblies) will also be selected as raw-material items. For the sib-assembly items, respective BOM no. will be fetched as well.
-

+

Following is how the structure of nested BOM will look:
diff --git a/erpnext/docs/user/manual/en/manufacturing/articles/valuation-based-on-field-in-bom.md b/erpnext/docs/user/manual/en/manufacturing/articles/valuation-based-on-field-in-bom.md
index 5b5ac00fb3..c09a727e85 100644
--- a/erpnext/docs/user/manual/en/manufacturing/articles/valuation-based-on-field-in-bom.md
+++ b/erpnext/docs/user/manual/en/manufacturing/articles/valuation-based-on-field-in-bom.md
@@ -4,7 +4,7 @@
**Answer:** There are 3 available options in the
Valuation Based On field:
-

+

**Valuation Rate:** Item valuation rate is defined based on it's purchase or manufacture value.
diff --git a/erpnext/docs/user/manual/en/manufacturing/bill-of-materials.md b/erpnext/docs/user/manual/en/manufacturing/bill-of-materials.md
index 112efab7ea..11a7cac7bf 100644
--- a/erpnext/docs/user/manual/en/manufacturing/bill-of-materials.md
+++ b/erpnext/docs/user/manual/en/manufacturing/bill-of-materials.md
@@ -10,11 +10,11 @@ To make a new BOM:
> Manufacturing > Bill of Materials > New BOM
-

+

* To add Operations select 'With Operation'. The Operations table shall appear.
-

+

* Select the Item for which you want to make the BOM.
* Add the operations that you have to go through to make that particular Item in the “Operations” table. For each operation, you will be asked to enter a Workstation. You must create new Workstations as and when necessary.
@@ -27,22 +27,22 @@ To make a new BOM:
* Add the list of Items you require for each operation, with its quantity. This Item could be a purchased Item or a sub-assembly with its own BOM. If the row Item is a manufactured Item and has multiple BOMs, select the appropriate BOM. You can also define if a part of the Item goes into scrap.
-

+

* This cost can be updated on by using the 'Update Cost' button.
-

+

* User can select the currency in the BOM
* System calculates the costing based on the price list currency
-

+

### Materials Required(exploded)
This table lists down all the Material required for the Item to be Manufactured.
It also fetches sub-assemblies along with the quantity.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/manufacturing/introduction.md b/erpnext/docs/user/manual/en/manufacturing/introduction.md
index b7f0a991b8..2a947b28b2 100644
--- a/erpnext/docs/user/manual/en/manufacturing/introduction.md
+++ b/erpnext/docs/user/manual/en/manufacturing/introduction.md
@@ -1,6 +1,6 @@
# Introduction
-

+

### Types of Production Planning
diff --git a/erpnext/docs/user/manual/en/manufacturing/operation.md b/erpnext/docs/user/manual/en/manufacturing/operation.md
index 8d495f199b..75066aa606 100644
--- a/erpnext/docs/user/manual/en/manufacturing/operation.md
+++ b/erpnext/docs/user/manual/en/manufacturing/operation.md
@@ -8,6 +8,6 @@ You can also create a Operation by:
> Manufacturing > Documents > Operation > New
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/manufacturing/production-order.md b/erpnext/docs/user/manual/en/manufacturing/production-order.md
index 430ef8a172..4ceb4fc480 100644
--- a/erpnext/docs/user/manual/en/manufacturing/production-order.md
+++ b/erpnext/docs/user/manual/en/manufacturing/production-order.md
@@ -1,6 +1,6 @@
# Production Order
-

+

A Production Order (also known as a Work Order) is a document that is given to
the manufacturing shop floor by the Production Planner as a signal to produce
a certain quantity of a certain Item. The Production Order also helps to generate
@@ -13,7 +13,7 @@ by:
> Manufacturing > Documents > Production Order > New
-

+

### Creating Production Orders
@@ -35,11 +35,11 @@ by:
* By default the system fetchs workstation and duration for Production Order Operations from the selected BOM.
-

+

* If you wish to reassign the workstation for a particular opeeration in the Production Order, you can do so before submitting the Production Order.
-

+

* Select the respective operation, and change its workstation.
* You can also change the Operating Time for that operation
@@ -56,19 +56,19 @@ by:
* Click on 'Start'.
-

+

* Mention the quantity of materials to be transfered.
-

+

* Submit the Stock Entry
-

+

* Material Transfered for Manufacturing will be updated in the Production Order based on the Stock Entry.
-

+

#### Material Transfer through Stock Entry
Use cases for this option are:
@@ -84,7 +84,7 @@ If this is the case, you can select the Skip Material Transfer check box, which
* Drafts of Timesheet are created based on the scheduled operations when an Production Order is Submitted.
* To create more Timesheets against an operation click 'Make Timesheet' button.
-

+

###Updating Finished Goods
@@ -92,11 +92,11 @@ If this is the case, you can select the Skip Material Transfer check box, which
* This will create a Stock Entry that will deduct all the sub-Items from the WIP Warehouse and add them to the Finished Goods Warehouse.
* Click on 'Finish'.
-

+

* Mention the quantity of materials to be transfered.
-

+

> Tip : You can also partially complete a Production Order by updating the Finished Goods stock creating a Stock Entry.
@@ -111,7 +111,7 @@ If this is the case, you can select the Skip Material Transfer check box, which
4. Update Finished Goods: This will create a Stock Entry that will deduct all the sub-Items from the WIP Warehouse and add them to the Finished Goods Warehouse.
5. To check all Time Logs made against the Production Order click on 'Show Time Logs'
-

+

* You can also re-start a stopped Production Order.
diff --git a/erpnext/docs/user/manual/en/manufacturing/setup/manufacturing-settings.md b/erpnext/docs/user/manual/en/manufacturing/setup/manufacturing-settings.md
index 7e65ba2d9d..0908c37c2d 100644
--- a/erpnext/docs/user/manual/en/manufacturing/setup/manufacturing-settings.md
+++ b/erpnext/docs/user/manual/en/manufacturing/setup/manufacturing-settings.md
@@ -4,7 +4,7 @@ Manufacturing Settings can be found at:
`Manufacturing > Setup > Manufacturing Settings`
-

+

####Disable Capacity Planning and Time Tracking
@@ -16,7 +16,7 @@ If you don't track actual operations time, and want to disable creation of Time
In the Workstation master, actual working hours are defined (say 101m to 6pm). As per the Capacity Planning, Time Logs are created against Workstation, for tracking actual operations hour. It also considers working hours of a Workstation when scheduling job (via Time Log).
-

+

As per the standard validation, if Operation cannot be completed within working hours of Workstation, then user is asked to divide an Operation into multiple and smaller Operations. However, if `Allow Overtime` field is checked, while creating Time Logs for Operation, working hours of Workstation will not be validated. In this case, Time Logs for Operation will be created beyond working hours of Workstation as well.
@@ -24,7 +24,7 @@ As per the standard validation, if Operation cannot be completed within working
Holiday of a company can be recorded in the [Holiday List](/docs/user/manual/en/human-resources/) master. While scheduling production job on workstation, system doesn't consider a day listed in the Holiday list. If you want production job to be scheduled on holidays as well, `Allow Production on Holidays` field should be checked.
-

+

####Over Production Allowance Percentage
@@ -34,7 +34,7 @@ While making Production Orders against a Sales Order, the system will only allow
When creating Manufacture Entry, raw-material items are back-flush based on BOM of production item. If you want raw-material items to be back-flushed based on Material Transfer entry made against that Production Order instead, then you should set Back-flush Raw Materials Based On "Material Transferred for Manufacture".
-

+

####Capacity Planning For (Days)
diff --git a/erpnext/docs/user/manual/en/manufacturing/subcontracting.md b/erpnext/docs/user/manual/en/manufacturing/subcontracting.md
index 5abf0c6bbb..cfef2a5f1e 100644
--- a/erpnext/docs/user/manual/en/manufacturing/subcontracting.md
+++ b/erpnext/docs/user/manual/en/manufacturing/subcontracting.md
@@ -17,7 +17,7 @@ sub-contracting feature of ERPNext.
2. Create a Warehouse for your Supplier so that you can keep track of Items supplied. (you may supply a months worth of Items in one go).
3. For the processed Item, in the Item master, set “Is Sub Contracted Item” to “Yes”.
-

+

__Step 1:__ Make a Bill of Materials for the processed Item, with the unprocessed
@@ -25,24 +25,24 @@ Items as sub-items. For example, If you are manufacturing a pen, the processed
pen will be named under Bill of Materials(BOM), whereas, the refill, knob, and
other items which go into the making of pen, will be categorized as sub-items.
-

+

__Step 2:__ Make a Purchase Order for the processed Item. When you “Save”, in the “Raw Materials Supplied”, all your un-processed Items will be updated based on your Bill of Materials. You can also select the warehouse from which the material would be reserved for sub contracting.
-

+

Once the PO is submitted, you can view the reserved quantity of the item from the item dashboard as well.
-

+

__Step 3:__ Make a Stock Entry to deliver the raw material Items to your Supplier.
-

+

__Step 4:__ Receive the Items from your Supplier via Purchase Receipt. Make sure to check the “Consumed Quantity” in the “Raw Materials” table so that the
correct stock is maintained at the Supplier’s end.
-

+

> Note 1: Make sure that the “Rate” of processed Item is the processing rate
(excluding the raw material rate).
diff --git a/erpnext/docs/user/manual/en/manufacturing/tools/production-planning-tool.md b/erpnext/docs/user/manual/en/manufacturing/tools/production-planning-tool.md
index e9ba2a570f..9f253d6384 100644
--- a/erpnext/docs/user/manual/en/manufacturing/tools/production-planning-tool.md
+++ b/erpnext/docs/user/manual/en/manufacturing/tools/production-planning-tool.md
@@ -13,7 +13,7 @@ To use the Production Planning Tool, go to:
> Manufacturing > Tools > Production Planning Tool
-

+

#### Step 1: Specify source to get Production Items
@@ -27,7 +27,7 @@ To use the Production Planning Tool, go to:
* Use filters to get the Sales Order / Material Request
* Click on Get Sales Order / Get Material Requests to generate a list.
-

+

@@ -36,11 +36,11 @@ To use the Production Planning Tool, go to:
* Get the items for the Sales Order / Material request list
* You can add/remove or change quantity of these Items.
-

+

#### Step 4: Create Production Orders
-

+

@@ -48,7 +48,7 @@ To use the Production Planning Tool, go to:
Create Material Request for Items with projected shortfall.
-

+

diff --git a/erpnext/docs/user/manual/en/manufacturing/workstation.md b/erpnext/docs/user/manual/en/manufacturing/workstation.md
index 5670893d91..80654f43e3 100644
--- a/erpnext/docs/user/manual/en/manufacturing/workstation.md
+++ b/erpnext/docs/user/manual/en/manufacturing/workstation.md
@@ -10,7 +10,7 @@ You can also create a Workstation by:
> Manufacturing > Documents > Workstation > New
-

+

In workstation specify the workstation working hours under the 'working hour' section.
You can also specify the working hours based on shifts.
diff --git a/erpnext/docs/user/manual/en/non_profit/Chapter/chapter.md b/erpnext/docs/user/manual/en/non_profit/Chapter/chapter.md
index 0078f6c2fa..6587ca2dd4 100644
--- a/erpnext/docs/user/manual/en/non_profit/Chapter/chapter.md
+++ b/erpnext/docs/user/manual/en/non_profit/Chapter/chapter.md
@@ -8,7 +8,7 @@ To Create Chapter:
> Non Profit > Chapter > New
-

+

System User or Chapter Head can add chapter Member directly from the desk or
User can join directly by visiting chapter page on website
@@ -17,9 +17,9 @@ to join chapter online
> My Account on website > Chapter from sidebar > Select Available chapter and click on join chapter button
-

+

-

+

To leave chapter click on leave chapter button
diff --git a/erpnext/docs/user/manual/en/non_profit/Donor/donor.md b/erpnext/docs/user/manual/en/non_profit/Donor/donor.md
index 7958755d14..7da48398f4 100644
--- a/erpnext/docs/user/manual/en/non_profit/Donor/donor.md
+++ b/erpnext/docs/user/manual/en/non_profit/Donor/donor.md
@@ -8,7 +8,7 @@ To create new Donor go to:
> Non Profit > Donor > New
-

+

**Email:** Email field is the id of Member doctype.
diff --git a/erpnext/docs/user/manual/en/non_profit/Donor/donor_type.md b/erpnext/docs/user/manual/en/non_profit/Donor/donor_type.md
index ba74c17573..4c643b437d 100644
--- a/erpnext/docs/user/manual/en/non_profit/Donor/donor_type.md
+++ b/erpnext/docs/user/manual/en/non_profit/Donor/donor_type.md
@@ -10,7 +10,7 @@ To create new donor Type go to:
> Non Profit > Donor Type > New
-

+

**Donor Type:** The Donor Type is displayed throughout the system, on both public and backend pages so spend some time thinking about a donor type name that is appropriate to both audiences. It can be changed at a later date
diff --git a/erpnext/docs/user/manual/en/non_profit/Grant Application/grant_application.md b/erpnext/docs/user/manual/en/non_profit/Grant Application/grant_application.md
index 3b07d3517a..268f26aaee 100644
--- a/erpnext/docs/user/manual/en/non_profit/Grant Application/grant_application.md
+++ b/erpnext/docs/user/manual/en/non_profit/Grant Application/grant_application.md
@@ -7,11 +7,11 @@ To Generate Online Grant Application go to:
> My Account on website > Grant Application from sidebar > Apply for new Grant Application.
-

+

-

+

-

+

To Generate Grant Application go to:
@@ -19,7 +19,7 @@ To Generate Grant Application go to:
> Non Profit > Grant Application > New.
-

+

**Email:** Email is a mandatory field.
diff --git a/erpnext/docs/user/manual/en/non_profit/Membership/member.md b/erpnext/docs/user/manual/en/non_profit/Membership/member.md
index c9dc9c6ee8..2467f149bd 100644
--- a/erpnext/docs/user/manual/en/non_profit/Membership/member.md
+++ b/erpnext/docs/user/manual/en/non_profit/Membership/member.md
@@ -8,7 +8,7 @@ To create new Member go to:
> Non Profit > Member > New
-

+

**Email:** Email field is the id of Member doctype.
diff --git a/erpnext/docs/user/manual/en/non_profit/Membership/membership.md b/erpnext/docs/user/manual/en/non_profit/Membership/membership.md
index f101b86fad..d871cc5d85 100644
--- a/erpnext/docs/user/manual/en/non_profit/Membership/membership.md
+++ b/erpnext/docs/user/manual/en/non_profit/Membership/membership.md
@@ -9,7 +9,7 @@ To create new Membership go to:
> Non Profit > Membership > New
-

+

**Member:** Member is a link field fetch member details from Member doctype.
diff --git a/erpnext/docs/user/manual/en/non_profit/Membership/membership_type.md b/erpnext/docs/user/manual/en/non_profit/Membership/membership_type.md
index eb7a09eec5..0e03bb45c9 100644
--- a/erpnext/docs/user/manual/en/non_profit/Membership/membership_type.md
+++ b/erpnext/docs/user/manual/en/non_profit/Membership/membership_type.md
@@ -9,7 +9,7 @@ To create new Membership Type go to:
> Non Profit > Membership Type > New
-

+

**Membership Type:** The Membership Type is displayed throughout the system, on both public and backend pages so spend some time thinking about a membership type name that is appropriate to both audiences. It can be changed at a later date
diff --git a/erpnext/docs/user/manual/en/non_profit/Volunteer/volunteer.md b/erpnext/docs/user/manual/en/non_profit/Volunteer/volunteer.md
index 6b875eed67..01b2b5176b 100644
--- a/erpnext/docs/user/manual/en/non_profit/Volunteer/volunteer.md
+++ b/erpnext/docs/user/manual/en/non_profit/Volunteer/volunteer.md
@@ -8,7 +8,7 @@ To create new Volunteer go to:
> Non Profit > Volunteer > New
-

+

**Email:** Email field is the id of Member doctype.
diff --git a/erpnext/docs/user/manual/en/non_profit/Volunteer/volunteer_type.md b/erpnext/docs/user/manual/en/non_profit/Volunteer/volunteer_type.md
index 95b4c81d2f..dcf2608253 100644
--- a/erpnext/docs/user/manual/en/non_profit/Volunteer/volunteer_type.md
+++ b/erpnext/docs/user/manual/en/non_profit/Volunteer/volunteer_type.md
@@ -8,7 +8,7 @@ To create new volunteer Type go to:
> Non Profit > Volunteer Type > New
-

+

**Volunteer Type:** The Volunteer Type is displayed throughout the system, on both public and backend pages so spend some time thinking about a membership type name that is appropriate to both audiences. It can be changed at a later date
diff --git a/erpnext/docs/user/manual/en/non_profit/index.md b/erpnext/docs/user/manual/en/non_profit/index.md
index 546581f320..7d56f4d6cc 100644
--- a/erpnext/docs/user/manual/en/non_profit/index.md
+++ b/erpnext/docs/user/manual/en/non_profit/index.md
@@ -13,11 +13,11 @@ Donor Management, Event and Grant etc

+ src="{{docs_base_url}}/assets/img/non_profit/non_profit_domain.png">
### Non Profit Domain
-

+

{index}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/projects/activity-cost.md b/erpnext/docs/user/manual/en/projects/activity-cost.md
index 88d4f0a5da..565686f9ba 100644
--- a/erpnext/docs/user/manual/en/projects/activity-cost.md
+++ b/erpnext/docs/user/manual/en/projects/activity-cost.md
@@ -3,4 +3,4 @@
Activity Cost records the per-hour billing rate and costing rate of an Employee against an Activity Type.
This rate is pulled by the system while making Time Logs. It is used for Project Costing.
-

+

diff --git a/erpnext/docs/user/manual/en/projects/activity-type.md b/erpnext/docs/user/manual/en/projects/activity-type.md
index 4e968a6b57..54b455e814 100644
--- a/erpnext/docs/user/manual/en/projects/activity-type.md
+++ b/erpnext/docs/user/manual/en/projects/activity-type.md
@@ -2,7 +2,7 @@
Activity Type makes a list of the different types of activities against which a Time Log can be made.
-

+

By default the following Activity Types are created.
diff --git a/erpnext/docs/user/manual/en/projects/articles/project-costing.md b/erpnext/docs/user/manual/en/projects/articles/project-costing.md
index 2943ea6717..f83608ab98 100644
--- a/erpnext/docs/user/manual/en/projects/articles/project-costing.md
+++ b/erpnext/docs/user/manual/en/projects/articles/project-costing.md
@@ -12,17 +12,17 @@ Activity Type is a master of service offered by your personnel. You can add new
Activity Cost is a master where you can track billing and costing rate for each Employee, and for each Activity Type.
-

+

#### Time Log
Based on Actual Time spent on the Project-Task, Employee will create a time log.
-

+

On selection of Activity Type in the Time Log, Billing and Costing Rate will fetched for that Employee from respective Activity Cost master.
-

+

Multiplying these rates with total no. of Hours in the Time Log gives Costing Amount and Billing Amount for the specific Time Log.
@@ -30,10 +30,10 @@ Multiplying these rates with total no. of Hours in the Time Log gives Costing Am
Based on total Time Logs created for a specific Task, its costing will be updated in the respective Task master.
-

+

Same way, Project master will have cost updated based on Time Log created against that Projects, and tasks associated with that Project.
-

+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/projects/project.md b/erpnext/docs/user/manual/en/projects/project.md
index e1e936b7f3..25f28d5878 100644
--- a/erpnext/docs/user/manual/en/projects/project.md
+++ b/erpnext/docs/user/manual/en/projects/project.md
@@ -2,7 +2,7 @@
Project management in ERPNext is Task driven. You can create Project and assign multiple Tasks against it.
-

+

You can also track % Completion of a Project using different methods.
@@ -10,34 +10,34 @@ You can also track % Completion of a Project using different methods.
2. Task Progress
3. Task Weight
-

+

Some examples of how the % Completion is calculated based on Tasks.
-

+

-

+

### Managing tasks
Project can be divided into multiple Tasks.
Task can be created via Project document itself or can be created via [Task](/docs/user/manual/en/projects/tasks.html)
-

+

* To view Task made against a Project click on 'Tasks'
-

+

-

+

* You can also view the Tasks from the Project document itself
-

+

* To add Weights to Tasks you can follow the below steps
-

-

+

+

### Managing time
@@ -48,13 +48,13 @@ The Actual Start and End Time along with the costing shall then be updated based
* To view Time Log made against a Project click on 'Time Logs'
-

+

-

+

* You can also create a Time Log directlly and link it to the Project.
-

+

### Managing expenses
@@ -63,27 +63,27 @@ The system shall update the total amount from expense claims in the project cost
* To view Expense Claims made against a Project click on 'Expense Claims'
-

+

* You can also create a Expense Claims directlly and link it to the Project.
-

+

* Total amount of Expense Claims booked against a project is shown under 'Total Expense Claim' in the Project Costing Section
-

+

### Cost Center
You can make a [Cost Center](/docs/user/manual/en/accounts/setup/cost-center.html) against a Project or use an existing cost center to track all expenses made against that project.
-

+

###Project Costing
The Project Costing section helps you track the time, expenses and purchases incurred against the project.
-

+

* The Total Cost is composed of the costing amount from timesheets, the total cost from expense claims and the total cost from purchase invoices created against this project.
@@ -93,7 +93,7 @@ The Project Costing section helps you track the time, expenses and purchases inc
You can make/link a [Sales Order](/docs/user/manual/en/selling/sales-order.html) against a project. Once linked you can use the standard sales module to bill your customer against the Project.
-

+

###Gantt Chart
@@ -102,8 +102,8 @@ ERPNext gives you a illustrated view of tasks scheduled against that project in
* To view gantt chart against a project, go to that project and click on 'Gantt Chart'
-

+

-

+

{next}
diff --git a/erpnext/docs/user/manual/en/projects/tasks.md b/erpnext/docs/user/manual/en/projects/tasks.md
index 9447a2ed48..cae54f4194 100644
--- a/erpnext/docs/user/manual/en/projects/tasks.md
+++ b/erpnext/docs/user/manual/en/projects/tasks.md
@@ -3,13 +3,13 @@
Project is divided into Tasks.
In ERPNext, you can also create a Task independently.
-

+

### Status of the Task
A Task can have one of the following statuses - Open, Working, Pending Review, Closed, or Cancelled.
-

+

* By default each new Task created has the status set to 'Open'.
@@ -19,7 +19,7 @@ A Task can have one of the following statuses - Open, Working, Pending Review, C
You can specify a list of dependent tasks under the 'Depends On' section.
-

+

* You cannot close the parent task until all dependent tasks are closed.
@@ -33,13 +33,13 @@ The Actual Start and End Time along with the costing is updated based on the Tim
* To view Time Log made against a Task click on 'Time Logs'
-

+

-

+

* You can also create a Time Log directly and link it to the Task.
-

+

### Managing Expenses
@@ -48,14 +48,14 @@ The system shall update the total amount from expense claims in the costing sect
* To view Expense Claims made against a Task click on 'Expense Claims'
-

+

* You can also create a Expense Claims directly and link it to the Task.
-

+

* Total amount of Expense Claims booked against a task is shown under 'Total Expense Claim' in the Task Costing Section
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/projects/time-log-batch.md b/erpnext/docs/user/manual/en/projects/time-log-batch.md
index b307f6a147..6904f4ed86 100644
--- a/erpnext/docs/user/manual/en/projects/time-log-batch.md
+++ b/erpnext/docs/user/manual/en/projects/time-log-batch.md
@@ -8,17 +8,17 @@ OR
Just open your Time Log list and check the Items to you want to add to the Time Log. Then click on "Make Time Sheet" button and these Time Logs will be selected.
-

+

###Making Sales Invoice
* After submitting the Time Sheet, "Make Invoice" button shall appear.
-

+

* Click on that button to raise a Sales Invoice against the Time Sheet.
-

+

* When you "Submit" the Sales Invoice, the Sales Invoice number will get updated in the Time Logs and Time Sheet and their status will change to "Billed".
diff --git a/erpnext/docs/user/manual/en/projects/timesheet/salary-slip-from-timesheet.md b/erpnext/docs/user/manual/en/projects/timesheet/salary-slip-from-timesheet.md
index 35d99aa5f2..32faf039ae 100644
--- a/erpnext/docs/user/manual/en/projects/timesheet/salary-slip-from-timesheet.md
+++ b/erpnext/docs/user/manual/en/projects/timesheet/salary-slip-from-timesheet.md
@@ -6,7 +6,7 @@ If salary / wages for your employees are calculated based on number of hours wor
To track actual hours employee has worked for, create Timesheet for each Employee. We suggest you to create Timesheet based on a payment period. For example, if you paying employee on a weekly bases, create one Timesheet for an Employee for one week. However, you can create multiple Timesheets, and create one Salary Slip for the multiple Timesheets.
-

+

####Salary Structure for the Employee
@@ -16,17 +16,17 @@ In the Salary Structure of the Employee, check field "Salary Slip Based on Times
Amount directly for other Salary Components (eg: House Rent Allowance, Phone Allowance) can be define directly. When creating Salary Slip, Amount for these Salary Component will be fetched as it is.
-

+

####Create Salary Slip from Timesheet
To create Salary Slip against Timesheet, open Timesheet and click on "Salary Slip".
-

+

In the Salary Slip, Timesheet ID will be updated. You can select more Timesheet to be paid via this Salary Slip. Based on the Timesheets selected, Total Working Hours will be calculated.
-

+

Hour Rate will be fetched from the Salary Structure of an Employee. Based on Total Working Hours and Hour Rate, Amount will be calculated for the Salary Component is to be calculated based on actual hours worked.
@@ -34,7 +34,7 @@ Hour Rate will be fetched from the Salary Structure of an Employee. Based on Tot
On Submission of Salary Slip, Timesheet's status will be updated to "Payslip".
-

+
diff --git a/erpnext/docs/user/manual/en/projects/timesheet/sales-invoice-from-timesheet.md b/erpnext/docs/user/manual/en/projects/timesheet/sales-invoice-from-timesheet.md
index 4dbdcbb6dc..89c6b63ccf 100644
--- a/erpnext/docs/user/manual/en/projects/timesheet/sales-invoice-from-timesheet.md
+++ b/erpnext/docs/user/manual/en/projects/timesheet/sales-invoice-from-timesheet.md
@@ -14,7 +14,7 @@ To create new Timesheet, go to:
In the Employee field, only ones having ative Salary Structure will be selectable. Further in the Salary Structure , is created for the E on the actual hours worked, Employee can create Timesheet. To be able to create Sales Invoice against this Timesheet, ensure `Billable` field is checked.
-

+

#### Step 3:Activity Type
@@ -22,7 +22,7 @@ Employee will have to select an Activity Type (like planning, site visit, repair
To learn more on how to setup Activity Type and Activity Cost, click [here](/docs/user/manual/en/projects/articles/project-costing).
-

+

#### Step 4: Enter Actual Time
@@ -30,7 +30,7 @@ In the Timesheet Details table, enter actual hours an Employee has worked for. O
To be able to create Sales Invoice from the Time Sheet, ensure 'Is Billable' field is checked.
-

+

Based on the actual hours worked and Activity Cost of an Employee, Total Billing Amount will be calculated for Timesheet.
@@ -46,7 +46,7 @@ After submitting Timesheet, you will find buttons to create Sales Invoice and Sa
In the Timesheet, if "Is Billable" is checked, you will find option to create Sales Invoice against it.
-

+

@@ -54,7 +54,7 @@ In the Timesheet, if "Is Billable" is checked, you will find option to create Sa
Sales Invoice has dedicated table for the Timesheet table where Timesheet details will be updated. You can select more Timesheets in this table.
-

+

####Select Customer and Item
@@ -67,4 +67,4 @@ After enter all required details in the Sales Invoice, Save and Submit it.
On submitting Sales Invoice, status of the Timesheets linked to the Sales Invoice will be updated as Billed.
-

+

diff --git a/erpnext/docs/user/manual/en/projects/timesheet/timesheet-against-production-order.md b/erpnext/docs/user/manual/en/projects/timesheet/timesheet-against-production-order.md
index f51e049957..6e108b3f7d 100644
--- a/erpnext/docs/user/manual/en/projects/timesheet/timesheet-against-production-order.md
+++ b/erpnext/docs/user/manual/en/projects/timesheet/timesheet-against-production-order.md
@@ -4,7 +4,7 @@ Creating Timesheet for Production Order helps in capacity planning for the Works
When a Production Order is submitted, based on the Planned Start Date and the availability of the Workstations, system schedules all operations by creating Timesheet.
-

+

Let's assume we are manufacturing a mobile phone. As per the Bill of Material, time required for the assembly of components could be one hour. However the actual time taken for it's completion could be more than planned. The actual time tracking provides actual operation cost, hence helps in determining accurate valuation of the manufacturing item.
@@ -12,28 +12,28 @@ Let's assume we are manufacturing a mobile phone. As per the Bill of Material, t
As per the Bill of Materials of manufacturing item, following are the Operations and Workstation through which raw-material items are processed.
-

+

On submission on Production Order, Timesheet will be created automatically.
-

+

####Time Sheet created from Production Order
In the Timesheet, unique row will be added for each Operation - Workstation. This allows operator/supervisor at the workstation to enter actual From Time and To Time taken for each Operation.
-

+

After enter From Time and To Time for all the Operations, Total Hours will be calculated.
-

+

With updating actual time, you can also enter "Completed Qty". If all the items are not processed in the same Timesheet, you can create another Timesheet from the Production Order.
-

+

####Save and Submit Timesheet
On the submission of Timesheet, Total Hours is calculated. Also, in the Production Order, for each Operation, actual Start and End Time is updated.
-

+

diff --git a/erpnext/docs/user/manual/en/projects/timesheet/timesheet-against-project.md b/erpnext/docs/user/manual/en/projects/timesheet/timesheet-against-project.md
index 2086673d92..1524677d48 100644
--- a/erpnext/docs/user/manual/en/projects/timesheet/timesheet-against-project.md
+++ b/erpnext/docs/user/manual/en/projects/timesheet/timesheet-against-project.md
@@ -2,7 +2,7 @@
Timesheets can be tracked against Project and Tasks so that you can get reports on how much time was spent on each Task or Project.
-

+

####Billable Timesheet
diff --git a/erpnext/docs/user/manual/en/regional/india/gst-remimders.md b/erpnext/docs/user/manual/en/regional/india/gst-remimders.md
index b1061e4c5d..97f016d234 100644
--- a/erpnext/docs/user/manual/en/regional/india/gst-remimders.md
+++ b/erpnext/docs/user/manual/en/regional/india/gst-remimders.md
@@ -4,7 +4,7 @@ You can send email reminders to your Customers and Suppliers so that they can di
To send GSTIN Reminders, you can either open the Customer / Supplier record or **GST Settings**
-

+

Here you can click on the "Send GSTIN Update Reminders" button to send email reminders to all your customers
@@ -12,10 +12,10 @@ Here you can click on the "Send GSTIN Update Reminders" button to send email rem
Your customers will receive an email asking them to update their GSTIN and that email will link them to a portal page:
-

+

Here they can update their GSTIN and it will automatically be added to your customer GSTIN record.
#### Sample GSTIN Reminder Email
-

+

diff --git a/erpnext/docs/user/manual/en/regional/india/gst-setup.md b/erpnext/docs/user/manual/en/regional/india/gst-setup.md
index b89be539c1..49d75b1939 100644
--- a/erpnext/docs/user/manual/en/regional/india/gst-setup.md
+++ b/erpnext/docs/user/manual/en/regional/india/gst-setup.md
@@ -4,7 +4,7 @@
GST Law requires that you maintain the GSTIN number for all your suppliers and vendors. In ERPNext, GSTIN is linked to the **Address**
-

+

**GST for your Company Address**
@@ -12,20 +12,20 @@ You also need to set the Address for your own Company and your Company's GST Num
Go to the Company master and add the GSTIN to your default address.
-

+

**Include GSTIN number in the Address Template**
Open Address Template record for India, add GSTIN number and State Code there if not exists.
-

+

### 2. Setting up HSN Codes
According to the GST Law, your itemised invoices must contain the HSN Code related to that Item. ERPNext comes pre-installed with all 12,000+ HSN Codes so that you can easily select the relevant HSN Code in your Item
-

+

### 3. Making Tax Masters
@@ -35,7 +35,7 @@ Go to your **Chart of Accounts**, under the Duties and Taxes head of your accoun
**Note:** Usually the rate in CGST and SGST is half of IGST. For example if most of your items are billed at 18%, then create IGST at 18%, CGST and SGST at 9% each.
-

+

### 4. Make Tax Templates
@@ -43,7 +43,7 @@ You will have have to make two tax templates for both your sales and purchase, o
In your **In State GST** template, select 2 accounts, SGST and CGST
-

+

In your **Out of State GST** template, select IGST
@@ -59,22 +59,22 @@ For **Sales Invoice**,
4. Select the the **In State GST** or **Out of State GST** template that you have created based on the type of transaction
5. Save and Submit the Invoice
-

+

### 6. Print GST Tax Invoice
To print Tax Invoice as per GSTN guidelines, please select **GST Tax Invoice** print format. This print format includes company address, GSTIN numbers, HSN/SAC Code and item-wise tax breakup. And while printing select correct value of Invoice Copy field, to mention whether it is for the Customer, Supplier or Transporter.
-

+

### Reports
ERPNext comes with most of your reports you need to prepare your GST Returns. Go to Accounts > GST India head for the list.
-

+

You can check the impact of your invoice in the **GST Sales Register** and **GST Itemised Sales Register**
-

+

diff --git a/erpnext/docs/user/manual/en/regional/united_arab_emirates/uae-vat-setup.md b/erpnext/docs/user/manual/en/regional/united_arab_emirates/uae-vat-setup.md
index b2a38c95bc..3debdc0b46 100644
--- a/erpnext/docs/user/manual/en/regional/united_arab_emirates/uae-vat-setup.md
+++ b/erpnext/docs/user/manual/en/regional/united_arab_emirates/uae-vat-setup.md
@@ -5,20 +5,20 @@
Set tax registation number in the field tax id for the customer, supplier and company
1. For Customer
-

+

2. For Company
-

+

### 2. Setting up TAX Code for Products
Setup tax code in the item master, system will fetch same code in the sales/purchase invoice on selection of an item.
-

+

### 3. Default Tax Templates
ERPNext provides you default tax template for vat(5%, zero, exempted) and excise(50%, 100%). You can create your own [tax template](/docs/user/manual/en/setting-up/setting-up-taxes.html).
-

+

### 3. Making VAT Ready Invoices
@@ -32,14 +32,14 @@ For **Sales Invoice**,
4. Select the template that you have created based on the type of transaction
5. Save and Submit the Invoice
-

+

### 4. Print Tax Invoice
ERPNext provides 2 default print foramt
1. Simplified Tax Invoice
-

+

2. Detailed Tax Invoice
-

+

diff --git a/erpnext/docs/user/manual/en/selling/articles/Selling-in-different-UOM.md b/erpnext/docs/user/manual/en/selling/articles/Selling-in-different-UOM.md
index bd40808ab8..1efed7592f 100644
--- a/erpnext/docs/user/manual/en/selling/articles/Selling-in-different-UOM.md
+++ b/erpnext/docs/user/manual/en/selling/articles/Selling-in-different-UOM.md
@@ -7,7 +7,7 @@ For example an Item Pen is stocked in Nos, but sold in Box. Hence we will make S
###Step 1: In the Item master, under Unit of Measure section, you can list all the possible UoM of an item, with its UoM Conversion Factor. Update UoM Conversion Factors
In one Box, if you get 10 Nos. of Pen, UoM Conversion Factor would be 10.
-

+

###Setp 2: In the Sale Order, you will find two UoM fields
@@ -17,7 +17,7 @@ In one Box, if you get 10 Nos. of Pen, UoM Conversion Factor would be 10.
In both the fields, default UoM of an item will be fetched by default. You should edit UoM field, and select Sale UoM (Box in this case). Updating Sales UoM is mainly for the reference of the Customer. In the print format, you will see item quantity in the Sales UoM.
-

+

Based on the Qty and Conversion Factor, qty will be calculated in the Stock UoM of an item. If you sell just one Box, then Qty as per stock UoM will be set as 10.
@@ -26,4 +26,4 @@ Based on the Qty and Conversion Factor, qty will be calculated in the Stock UoM
Irrespective of the Sales UoM selected in the Sale Order, stock ledger posting will be done in the Default UoM of an item. Hence you should ensure that conversion factor is entered correctly while selling item in different UoM.
-

+

diff --git a/erpnext/docs/user/manual/en/selling/articles/adding-margin.md b/erpnext/docs/user/manual/en/selling/articles/adding-margin.md
index 3fcd4f4887..2725feefbe 100644
--- a/erpnext/docs/user/manual/en/selling/articles/adding-margin.md
+++ b/erpnext/docs/user/manual/en/selling/articles/adding-margin.md
@@ -9,7 +9,7 @@ To setup Pricing Rule, go to:
####Adding Margin in Pricing Rule
-

+

Total Margin is calculated as follows:
`Rate = Price List Rate + Margin Rate`
@@ -22,7 +22,7 @@ To add Price List, go to:
####Adding Item Price
-

+

2) Apply margin direct on Item: If user wants to apply the margin without pricing rule, they can use this option. In Quotation Item and Sales Order Item, user can select the margin type and rate or amount. The system will calculate the margin and apply it on price list rate to calculate the rate of the product.
@@ -34,4 +34,4 @@ add item and scroll down to section where you can find the Margin Type
####Adding Margin in Quotation
-

+

diff --git a/erpnext/docs/user/manual/en/selling/articles/applying-discount.md b/erpnext/docs/user/manual/en/selling/articles/applying-discount.md
index 92273ba1bc..26dd58b139 100644
--- a/erpnext/docs/user/manual/en/selling/articles/applying-discount.md
+++ b/erpnext/docs/user/manual/en/selling/articles/applying-discount.md
@@ -6,7 +6,7 @@ There are several ways Discount can be applied on an item in the sales transacti
You can find the Discount (%) field in the Item table. Discount (%) is applied on the Price List Rate to get the selling Rate of the Item.
-

+

The feature of Discount (%) is available in all sales and purchase transactions.
@@ -16,18 +16,18 @@ You can use Pricing Rule for auto-application of Discount (%). [Click here to le
In the "Additional Discount" section, you can apply discount as amount or as percentage.
-

+

##### Discount on Net Total
If Discount Amount is applied on **Net Total**, then item's Net Rate and Net Amount is calculated as per the Discount Amount. Net Rate and Amount field will be visible only if Discount is applied using this feature.
-

+

##### Discount on Grand Total
If Discount Amount is applied based on the **Grand Total**, then with item's Net Rate, Net Amount as well as taxes are also re-calculated as per Discount Amount.
-

+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/selling/articles/close-sales-order.md b/erpnext/docs/user/manual/en/selling/articles/close-sales-order.md
index 78f7836f88..3990e7d309 100644
--- a/erpnext/docs/user/manual/en/selling/articles/close-sales-order.md
+++ b/erpnext/docs/user/manual/en/selling/articles/close-sales-order.md
@@ -2,7 +2,7 @@
In the submitted Sales Orders, you will find **Stop** option. Stopping Sales Order will restrict user from creating Delivery Note and Sales Invoice against it.
-

+

####Scenario
@@ -10,7 +10,7 @@ An order is received for ten Wind Turbines. Sales Order is also created for ten
In this case, create Delivery Note and Sales Invoice will be created only for the seven units. And the Sales Order should be set as stopped.
-

+

Once Sales Order is set as stopped, you will not have pending quantities (three in this case) reflecting in Pending to Deliver and Pending to Invoice reports. To make further transactions against Stopped Sales Order, you should first Unstop it.
diff --git a/erpnext/docs/user/manual/en/selling/articles/drop-shipping.md b/erpnext/docs/user/manual/en/selling/articles/drop-shipping.md
index 2a1d979c25..2d12ff4a21 100644
--- a/erpnext/docs/user/manual/en/selling/articles/drop-shipping.md
+++ b/erpnext/docs/user/manual/en/selling/articles/drop-shipping.md
@@ -10,19 +10,19 @@ In ERPNext, you can create a Drop Shipping by creating Purchase Order against Sa
Set **_Delivered by Supplier (Drop Ship)_** and **_Default Supplier_** in Item Master.
-

+

#### Setup on Sales Order
If Drop Shipping has set on Item master, it will automatically set **Supplier delivers to Customer** and **Supplier** on Sales Order Item.
You can setup Drop Shipping, on Sales Order Item. Under **Drop Ship** section, set **Supplier delivers to Customer** and select **Supplier** agaist which Purchase Order will get created.
-

+

#### Create Purchase Order
After submitting a Sales Order, create Puchase Order.
-

+

From Sales Order, all items, having **Supplier delivers to Customer** checked or **Supplier**(matching with supplier selected on For Supplier popup) mentioned, will get mapped onto Purchase Order.
@@ -30,16 +30,16 @@ It will automatically set Customer, Customer Address and Contact Person.
After submitting Purchase Order, to update delivery status, use **Mark as Delivered** button on Purchase Order. It will update delivery percetage and delivered quantity on Sales Order.
-

+
**_Close_**, is a new feature introduced on **Purchase Order** and **Sales Order**, to close or to mark fulfillment.
-

+

###Drop Shipping Print Format
You can notify, Suppliers by sending a email after submitting Purchase Order by attaching Drop Shipping print format.
-

+

###Video Help on Drop Ship
diff --git a/erpnext/docs/user/manual/en/selling/articles/erpnext-for-services-organization.md b/erpnext/docs/user/manual/en/selling/articles/erpnext-for-services-organization.md
index cd874fcc7e..0e1e683575 100644
--- a/erpnext/docs/user/manual/en/selling/articles/erpnext-for-services-organization.md
+++ b/erpnext/docs/user/manual/en/selling/articles/erpnext-for-services-organization.md
@@ -14,7 +14,7 @@ The setup for a Service company differs primarily for Items. They don't maintain
To create a Service (non-stock) Item, in the item master, uncheck "Maintain Stock" field.
-

+

When creating Sales Order for the services, select Order Type as **Maintenance**. Sales Order of Maintenance Type needs lesser details compared to stock item's order like Delivery Note, item warehouse etc.
diff --git a/erpnext/docs/user/manual/en/selling/articles/sales-persons-in-the-sales-transactions.md b/erpnext/docs/user/manual/en/selling/articles/sales-persons-in-the-sales-transactions.md
index aaee304435..17291ecde6 100644
--- a/erpnext/docs/user/manual/en/selling/articles/sales-persons-in-the-sales-transactions.md
+++ b/erpnext/docs/user/manual/en/selling/articles/sales-persons-in-the-sales-transactions.md
@@ -4,13 +4,13 @@ In ERPNext, Sales Person master is maintained in [tree structure](/docs/user/man
Sales Persons can be updated in the Customer master as well. On selection of Customer in the transactions, Sales Persons as updated in the Customer will fetch into sales transaction.
-

+

####Sales Person Contribution
If more than one sales persons are working together on an order, then contribution (%) should be set for each Sales Person.
-

+

On saving transaction, based on the Net Total and Contriution (%), `Contribution to Net Total` will be calculated for each Sales Person.
@@ -24,7 +24,7 @@ Check Sales Person's Transaction report from:
This report can be generated based on Sales Order, Delivery Note and Sales Invoice. It will give you total amount of sale made by an employe.
-

+

####Sales Person wise Commission
diff --git a/erpnext/docs/user/manual/en/selling/articles/shipping-rule.md b/erpnext/docs/user/manual/en/selling/articles/shipping-rule.md
index fa745cab80..d87ba36c4c 100644
--- a/erpnext/docs/user/manual/en/selling/articles/shipping-rule.md
+++ b/erpnext/docs/user/manual/en/selling/articles/shipping-rule.md
@@ -10,7 +10,7 @@ To setup Shipping Rule, go to:
####Shipping Rule Conditions
-

+

Referring above, you will notice that shipping charges are reducing as valye is increasing. This shipping charge will only be applied if transaction total falls under one of the above range.
@@ -18,16 +18,16 @@ Referring above, you will notice that shipping charges are reducing as valye is
You can set Shipping Charges valid for all the countries, or specify specific Country. If specific countries mentioned, then Shipping Charges will be applied only if Customer's country matches Country mentioned in the Shipping Rule.
-

+

####Shipping Account
If shipping charges are applied based on Shipping Rule, then more values like Shipping Account, Cost Center will be needed as well to add row in the Taxes and Other Charges table of transaction. Hence these details are tracked as well in the Shipping Rule.
-

+

####Shipping Rule Application
Following is an example of how shipping charges is auto-applied on Sales Order based on Shipping Rule.
-

\ No newline at end of file
+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/selling/quotation.md b/erpnext/docs/user/manual/en/selling/quotation.md
index 80af009ec8..7f95e116a3 100644
--- a/erpnext/docs/user/manual/en/selling/quotation.md
+++ b/erpnext/docs/user/manual/en/selling/quotation.md
@@ -7,7 +7,7 @@ Invoice”or a **Quotation**.
A typical Selling flow looks like:
-

+

To create a new Quotation navigate to:
@@ -17,7 +17,7 @@ To create a new Quotation navigate to:
You can also create a Quotation from an Opportunity.
-

+

A Quotation contains details about:
@@ -46,7 +46,7 @@ To add taxes to your Quotation, you can select a **Sales Taxes and Charges Templ
For e.g
-

+

To understand taxes in detail visit [Taxes](/docs/user/manual/en/setting-up/setting-up-taxes.html).
diff --git a/erpnext/docs/user/manual/en/selling/sales-order.md b/erpnext/docs/user/manual/en/selling/sales-order.md
index 05f178b154..43d7f1b328 100644
--- a/erpnext/docs/user/manual/en/selling/sales-order.md
+++ b/erpnext/docs/user/manual/en/selling/sales-order.md
@@ -11,7 +11,7 @@ a Sales Order.
### Sales Order Flow-Chart
-

+

To create a new Sales Order go to:
@@ -21,11 +21,11 @@ To create a new Sales Order go to:
You can also create a Sales Order from a submitted Quotation.
-

+

Or you can create a new Sales Order and pull details from an Quotation.
-

+

Most of the information in your Sales Order is the same as the Quotation.
There are a few amongst other things that a Sales Order will ask you to
@@ -56,7 +56,7 @@ To add taxes to your Quotation, you can select a **Sales Taxes and Charges Templ
For e.g
-

+

To understand taxes in detail visit [Taxes](/docs/user/manual/en/setting-up/setting-up-taxes.html).
@@ -82,7 +82,7 @@ On updating the Sales Order, a Recurring ID will be generated which will be same
ERPNext will automatically create new Order and mail a notification to the Email Addresses you set in the 'Notification Email Address'field.
-

+

### Next Steps
diff --git a/erpnext/docs/user/manual/en/selling/setup/item-price.md b/erpnext/docs/user/manual/en/selling/setup/item-price.md
index 7e352b9a15..adeeee453f 100644
--- a/erpnext/docs/user/manual/en/selling/setup/item-price.md
+++ b/erpnext/docs/user/manual/en/selling/setup/item-price.md
@@ -16,7 +16,7 @@ Step 1: Select Price List
You can create multiple Price List in ERPNext to track Selling and Buying Price List of an item separtely. Also if item's selling prices id changing based on territory, or due to other criteria, you can create multiple selling Price List for it.
-+

++

On selection of Price List, its currency and for selling or buying property will be fetched as well.
@@ -26,13 +26,13 @@ Step 2: Select Item
Select item for which Item Price record is to be created. On selection of Item Code, Item Name and Description will be fetched as well.
-+

++

Step 3: Enter Rate
Enter selling/buying rate of an item in Price List currency.
-+

++

Step 4: Save Item Price
diff --git a/erpnext/docs/user/manual/en/selling/setup/product-bundle.md b/erpnext/docs/user/manual/en/selling/setup/product-bundle.md
index 560b7305a1..123eeaf963 100644
--- a/erpnext/docs/user/manual/en/selling/setup/product-bundle.md
+++ b/erpnext/docs/user/manual/en/selling/setup/product-bundle.md
@@ -11,7 +11,7 @@ To create new Product Bundle, Go to:
Selling > Setup > Product Bundle > New
-

+

###Select Parent Item
@@ -33,7 +33,7 @@ Remember: The "Parent Item" is just virtual, so your main product (a laptop in o
When making Sales transactions (Sales Invoice, Sales Order, Delivery Note)
the Parent Item will be selected in the main item table.
-

+

On selection of a Parent Item in the main item table, its child items will be fetched in Packing List
table of the transaction. If child item is the serialized item, you will be able to specify its Serial Mo.
diff --git a/erpnext/docs/user/manual/en/selling/setup/sales-partner.md b/erpnext/docs/user/manual/en/selling/setup/sales-partner.md
index d8bf0d0377..0eee169e82 100644
--- a/erpnext/docs/user/manual/en/selling/setup/sales-partner.md
+++ b/erpnext/docs/user/manual/en/selling/setup/sales-partner.md
@@ -12,7 +12,7 @@ To create a sales partner go to:
Sales Partners are saved with Sales Partner name provided by user.
-

+

You can track their address and contact details and also allocate Sales Partner for each Item Group, based on Qty and Amount.
@@ -21,13 +21,13 @@ You can track their address and contact details and also allocate Sales Partner
To include the name of your Partner on your website, check the "Show in
Website" box. When click on "Show in Website", you will see field where you can attach logo of partner's company and enter brief and introduction of partner.
-

+

To see listing of partner, you should go to:
https://example.erpnext.com/partners
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/selling/setup/sales-person-target-allocation.md b/erpnext/docs/user/manual/en/selling/setup/sales-person-target-allocation.md
index 874a95e8df..edaf47d554 100644
--- a/erpnext/docs/user/manual/en/selling/setup/sales-person-target-allocation.md
+++ b/erpnext/docs/user/manual/en/selling/setup/sales-person-target-allocation.md
@@ -14,7 +14,7 @@ To allocate target, you should open specific Sales Person master.
In the Sales Person master, you will find table called Sales Person Target.
-

+

In this table, you should select Item Group, Fiscal Year, Target Qty and Amount.
@@ -36,7 +36,7 @@ To check this report, go to:
This report will provide you variance between target and actual performance of Sales Person. This report is based on Sales Order report.
-

+

As per the report, allocated target to Sales Person for the month of December was 5 qty. However, Sales Order was made for this employee and Item Group for only 3 qty. Hence, variance of 2 qty is shown in the report.
@@ -52,7 +52,7 @@ To allocate target to Sales Person based on Territory, you can should select spe
In the Territory master, you will find field to select Territory Manager. This field is linked to "Sales Person" master.
-

+

####2.2 Allocating Target
@@ -66,7 +66,7 @@ Using this Monthly Distribution document, you can divide target Qty or Amount ac
This report will provide you variance between target and actual performance of Sales in particular territory. This report is based on Sales Order report. Though Sales Person is defined in the Territory master, its details are not pulled in the report.
-

+

---
@@ -78,7 +78,7 @@ To create new Monthly Distriibution, go to:
`Accounts > Monthly Distributon`
-

+

You can link Monthly Distribution while allocating targets in Sales Person as well as in Territory master.
diff --git a/erpnext/docs/user/manual/en/selling/setup/selling-settings.md b/erpnext/docs/user/manual/en/selling/setup/selling-settings.md
index 96dbc29508..840abe5dec 100644
--- a/erpnext/docs/user/manual/en/selling/setup/selling-settings.md
+++ b/erpnext/docs/user/manual/en/selling/setup/selling-settings.md
@@ -3,7 +3,7 @@
Selling Setting is where you can define propertiese which will be applied in your selling transactions.
Let's check into each property one by one.
-

+

####1. Customer Naming By
diff --git a/erpnext/docs/user/manual/en/selling/setup/shipping-rule.md b/erpnext/docs/user/manual/en/selling/setup/shipping-rule.md
index 9b25c8c863..19961722e5 100644
--- a/erpnext/docs/user/manual/en/selling/setup/shipping-rule.md
+++ b/erpnext/docs/user/manual/en/selling/setup/shipping-rule.md
@@ -3,6 +3,6 @@
Using Shipping Rule you can define the cost for delivering the product to the customer and also to the supplier.
You can define different shipping rules or a fixed shipping amount for the same item across different territories.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/change-password.md b/erpnext/docs/user/manual/en/setting-up/articles/change-password.md
index 5da473016b..505d6f3ab3 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/change-password.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/change-password.md
@@ -5,11 +5,11 @@ Each ERPNext user can customize password for his/her ERPNext account. Also user
####Step 1: Go to My Setting
-

+

####Step 2: Set New Password
-

+

Enter the new password and save the form to save changes.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/delete-a-company-and-all-related-transactions.md b/erpnext/docs/user/manual/en/setting-up/articles/delete-a-company-and-all-related-transactions.md
index 4c4be74876..fa7614f491 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/delete-a-company-and-all-related-transactions.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/delete-a-company-and-all-related-transactions.md
@@ -12,7 +12,7 @@ In Company master, click on the **Delete Company Transactions** button right at
This action will wipe out all the data related to that company like Quotation, Invoices, Purchase Orders etc. So be careful
-

+

**Note:** If you want to delete the company record itself, use the normal "Delete" button from Menu options. It will also delete Chart of Accounts, Chart of Cost Centers and Warehouse records for that company.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/difference-between-system-user-and-website-user.md b/erpnext/docs/user/manual/en/setting-up/articles/difference-between-system-user-and-website-user.md
index a11aa212ff..969518d0e8 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/difference-between-system-user-and-website-user.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/difference-between-system-user-and-website-user.md
@@ -16,4 +16,4 @@ How to check if Role is for System User or Website User?
In the Role master, if field "Desk Access" is checked, that Role is for System User. If Desk Access field is unchecked, then that Role is for Website User.
-

\ No newline at end of file
+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/edit-submitted-document.md b/erpnext/docs/user/manual/en/setting-up/articles/edit-submitted-document.md
index ee02438436..7148611edf 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/edit-submitted-document.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/edit-submitted-document.md
@@ -6,19 +6,19 @@ To edit submitted document, you need to cancel it first. Followings are steps to
You will find Cancel button on upper right corner of submitted document.
-

+

####Step 2: Amend the document
On cancellation of submitted document, Amend button will be became visible.
-

+

####Step 3: Save and Submit the document
On clicking Amend button, same document will become editable again. After Making required changes, save and submit the document.
-

+
Note: If your document linked with other documents, then you will need to cancel last document you made on top of this document.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/email-error.md b/erpnext/docs/user/manual/en/setting-up/articles/email-error.md
index 9d5abd021e..6113ed51a5 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/email-error.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/email-error.md
@@ -2,7 +2,7 @@
In ERPNext, you can customize the Incoming and Outgoing Email Gateway. On saving an Email Account, ERPNext tries establishing a connection with your email gateway. If your ERPNext account is able to connect fine, then Email Account is saved successfully. If not, then you might receive an error as below.
-

+

This indicates that using login credentials and other email gateway details provided in the Email Account, ERPNext is not able to connect to your email server. Please ensure that you have entered valid email credentials for your Email Gateway. Once you have configured Email Account successfully, you should be able to send and receive emails from your ERPNext account fine.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/managing-multiple-companies.md b/erpnext/docs/user/manual/en/setting-up/articles/managing-multiple-companies.md
index e4362fb337..fc198cebac 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/managing-multiple-companies.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/managing-multiple-companies.md
@@ -16,7 +16,7 @@ Following are the steps to add new Company.
Company will be saved with Company Name provided.
-

+

Also, you can define other properties for new company like:
@@ -28,12 +28,12 @@ Also, you can define other properties for new company like:
Value will be auto-filled in most of these field to define company-wise defaults. You can edit/customize it as per your requirement.
-

+

####Chart of Account for New Company
A separate Chart of Account master will be set for each company in the ERPNext. This allows you managing Accounts/Ledger master separately for each company. Also it allows you avail financial statement and reports like Balance Sheet and Profit and Loss Statement separately for each company.
-

+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/managing-perm-level.md b/erpnext/docs/user/manual/en/setting-up/articles/managing-perm-level.md
index 9a4e4f7935..71239646b8 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/managing-perm-level.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/managing-perm-level.md
@@ -4,7 +4,7 @@ In each document, you can group fields by "levels". Each group of field is denot
Perm Level for a field can be defined in the [Customize Form](/docs/user/manual/en/customize-erpnext/customize-form.html).
-

+

If you need to assign different permission of particular field to different users, you can achieve it via Perm Level. Let's consider an example for better understanding.
@@ -14,11 +14,11 @@ For the amount related fields, you should set Perm Level as (say) 2.
For Stock Manager, they will have permission on fields on Delivery Note as Perm Level 2 whereas a Stock User will not have any permission on Perm Level 2 for Delivery Note.
-

+

Considering the same scenario, if you want a Stock User to access a field at Perm Level 2, but not edit it, the Stock User will be assigned permission on Perm Level 2, but only for read, and not for write/edit.
-

+

Perm Level (1, 2, 3) not need be in order. Perm Level is primarily for grouping number of fields together, and then assigning permission to Roles for that group. Hence, you can set any perm level for an item, and then do permission setting for it.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/managing-tree-structure-masters.md b/erpnext/docs/user/manual/en/setting-up/articles/managing-tree-structure-masters.md
index 73c9870891..98e67c672e 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/managing-tree-structure-masters.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/managing-tree-structure-masters.md
@@ -24,7 +24,7 @@ Following are the steps to manage and create record in the tree structured maste
####Step 2 : Parent Territory
-

+

When click on Parent territory, you will see option to add child territory under it. All default Territory groups will be listed under Parent group called "All Territories". You can add further Parent or child Territory Groups under it.
@@ -42,11 +42,11 @@ If Group Node selected as Yes, then this Territory will be created as Parent, wh
Only child Territory Groups are selectable in another masters and transactions.
-

+

Following is how Child Territories will be listed under a Parent Territory.
-

+

Following this steps, you can manage other tree masters as well in ERPNext.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/naming-series-current-value.md b/erpnext/docs/user/manual/en/setting-up/articles/naming-series-current-value.md
index 7e80d81bea..fbb7e8779e 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/naming-series-current-value.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/naming-series-current-value.md
@@ -14,19 +14,19 @@ For example, you have 322 Sales Orders created in your old system with SO00322 a
#### Update Series Section
-

+

#### Select Prefix
Considering our scenario, prefix for Sales Order will be "SO".
-

+

#### Current Value
If you have currently 12 Sales Orders created in your account, then current value updated will be 12. You can edit Current Value to 322, and then click on Update Series Number.
-

+

With this setting, you will have numbering for the New Sales Orders starting with #323.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/outgoing-email-gateway.md b/erpnext/docs/user/manual/en/setting-up/articles/outgoing-email-gateway.md
index 9694da12d3..fe90cb11a3 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/outgoing-email-gateway.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/outgoing-email-gateway.md
@@ -2,7 +2,7 @@
In the ERPNext, you can customize incoming and Outgoing Email Gateway. On saving an Email Account, ERPNext tries establishing a connection with your email gateway. If your ERPNext account is able to connect fine, then Email Account master is saved. If not, then you might receive an error as indicated below.
-

+

This indicates that using login credentials and other email gateway details provided, ERPNext is not able to connect to your email server. Please ensure that you have entered valid email credentials for your Email Gateway. Once you have configured Email Account successfully, you should be able to send and receive emails from your ERPNext account fine.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/overwriting-data-from-data-import-tool.md b/erpnext/docs/user/manual/en/setting-up/articles/overwriting-data-from-data-import-tool.md
index f42060cee0..dafac3b7ea 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/overwriting-data-from-data-import-tool.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/overwriting-data-from-data-import-tool.md
@@ -14,7 +14,7 @@ Template Used for overwriting data will be same as one used for importing new it
Since items to be over-written will be already available in the system, while downloading template, click on "Download with data" to get all the existing items in the template.
-

+

####Step 2: Prepare Data
@@ -22,7 +22,7 @@ In the template, we can only keep rows of the items to be overwritten and delete
Enter new value in the Item Group column for an item. Since Item Group is a master in itself, ensure Item Group entered in the spreadsheet file is already added in the Item Group master.
-

+

Since we are overwriting only Item Group, only following columns will be mandatory.
@@ -36,13 +36,13 @@ Columns of other field which won't have any impact can be removed, even if they
After updating Item Groups in spreadheet, come back to Data Import Tool in ERPNext. Browse and select the File/template which has data to be overwritten.
-

+

####Step 4: Upload
On clicking Import, Item Group will be over-written.
-

+

If validation of values fails, then it will indicate row no. of spreadsheet for which validation failed and needs correction. In that case, you should corrected value in that row of spreadsheet, and then import same file again. If validation fails even for one row, none of the records are imported/overwritten.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/print-format-sections.md b/erpnext/docs/user/manual/en/setting-up/articles/print-format-sections.md
index 93542e6261..00bbe9df52 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/print-format-sections.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/print-format-sections.md
@@ -2,10 +2,10 @@
**Question:** In the Print Format, I am getting link breaks for each section. How can I disable it?
-

+

**Answer:** To disable line breaks for the section breaks, you should uncheck field "Show Line Breaks after Sections" in its Print Format.
Print Format Builder > Select Print Format > Edit Settings > Uncheck field "Show Line Breaks after Sections"
-

\ No newline at end of file
+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/rename-user.md b/erpnext/docs/user/manual/en/setting-up/articles/rename-user.md
index 19eef9e1c7..643d243d27 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/rename-user.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/rename-user.md
@@ -14,13 +14,13 @@ Open User to be renamed.
From Menu, select Rename.
-

+

#### Step 3: Update
Enter valid Email Address and click on Rename.
-

+

After successful renaming, User will be able login using updated user id.
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/report-permission-error.md b/erpnext/docs/user/manual/en/setting-up/articles/report-permission-error.md
index c345d0a7ef..2130e186cf 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/report-permission-error.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/report-permission-error.md
@@ -1,6 +1,6 @@
**Question:** User has roles like Account User and Account Manager assigned. Still, when accessing Account Receivable report, User is getting an error message of no permission the territory master.
-

+

**Answer:**
@@ -12,6 +12,6 @@ As per the permission system in ERPNext, for the User to be able to access a for
3. To resolve this issue, I have assigned Account User permission to Read Territory master.
-

+

As per this permission update, User should be able to access Account Receivable report fine.
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/articles/setup-two-factor-authentication.md b/erpnext/docs/user/manual/en/setting-up/articles/setup-two-factor-authentication.md
index cdb4e3409f..4e048adf47 100644
--- a/erpnext/docs/user/manual/en/setting-up/articles/setup-two-factor-authentication.md
+++ b/erpnext/docs/user/manual/en/setting-up/articles/setup-two-factor-authentication.md
@@ -12,30 +12,30 @@ Specify the following in System Settings
* The expiry time for the QR Code on the server if OTP App is specified
* The OTP Issuer Name.
-

+

On activation of 2FA from setup, it is also activated for the Role "All". In this way, all users including the Administrator have to perform a 2nd level authentication with a token. By unchecking the "Two Factor Authentication" checkbox in the "All" role and enabling it in other roles, the need to login with a token can be limited to specific roles. 2FA does not apply to login by Web Users and API login
-

+

If using SMS authentication, please make sure that your SMS settings are updated
-

+

If using Email, make sure that your outgoing Email account settings are updated
-

+

When the new user tries to log in for the first time in a system that has two-factor authentication enabled and which has the authentication option as OTP App, an email is sent containing a link to the QR Code.
-

-

+

+

Scanning the QR Code with an authentication app like Google Authenticator registers the access for the user and automatically starts to generate tokens that can be used to login
-

+

If either of Email/SMS is used as the authentication method, you get notifications also
-

\ No newline at end of file
+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/authorization-rule.md b/erpnext/docs/user/manual/en/setting-up/authorization-rule.md
index 822136696f..8b99894705 100644
--- a/erpnext/docs/user/manual/en/setting-up/authorization-rule.md
+++ b/erpnext/docs/user/manual/en/setting-up/authorization-rule.md
@@ -36,7 +36,7 @@ Select approvers Role. It will be Sales Manager role which if assigned to user,
Set Above Value. Given the exmaple, Above Value will be set as 10000.
-

+

If Sales User tries submitting Sales Order of value higher than 10000, then he will get error message.
diff --git a/erpnext/docs/user/manual/en/setting-up/data/bulk-rename.md b/erpnext/docs/user/manual/en/setting-up/data/bulk-rename.md
index 57db1a5f36..e1c8b135fd 100644
--- a/erpnext/docs/user/manual/en/setting-up/data/bulk-rename.md
+++ b/erpnext/docs/user/manual/en/setting-up/data/bulk-rename.md
@@ -12,4 +12,4 @@ This tool will allow you to rename multiple records at the same time.
To rename multiple records, upload a **.csv** file with the old name in the first column and the new name in the second column and click on **Upload**.
-

\ No newline at end of file
+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/data/data-import-tool.md b/erpnext/docs/user/manual/en/setting-up/data/data-import-tool.md
index b9c6ccc1d2..667822386a 100644
--- a/erpnext/docs/user/manual/en/setting-up/data/data-import-tool.md
+++ b/erpnext/docs/user/manual/en/setting-up/data/data-import-tool.md
@@ -4,7 +4,7 @@ The Data Import Tool is a great way to upload (or edit) bulk data, specially mas
To Open the data import tool, you either go to Setup or go to the Transaction you want to Import. If Data Import is allowed, you will see an Import Button:
-

+

The tool has two sections, one to download a template and the second to upload
the data.
@@ -25,33 +25,33 @@ Item can have multiple prices, An Invoice has multiple Items and so on.
* Click on "Download Blank Template".
* For bulk editing, you can click on "Download With Data".
-

+

### 2\. Fill in the Template
After downloading the template, open it in a spreadsheet application and fill
in the data below the column headings.
-

+

Then export your template or save it as a Excel or Comma Separated Values (CSV)
file. To export the document in Excel tick the checkbox for Download in Excel File Format
-

+

### Download in Excel
-

+

### 3\. Upload the File ethier in .xlsx or .csv
Finally attach the file in the section. Click on the "Upload". Once the upload is successfull click Import"
button.
-

+

-

+

#### Notes:
diff --git a/erpnext/docs/user/manual/en/setting-up/data/download-backup.md b/erpnext/docs/user/manual/en/setting-up/data/download-backup.md
index 6c98cf34f8..8f27d505c6 100644
--- a/erpnext/docs/user/manual/en/setting-up/data/download-backup.md
+++ b/erpnext/docs/user/manual/en/setting-up/data/download-backup.md
@@ -6,8 +6,8 @@ In the ERPNext, you can manually download database backup. To get the latest dat
Backup available for the download is updated in every eight hours. Click on the link to download the backups at a given time.
-

+

By default three latest backups will be available for the download. If you want to customize no. of backups, then click on "Set Number of Backups". In the System Settings, you can set Number of Backups available for the download at a time.
-

\ No newline at end of file
+

\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/email/email-account.md b/erpnext/docs/user/manual/en/setting-up/email/email-account.md
index 7e9b8a767b..d5aca1a006 100644
--- a/erpnext/docs/user/manual/en/setting-up/email/email-account.md
+++ b/erpnext/docs/user/manual/en/setting-up/email/email-account.md
@@ -10,7 +10,7 @@ ERPNext will create templates for a bunch of email accounts by default. Not all
There are 2 types of email accounts, outgoing and incoming. Outgoing email accounts use an SMTP service to send emails and emails are retrived from your inbox using a IMAP or POP service. Most email providers such as GMail, Outlook or Yahoo provide these services.
-

+

### Outgoing Email Accounts
@@ -18,19 +18,19 @@ All emails sent from the system, either by the user to a contact or notification
To setup an outgoing Email Account, check on **Enable Outgoing** and set your SMTP server settings, if you are using a popular email service, these will be preset for you.
-

+

### Incoming Email Accounts
To setup an incoming Email Account, check on **Enable Incoming** and set your POP3 settings, if you are using a popular email service, these will be preset for you.
-

+

### Setting Import Conditions for Email Import
Email Accounts allows you to set conditions according to the data of the incoming emails. The email will be imported to ERPNext only if the all conditions are true. For example if you want to import an email if the subject is "Some important email", you put doc.subject == "Some important email" in the conditions textbox. You can also set more complex conditions by combining them, as shown on the following screenshot.
-

+

### How ERPNext handles replies
@@ -40,6 +40,6 @@ In ERPNext when you send an email to a contact like a customer, the sender will
If you would like ERPNext to notify you if an email is unreplied for a certain amount of time, then you can set **Notify if Unreplied**. Here you can set the number of minutes to wait before notifications are sent and whom the notifications must go to.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/email/email-alerts.md b/erpnext/docs/user/manual/en/setting-up/email/email-alerts.md
index 2b89d7d49e..8d239ea9bb 100644
--- a/erpnext/docs/user/manual/en/setting-up/email/email-alerts.md
+++ b/erpnext/docs/user/manual/en/setting-up/email/email-alerts.md
@@ -32,13 +32,13 @@ To setup an Email Alert:
### Setting a Subject
You can retrieve the data for a particular field by using `doc.[field_name]`. To use it in your subject / message, you have to surround it with `{% raw %}{{ }}{% endraw %}`. These are called [Jinja](http://jinja.pocoo.org/) tags. So, for example to get the name of a document, you use `{% raw %}{{ doc.name }}{% endraw %}`. The below example sends an email on saving a Task with the Subject, "TASK##### has been created"
-

+

### Setting Conditions
Email alerts allow you to set conditions according to the field data in your documents. For example, if you want to recieve an Email if a Lead has been saved as "Interested" as it's status, you put `doc.status == "Interested"` in the conditions textbox. You can also set more complex conditions by combining them.
-

+

The above example will send an Email Alert when a Task is saved with the status "Open" and the Expected End Date for the Task is the date on or before the date on which it was saved on.
@@ -74,14 +74,14 @@ field.
Then you can use that as a condition in the **Condition** rules to ensure emails are not sent multiple times
-

+

### Example
1. Defining the Criteria
-

+

1. Setting the Recipients and Message
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/email/email-digest.md b/erpnext/docs/user/manual/en/setting-up/email/email-digest.md
index bceba37a95..5fa836e604 100644
--- a/erpnext/docs/user/manual/en/setting-up/email/email-digest.md
+++ b/erpnext/docs/user/manual/en/setting-up/email/email-digest.md
@@ -12,6 +12,6 @@ To set up Email Digest, go to:
Set your frequency, check all the items you want to receive in your weekly update and select the user ids whom you want to send the Digest to.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/email/email-inbox.md b/erpnext/docs/user/manual/en/setting-up/email/email-inbox.md
index 14dad78502..445fe26d67 100644
--- a/erpnext/docs/user/manual/en/setting-up/email/email-inbox.md
+++ b/erpnext/docs/user/manual/en/setting-up/email/email-inbox.md
@@ -12,7 +12,7 @@ To add new User, go to:
`Setup > User > New User`
-

+

#### Step 2: Create Email Domain
@@ -22,7 +22,7 @@ To add new Email Domain, go to:
`Setup > Emails > Email Domain > New`
-

+

Once you have configured an Email Domain for your Email Service, it will be used for creating Email Accounts for all the Users in your ERPNext account.
@@ -43,11 +43,11 @@ Create an Email Account based on the Email ID of the User. For each User who's e
If you are creating an Email Account for your colleague who's Email Password is unknown to you, then check field "Awaiting Password". As per this setting, a User (for whom Email Account is created) will get a prompt to enter email password when accessing his/her ERPNext Account.
-

+

In the Email Account, select Email Domain only if you are using Email Service other than Email Services listed above. Else, you can just select Email Service, leave Email Domain blank and proceed forward.
-

+

>If you are creating an Email Account for Email Inbox of a User, then leave Append To field as blank.
@@ -57,30 +57,30 @@ For more details on how to setup Email Account, [click here](/docs/user/manual/e
Once an Email Account is created for an User, select that Email Account in the User. This will ensure that emails pulled from the said Email ID will accessible only to this User in your ERPNext account.
-

+

## Email Inbox
If you have correctly configured Email Inbox as instructed above, then on the login of a User, Email Inbox icon will be visible. This will navigate user to Email Inbox view within the ERPNext account. All the Emails received on that email will be fetch and listed in the Email Inbox view. User will be able to open emails and take various actions against it.
-

+

#### Folders
In ERPNext, you can link multiple Email Accounts with the single User. To switch to Inbox of different email account and access other folders like Sent Emails, Spam, Trash, check Email Inbox option in the left bar.
-

+

#### Actions
On the emails in your inbox, you can take various actions like Reply, Forward, Mark as Spam or Trash.
-

+

#### Make Options
The Email Inbox within ERPNext also allow you to quickly create ERPNext transaction based on email received. From an Email itself, you can a Issue, Lead or Opportunity based on the context of the email.
-

+

diff --git a/erpnext/docs/user/manual/en/setting-up/email/email-reports.md b/erpnext/docs/user/manual/en/setting-up/email/email-reports.md
index 95db8bacc5..a27a2dcbdb 100644
--- a/erpnext/docs/user/manual/en/setting-up/email/email-reports.md
+++ b/erpnext/docs/user/manual/en/setting-up/email/email-reports.md
@@ -14,7 +14,7 @@ Or just type "Auto Email Report" on the Search bar.
Select the Report, the user for which you want to create this report (permissions will apply for this user), the Email Addresses where you want this report emailed and the frequency of the report.
-

+

#### Step 2
@@ -22,11 +22,11 @@ If your report has filters, you will see a table with the filters
Step 1. Select the Report, the user for which you want to create this report. Permissions will apply for this user
-

+

Click on the table to edit the table
-

+

#### Test
@@ -34,4 +34,4 @@ You can also test the report by clicking on "Download" or "Send Now"
Here is an example of the email you will receive for a report
-

+

diff --git a/erpnext/docs/user/manual/en/setting-up/email/sending-email.md b/erpnext/docs/user/manual/en/setting-up/email/sending-email.md
index b4566de0ba..2fd163bd27 100644
--- a/erpnext/docs/user/manual/en/setting-up/email/sending-email.md
+++ b/erpnext/docs/user/manual/en/setting-up/email/sending-email.md
@@ -2,7 +2,7 @@
In ERPNext you can send any document as email (with a PDF attachment) by clicking on `Menu > Email` from any open document.
-

+

**Note:** You must have outgoing [email accounts](/docs/user/manual/en/setting-up/email/email-account.html) setup for this.
diff --git a/erpnext/docs/user/manual/en/setting-up/feedback/manual-feedback-request.md b/erpnext/docs/user/manual/en/setting-up/feedback/manual-feedback-request.md
index 7f873cee2f..4afaee1fed 100644
--- a/erpnext/docs/user/manual/en/setting-up/feedback/manual-feedback-request.md
+++ b/erpnext/docs/user/manual/en/setting-up/feedback/manual-feedback-request.md
@@ -6,12 +6,12 @@ Feedback Trigger.
To request a feedback manually go to respective document e.g. Sales Order, Issue etc.
and click on Ask a Feedback option in Menu.
-

+

Then, user can enter the feedback request details like email id, message and send the
feedback request mail.
-

+

Note. If Feedback Trigger is already configured for the document then system will fetch
Feedback Request details (email id, message)
diff --git a/erpnext/docs/user/manual/en/setting-up/feedback/resend-feedback-request.md b/erpnext/docs/user/manual/en/setting-up/feedback/resend-feedback-request.md
index 641d0a0b8d..0dbb3b7340 100644
--- a/erpnext/docs/user/manual/en/setting-up/feedback/resend-feedback-request.md
+++ b/erpnext/docs/user/manual/en/setting-up/feedback/resend-feedback-request.md
@@ -2,15 +2,15 @@
We can also Resend the Feedback Request to the Customer/User.
-

+

To resend the Feedback Request we will need to navigate the Communication by clicking the `Details` link on Timeline Feedback.
-

+

On Resend Button click a dialog with the Feedback Request message will appear user can either send the
Feedback Request with same message or he/she can make the changes in the Feedback Request message.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/feedback/setting-up-feedback.md b/erpnext/docs/user/manual/en/setting-up/feedback/setting-up-feedback.md
index 441e78eff0..373d703275 100644
--- a/erpnext/docs/user/manual/en/setting-up/feedback/setting-up-feedback.md
+++ b/erpnext/docs/user/manual/en/setting-up/feedback/setting-up-feedback.md
@@ -19,13 +19,13 @@ To Setup an Feedback:
### Setting a Subject
You can retrieve the data for a particular field by using `doc.[field_name]`. To use it in your subject/message, you have to surround it with `{% raw %}{{ }}{% endraw %}`. These are called [Jinja](http://jinja.pocoo.org/) tags. So, for example, to get the name of a document, you use `{% raw %}{{ doc.name }}{% endraw %}`. The below example sends an feedback request whenever Issue is Closed with the Subject, "ISS-##### Issue is Resolved"
-

+

### Setting Conditions
Feedback Trigger allows you to set conditions according to the field data in your documents. The feedback request email will be sent on document save only if the all conditions are true For example if you want to trigger the feedback request mail to a customer if an Issue is has been saved as "Closed" as it's status, you put `doc.status == "Closed"` in the conditions textbox. You can also set more complex conditions by combining them.
-

+

### Setting a Message
@@ -45,9 +45,9 @@ You can use both Jinja Tags (`{% raw %}{{ doc.[field_name] }}{% endraw %}`) and
### Example
1. Setting up Feedback Trigger
-

+

1. Setting the Recipients and Message
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/feedback/submit-feedback.md b/erpnext/docs/user/manual/en/setting-up/feedback/submit-feedback.md
index 663aae1cfd..9069f3721b 100644
--- a/erpnext/docs/user/manual/en/setting-up/feedback/submit-feedback.md
+++ b/erpnext/docs/user/manual/en/setting-up/feedback/submit-feedback.md
@@ -3,17 +3,17 @@
Once feedback request mail is sent the user/customer. He/She can visit the URL to submit the feedback
as well as rating for the document.
-

+

Once Feedback is submitted the feedback details message and ratings will be recorded and will be shown on Document sidebar and timeline. Also once the Feedback is successfully submitted by the user the link shared to the user will be expired and can not be used to submit the Feedback again.
On Document sidebar the latest feedback ratings will displayed.
-

+

Also, The Feedback details such as Feedback message and ratings will be shown in the Document's Timeline along
with Comment, Email.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/integrations/dropbox-backup.md b/erpnext/docs/user/manual/en/setting-up/integrations/dropbox-backup.md
index d13c70e97e..a9a23dde68 100644
--- a/erpnext/docs/user/manual/en/setting-up/integrations/dropbox-backup.md
+++ b/erpnext/docs/user/manual/en/setting-up/integrations/dropbox-backup.md
@@ -15,7 +15,7 @@ To setup Dropbox Backup,
Set Frequency to download backup in your Dropbox account.
-

+

####Step 2: Allow Dropbox Access
@@ -25,13 +25,13 @@ After setting frequency and updating other details, click on `Allow Dropbox acce
Login to your Dropbox account by entering login credentials.
-

+

####Step 4: Allow
On successful login, you will find a confirmation message as following. Click on "Allow" to let your ERPNext account have access to your Dropbox account.
-

+

With this, a folder called "ERPNext" will be created in your Dropbox account, and database backup will start to auto-download in it.
@@ -44,20 +44,20 @@ With this, a folder called "ERPNext" will be created in your Dropbox account, an
####Step 2: Create a new Dropbox app
-

+

####Step 3: Fill in the details for your new app
-

+

-
-

+

####Step 4: Insert your custom domain Redirect URI
`https://{yourwebsite.com}/api/method/frappe.integrations.doctype.dropbox_settings.dropbox_settings.dropbox_auth_finish`
-

+

####Step 5: In a new window, open the Dropbox Settings page in your ERPnext installation
diff --git a/erpnext/docs/user/manual/en/setting-up/integrations/ldap-integration.md b/erpnext/docs/user/manual/en/setting-up/integrations/ldap-integration.md
index 2fa8f57450..ec6e8487b1 100644
--- a/erpnext/docs/user/manual/en/setting-up/integrations/ldap-integration.md
+++ b/erpnext/docs/user/manual/en/setting-up/integrations/ldap-integration.md
@@ -11,9 +11,9 @@ To setup LDAP,
To enable ldap service, you need to configure parameters like LDAP Server Url, Organizational Unit, UID, Base Distinguished Name (DN) and Password for Base DN
-

+

After setting up LDAP parameters, on login screen, the system enables **Login Via LDAP** option.
-

+

diff --git a/erpnext/docs/user/manual/en/setting-up/integrations/paypal-integration.md b/erpnext/docs/user/manual/en/setting-up/integrations/paypal-integration.md
index d7c5ae62e6..9c6cb18bf0 100644
--- a/erpnext/docs/user/manual/en/setting-up/integrations/paypal-integration.md
+++ b/erpnext/docs/user/manual/en/setting-up/integrations/paypal-integration.md
@@ -11,17 +11,17 @@ To setup PayPal ,
To enable PayPal payment service, you need to configure parameters like API Username, API Password and Signature.
-

+

You also can set test payment environment, by settings `Use Sandbox`
On enabling service, the system will create Payment Gateway record and Account head in chart of accounts having account type as Bank.
-

+

Also it will create Payment Gateway Account entry. Payment Gateway Account is configuration hub from this you can set account head from existing COA, default Payment Request email body template.
-

+

After enabling service and configuring Payment Gateway Account your system is able to accept online payments.
@@ -33,20 +33,20 @@ AUD, BRL, CAD, CZK, DKK, EUR, HKD, HUF, ILS, JPY, MYR, MXN, TWD, NZD, NOK, PHP,
#### Paypal Sanbox API Signature
- Login to paypal developer account,
PayPal Developer Account
- From **Accounts** tab. create a new business account.
-

+

- From this account profile you will get your sandbox api credentials
-

+

---
#### PayPal Account API Signature
- Login to PayPal Account and go to profile
-

+

- From **My Selling Tools** go to **api Access**
-

+

- On API Access Page, choose option 2 to generate API credentials
-

+

diff --git a/erpnext/docs/user/manual/en/setting-up/integrations/razorpay-integration.md b/erpnext/docs/user/manual/en/setting-up/integrations/razorpay-integration.md
index d41283ce40..fe5c88503b 100644
--- a/erpnext/docs/user/manual/en/setting-up/integrations/razorpay-integration.md
+++ b/erpnext/docs/user/manual/en/setting-up/integrations/razorpay-integration.md
@@ -8,21 +8,21 @@ To setup RazorPay,
`Explore > Integrations > RazorPay Settings`
-

+

#### Setup RazorPay
To enable RazorPay payment service, you need to configure parameters like API Key, API Secret
-

+

On enabling service, the system will create Payment Gateway record and Account head in the Chart of Account with account type as Bank.
-

+

Also, it will create Payment Gateway Account entry. Payment Gateway Account is configuration hub from this you can set account head from existing COA, default Payment Request email body template.
-

+

After enabling service and configuring Payment Gateway Account your system is able to accept online payments.
diff --git a/erpnext/docs/user/manual/en/setting-up/integrations/stripe-integration.md b/erpnext/docs/user/manual/en/setting-up/integrations/stripe-integration.md
index ba62ebea1f..05f70f0d4a 100644
--- a/erpnext/docs/user/manual/en/setting-up/integrations/stripe-integration.md
+++ b/erpnext/docs/user/manual/en/setting-up/integrations/stripe-integration.md
@@ -6,15 +6,15 @@ To setup Stripe,
#### Setup Stripe
To enable Stripe payment service, you need to configure parameters like Publishable Key, Secret Key
-

+

On enabling service, the system will create Payment Gateway record and Account head in chart of account with account type as Bank.
-

+

Also it will create Payment Gateway Account entry. Payment Gateway Account is configuration hub from this you can set account head from existing COA, default Payment Request email body template.
-

+

After configuring Payment Gateway Account your system is able to accept online payments.
diff --git a/erpnext/docs/user/manual/en/setting-up/pos-setting.md b/erpnext/docs/user/manual/en/setting-up/pos-setting.md
index 375c251b5c..5bd8a1fa5c 100644
--- a/erpnext/docs/user/manual/en/setting-up/pos-setting.md
+++ b/erpnext/docs/user/manual/en/setting-up/pos-setting.md
@@ -14,13 +14,13 @@ from:
Set default values as defined.
-

+

To set the default mode of payment, enabled the option default in the mode of payments table
-

+

User can sale the particular products to the particular customers from the POS by adding item groups, customer groups in the POS Profile.
-

+

> Important : If you specify a particular User, the POS setting will be
applied only to that User. If the User option is left blank, the setting will
diff --git a/erpnext/docs/user/manual/en/setting-up/price-lists.md b/erpnext/docs/user/manual/en/setting-up/price-lists.md
index a9655817a3..4710b6c65f 100644
--- a/erpnext/docs/user/manual/en/setting-up/price-lists.md
+++ b/erpnext/docs/user/manual/en/setting-up/price-lists.md
@@ -10,7 +10,7 @@ You can create new Price List
> Selling/Buying/Stock > Setup > Price List >> New
-

+

* These Price List will be used when creating Item Price record to track selling or buying price of an item. Click here to learn more about Item Price.
diff --git a/erpnext/docs/user/manual/en/setting-up/print/address-template.md b/erpnext/docs/user/manual/en/setting-up/print/address-template.md
index 34df11c69d..53dfef1bfe 100644
--- a/erpnext/docs/user/manual/en/setting-up/print/address-template.md
+++ b/erpnext/docs/user/manual/en/setting-up/print/address-template.md
@@ -26,6 +26,6 @@ Here is the default template:
### Example
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/print/cheque-print-template.md b/erpnext/docs/user/manual/en/setting-up/print/cheque-print-template.md
index e93f3094c1..44dd412f12 100644
--- a/erpnext/docs/user/manual/en/setting-up/print/cheque-print-template.md
+++ b/erpnext/docs/user/manual/en/setting-up/print/cheque-print-template.md
@@ -2,7 +2,7 @@
Business involves making payment to various parties like suppliers and employees. Payment can be made in various modes like cash, NEFT or cheque. If you are making a payment via cheque, you can also create a Print Format for printing Cheque from ERPNext based on the Payment Entry.
-

+

Using the Cheque Print Template you can generate a new Print Format based. It will be created based the cheque format provided by your bank.
@@ -14,13 +14,13 @@ To create a new Print Format based on the specific cheque’s format, go to:
In the Cheque Print Template, for each value (say Payee, Date), exact co-ordinates are provided based on where that value should be printed on a cheque. Co-ordinates are provided in centi-meter.
-

+

####New Format via Scanning
To speed up creation of a new cheque printing format, you can upload scanned image of the cheque. Considering the scanned image for the cheque, system automatically updates co-ordinates for each value like party name, amount, date, amount in words etc.
-

+

####New format by manual entry
You can manually provide the co-ordinate for each value based on where you want to to be printed on the cheque.
@@ -28,18 +28,18 @@ You can manually provide the co-ordinate for each value based on where you want
####Preview
Based on co-ordinates provided for all the values, a preview be shown as to how the values will be printed on the cheque.
-

+

####New Print Format
If the preview looks promising, click on the button to create a new Print Format for printing cheque. Based on the values provided in the Cheque Print Template, the system will auto-generate an HTML script for the cheque’s Print Format.
-

+

####Printing Cheque
New print format generated for the cheque will be visible in the Payment Entry form. After creating the payment entry, you will be able to print transaction details on the cheque.
-

+

diff --git a/erpnext/docs/user/manual/en/setting-up/print/custom-translations.md b/erpnext/docs/user/manual/en/setting-up/print/custom-translations.md
index 5fe6a61930..644e3dd76a 100644
--- a/erpnext/docs/user/manual/en/setting-up/print/custom-translations.md
+++ b/erpnext/docs/user/manual/en/setting-up/print/custom-translations.md
@@ -6,11 +6,11 @@ User can print the customer's and supplier's document in their local language. F
In the Customer master, select default Language. Say default language for the Customer is
deutsch.
-

+

Same way, you can also set default language in the Supplier master.
-

+

####Print Preview in the Party's Language
@@ -18,17 +18,17 @@ In the Print Preview of a transaction, values will be translated into party's la
Customer Quotation print preview in customer's default language.
-

+

Supplier Quotation print preview in supplier's default language.
-

+

####What to do if want to print with another language?
User can have option to select alternate language on print view.
-

+

####Custom Translation
@@ -36,11 +36,11 @@ User can set their custom translations using translation form. For example user
`Setup > Settings > Translation List > New`
-

+

The translation is applied when user select language as Italiano on supplier quotation's print preview.
-

+

diff --git a/erpnext/docs/user/manual/en/setting-up/print/letter-head.md b/erpnext/docs/user/manual/en/setting-up/print/letter-head.md
index e1612d7eeb..72b79e1ad9 100644
--- a/erpnext/docs/user/manual/en/setting-up/print/letter-head.md
+++ b/erpnext/docs/user/manual/en/setting-up/print/letter-head.md
@@ -19,7 +19,7 @@ Following is how you can enter details in the Letter Head.
* Logo Image: You can insert the image in your Letter Head record by clicking on image icon. Once image is inserted, HTML for it will be generated automatically.
* Other information (like Address, tax ID etc.) that you want to put on your letter head.
-

+

> If you want to make this the default letter head, click on “Is Default”.
@@ -31,7 +31,7 @@ After enter values in the Header and Footer section, Save Letter Head.
This is how the letter head looks in a document's print.
-

+

> Please note that Footer will be visible only when document's print is seen in the PDF. Footer will not be visible in the HTML based print preview.
diff --git a/erpnext/docs/user/manual/en/setting-up/print/print-format-builder.md b/erpnext/docs/user/manual/en/setting-up/print/print-format-builder.md
index 4e94045924..f9799279af 100644
--- a/erpnext/docs/user/manual/en/setting-up/print/print-format-builder.md
+++ b/erpnext/docs/user/manual/en/setting-up/print/print-format-builder.md
@@ -10,19 +10,19 @@ or Open the document for which you want to make a print format. Click the Printe
### Step 1: Make a new Format
-

+

### Step 2: Add a new Field
To add a field, just drag it from the left sidebar and add it in your layout. You can edit the layout by clicking on the settings
icon.
-

+

### Step 3
To remove a field, just drag it back into the fields sidebar.
-

+

### Step 4
@@ -30,7 +30,7 @@ You can add customized text, HTML in your print format, just add the **Custom HT
Then click on **Edit HTML** to edit your content.
-

+

To save your format, just click on the **Save** button on the top.
diff --git a/erpnext/docs/user/manual/en/setting-up/print/print-headings.md b/erpnext/docs/user/manual/en/setting-up/print/print-headings.md
index de3395bca3..7cf9b54c14 100644
--- a/erpnext/docs/user/manual/en/setting-up/print/print-headings.md
+++ b/erpnext/docs/user/manual/en/setting-up/print/print-headings.md
@@ -10,10 +10,10 @@ You can create print headings from :
#### Figure 1: Save Print Heading
-

+

Example of a change in print heading is shown below:
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/print/print-settings.md b/erpnext/docs/user/manual/en/setting-up/print/print-settings.md
index 220b467501..cdf3c54a37 100644
--- a/erpnext/docs/user/manual/en/setting-up/print/print-settings.md
+++ b/erpnext/docs/user/manual/en/setting-up/print/print-settings.md
@@ -6,6 +6,6 @@ To edit print settings, go to:
> Setup > Printing and Branding > Print Settings
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/print/print-style.md b/erpnext/docs/user/manual/en/setting-up/print/print-style.md
index bdb0ab0e26..4f2cdea724 100644
--- a/erpnext/docs/user/manual/en/setting-up/print/print-style.md
+++ b/erpnext/docs/user/manual/en/setting-up/print/print-style.md
@@ -10,6 +10,6 @@ To set a default style, you can go to [Print Settings](/docs/setup/print/print-s
All Print Format styles are based on Bootstrap (Version 3) CSS Framework.
-

+

{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/print/terms-and-conditions.md b/erpnext/docs/user/manual/en/setting-up/print/terms-and-conditions.md
index 28e803da99..8314ae1a7b 100644
--- a/erpnext/docs/user/manual/en/setting-up/print/terms-and-conditions.md
+++ b/erpnext/docs/user/manual/en/setting-up/print/terms-and-conditions.md
@@ -8,13 +8,13 @@ To setup Terms and Condition master, go to:
`Selling > Terms and Condition > New`
-

+

### 2. Editing in HTML
Content of Terms and Condition can be formatted as per your preference, and also insert images where needed. If you have expertise in HTML, you will also find option to edit the content of Terms and Condition in HTML.
-

+

This also allows you to use Terms and Condition master for footer, which otherwise is not available in ERPNext as dedicated functionality. Since contents of Terms and Condition is always the last to appear in the print format, details of footer should be inserted at the end of the content, so that it actually appears as footer in the print format.
@@ -22,6 +22,6 @@ This also allows you to use Terms and Condition master for footer, which otherwi
In transactions, you will find section of Terms and Condition where you will be able to search and fetched required Terms and Condition master.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/setting-company-sales-goal.md b/erpnext/docs/user/manual/en/setting-up/setting-company-sales-goal.md
index ca0c32a4a0..e18ad053bf 100644
--- a/erpnext/docs/user/manual/en/setting-up/setting-company-sales-goal.md
+++ b/erpnext/docs/user/manual/en/setting-up/setting-company-sales-goal.md
@@ -2,14 +2,14 @@
Monthly sales targets can be set for a company via the Company master. By default, the Company master dashboard features past sales stats.
-

+

You can set the **Sales Target** field to track progress to track progress with respect to it.
-

+

The target progress is also shown in notifications:
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/setting-up-taxes.md b/erpnext/docs/user/manual/en/setting-up/setting-up-taxes.md
index 18f2f015a5..5a8b2d272e 100644
--- a/erpnext/docs/user/manual/en/setting-up/setting-up-taxes.md
+++ b/erpnext/docs/user/manual/en/setting-up/setting-up-taxes.md
@@ -24,11 +24,11 @@ sales or purchase tax rate specified by you as default rates.
Item Tax table can be found as a section within the Item Master document.
-

+

* **Inclusive and Exclusive Tax**: ERPNext allows you to enter Item rates which are tax inclusive.
-

+

* **Exception to the rule**: Item tax settings are required only if a particular Item has a different tax rate than the rate defined in the standard tax Account
* **Item tax is overwrite-able**: You can overwrite or change the item tax rate by going to the Item master in the Item tax table.
@@ -51,7 +51,7 @@ have to go to:
> Setup > Accounts > Sales Taxes and Charge Master
-

+

When you create a new master, you will have to add a row for each tax type.
diff --git a/erpnext/docs/user/manual/en/setting-up/settings/global-defaults.md b/erpnext/docs/user/manual/en/setting-up/settings/global-defaults.md
index 87ebcba06a..412572a820 100644
--- a/erpnext/docs/user/manual/en/setting-up/settings/global-defaults.md
+++ b/erpnext/docs/user/manual/en/setting-up/settings/global-defaults.md
@@ -6,6 +6,6 @@ You can set default values for your documents from Global Defaults
Whenever a new document is created, these values will be set as default.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/settings/module-settings.md b/erpnext/docs/user/manual/en/setting-up/settings/module-settings.md
index f6ede50fec..3e2a109dad 100644
--- a/erpnext/docs/user/manual/en/setting-up/settings/module-settings.md
+++ b/erpnext/docs/user/manual/en/setting-up/settings/module-settings.md
@@ -10,6 +10,6 @@ For example if you are in the services business, you want to hide the Manufactur
Check / uncheck the items to show / hide.
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/settings/naming-series.md b/erpnext/docs/user/manual/en/setting-up/settings/naming-series.md
index 71029bcbe3..086a272821 100644
--- a/erpnext/docs/user/manual/en/setting-up/settings/naming-series.md
+++ b/erpnext/docs/user/manual/en/setting-up/settings/naming-series.md
@@ -42,7 +42,7 @@ name and the starting point in the “Update Series” section.
See how to set the naming series
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/settings/system-settings.md b/erpnext/docs/user/manual/en/setting-up/settings/system-settings.md
index e3f745306a..67e116e507 100644
--- a/erpnext/docs/user/manual/en/setting-up/settings/system-settings.md
+++ b/erpnext/docs/user/manual/en/setting-up/settings/system-settings.md
@@ -8,7 +8,7 @@ To open System Settings, go to:
> Setup > Settings > System Settings
-

+

####Two Factor Authentication.
Settings for Two Factor Authentication can be configured here.
@@ -17,7 +17,7 @@ Settings for Two Factor Authentication can be configured here.
* Expiry time for QRCode image if "OTP App" is selected in method
* Issuer name of the One Time Password
-

+

{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-01-language.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-01-language.md
index c8fba43408..00219fd6a0 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-01-language.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-01-language.md
@@ -2,7 +2,7 @@
Select your language. ERPNext is available in more than 20 languages.
-

+

---
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-02-currency-and-timezone.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-02-currency-and-timezone.md
index 4f0fbcc9b0..eab5b4a4d2 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-02-currency-and-timezone.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-02-currency-and-timezone.md
@@ -2,7 +2,7 @@
Set your Country Name, Time Zone and Currency.
-

+

### Default Currency
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-03-user-details.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-03-user-details.md
index d85c940c44..65e2583674 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-03-user-details.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-03-user-details.md
@@ -2,7 +2,7 @@
Enter the First User. Give the Full Name, Email Address (as User ID) and Password. This first user will be setup as a System Manager with privileges similar to the Administrator account.
-

+

---
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-04-select-domain.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-04-select-domain.md
index 523195be74..37027f06ad 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-04-select-domain.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-04-select-domain.md
@@ -2,7 +2,7 @@
Select the domain(s) that will be enabled after setup.
-

+

---
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-05-the-brand.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-05-the-brand.md
index a310144029..5e3dcb7f3a 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-05-the-brand.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-05-the-brand.md
@@ -2,7 +2,7 @@
Enter Company Name, Abbreviation and add a logo.
-

+

### Company Abbreviation
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-06-your-organization.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-06-your-organization.md
index 301e529099..0e5b7f4e51 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-06-your-organization.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-06-your-organization.md
@@ -4,7 +4,7 @@ Enter in a short sentence of what your company does. This is often a mission sta
Add the name of the organization's primary financial institution. This information will populate **Accounts**.
-

+

### Chart of Accounts
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-07-setup-company-complete.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-07-setup-company-complete.md
index 477a2caf60..1927a9b0a7 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-07-setup-company-complete.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-07-setup-company-complete.md
@@ -2,11 +2,11 @@
The initial setup wizard will create all the settings needed including the first system manager user.
-

+

When complete, the Setup Wizard will go to the Desk and begin a secondary set of steps. This screen shows that the initial setup wizard is complete and begins the secondary setup wizard.
-

+

---
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-08-set-sales-target.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-08-set-sales-target.md
index 98d9f7524d..fc4f3b0823 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-08-set-sales-target.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-08-set-sales-target.md
@@ -2,11 +2,11 @@
Set a monthly sales target for the organization in the currency selected during Step 2.
-

+

If a sales target is not known, then clicking **Mark as Done** will complete the step.
-

+

---
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-09-customers.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-09-customers.md
index 9b38ae63fa..a196e8cb03 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-09-customers.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-09-customers.md
@@ -2,11 +2,11 @@
Add known customers to the system.
-

+

If customers are not known, then clicking **Mark as Done** will complete the step.
-

+

---
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-10-letterhead.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-10-letterhead.md
index 55dccb1e5d..75628f3653 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-10-letterhead.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-10-letterhead.md
@@ -2,11 +2,11 @@
Add a company logo to be used as a standard letter head on all printed invoices and other document types. Ideally the logo is 900px by 100px.
-

+

If a letter head logo file is not available, the clicking **Mark as Done** will complete the step.
-

+

---
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-11-suppliers.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-11-suppliers.md
index f1e99671c4..e798e1deb2 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-11-suppliers.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-11-suppliers.md
@@ -2,11 +2,11 @@
Add known suppliers to the system.
-

+

If suppliers are not known, then clicking **Mark as Done** will complete the step.
-

+

## Step 11a: Other Domain Specific Steps
diff --git a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-12-users.md b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-12-users.md
index cc2a4aef5c..774b0cd650 100644
--- a/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-12-users.md
+++ b/erpnext/docs/user/manual/en/setting-up/setup-wizard/step-12-users.md
@@ -2,11 +2,11 @@
The last step in the secondary setup wizard will prompt to add more users to the system. These users will be regular non-privileged users.
-

+

If users are not known, then clicking **Mark as Done** will complete the step.
-

+

---
diff --git a/erpnext/docs/user/manual/en/setting-up/sms-setting.md b/erpnext/docs/user/manual/en/setting-up/sms-setting.md
index 1cb7c36ad3..7c666924cd 100644
--- a/erpnext/docs/user/manual/en/setting-up/sms-setting.md
+++ b/erpnext/docs/user/manual/en/setting-up/sms-setting.md
@@ -17,7 +17,7 @@ Example URL:
http://instant.smses.com/web2sms.php?username=
&password;=&to;=&sender;=&message;=
-
+
> Note: the string up to the "?" is the SMS Gateway URL
@@ -36,6 +36,6 @@ Note that some parameters in the URL are static.You will get static values
from your SMS Provider like username, password etc. These static values should
be entered in the Static Parameters table.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/stock-reconciliation-for-non-serialized-item.md b/erpnext/docs/user/manual/en/setting-up/stock-reconciliation-for-non-serialized-item.md
index 36ad65a7c8..c30990378e 100644
--- a/erpnext/docs/user/manual/en/setting-up/stock-reconciliation-for-non-serialized-item.md
+++ b/erpnext/docs/user/manual/en/setting-up/stock-reconciliation-for-non-serialized-item.md
@@ -29,17 +29,17 @@ To perform Stock Reconciliation, go to:
A predefined template of an spreadsheet file should be followed for importing item's stock levels and valuations. Open new Stock Reconciliation form to see download option.
-
+
#### Step 2: Enter Data in csv file.
-
+
The csv format is case-sensitive. Do not edit the headers which are preset in the template. In the Item Code and Warehouse column, enter exact Item Code and Warehouse as created in your ERPNext account. For quatity, enter stock level you wish to set for that item, in a specific warehouse.
#### Step 3: Upload file and Enter Values in Stock Reconciliation Form
-
+
**Posting Date**
@@ -61,11 +61,11 @@ report. The report will show you all types of rates.
#### Step 4: Review the reconciliation data
-
+
### Stock Ledger Report
-
+
**How Stock Reconciliation Works**
diff --git a/erpnext/docs/user/manual/en/setting-up/territory.md b/erpnext/docs/user/manual/en/setting-up/territory.md
index c82bfe4a1f..e892489de4 100644
--- a/erpnext/docs/user/manual/en/setting-up/territory.md
+++ b/erpnext/docs/user/manual/en/setting-up/territory.md
@@ -7,6 +7,6 @@ each Item Group and get reports that will show your actual performance in the
territory v/s what you had planned.
You can also set different pricing for the same product sold across different territories.
-
+
{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/adding-users.md b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/adding-users.md
index 16bf19e826..6fb64df37e 100644
--- a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/adding-users.md
+++ b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/adding-users.md
@@ -11,7 +11,7 @@ Important is to realize that the email address is the unique key (ID) identifyin
### 1. List of Users
-
+
To add a new user, click on "New"
@@ -22,8 +22,8 @@ Add user details such as First Name, Last Name, Email etc.
The user's Email will become the user id. Mobile No can also be used to log in if you check the Allow Login using Mobile No checkbox under the Security section in System Settings. While Mobile No will be unique, it will not be treated as a user id.
-
-
+
+
After adding these details, save the user.
@@ -32,19 +32,19 @@ After adding these details, save the user.
After saving, you will see a list of roles and a checkbox next to it. Just check the roles you want the user to have and save the document. To click on what permissions translate into roles, click on the role
name.
-
+
### 4. Setting Module Access
Users will have access to all modules for which they have role based access. If you want to block certain modules for certain users, un-check the module from the list.
-
+
### 5. Security Settings
If you wish to give the user access to the system only between office hours,
or during weekends, mention it under security settings.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/role-based-permissions.md b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/role-based-permissions.md
index a65a295cbe..d75609ff8e 100644
--- a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/role-based-permissions.md
+++ b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/role-based-permissions.md
@@ -5,7 +5,7 @@ ERPNext has a role-based permission system. It means that you can assign Roles t
To start with, go to:
> Setup > Permissions > Role Permissions Manager
-
+
Permissions are applied on a combination of:
@@ -38,12 +38,12 @@ Permissions are applied on a combination of:
Leave Application is a good **example** that encompasses all areas of Permission System.
-
+
1. **It should be created by an Employee.**
For this, Employee Role should be given Read, Write, Create permissions.
-
+
1. **An Employee should only be able to access his/her Leave Application.**
Hence, Apply User Permissions should be enabled for Employee Role, and a User Permission record should be created for each User Employee combination. (This effort is reduced for Employee Document Type, by programmatically creating User Permission records.)
@@ -53,12 +53,12 @@ Leave Application is a good **example** that encompasses all areas of Permission
1. **HR Manager should be able to see all Leave Applications.**
Create a Permission Rule for HR Manager at Level 0, with Read permissions. Apply User Permissions should be disabled.
-
+
2. **Leave Approver should be able to see and update Leave Applications applicable to him/her.**
Leave Approver is given Read and Write access at Level 0, with Apply User Permissions enabled. Relevant Employee Documents should be enlisted in the User Permissions of Leave Approvers. (This effort is reduced for Leave Approvers mentioned in Employee Documents, by programmatically creating User Permission records.)
-
+
3. **It should be Approved / Rejected only by HR User or Leave Approver.**
The Status field of Leave Application is set at Level 1. HR User and Leave Approver are given Read and Write permissions for Level 1, while everyone else (All) are given Read permission for Level 1.
@@ -69,6 +69,6 @@ Leave Application is a good **example** that encompasses all areas of Permission
4. **HR User should be able to delegate Leave Applications to his/her subordinates**
HR User is given the right to Set User Permissions. A User with HR User role would be able to defined User Permissions on Leave Application for other users.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/role-permisison-for-page-and-report.md b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/role-permisison-for-page-and-report.md
index 5483af7246..3a26a328f6 100644
--- a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/role-permisison-for-page-and-report.md
+++ b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/role-permisison-for-page-and-report.md
@@ -5,10 +5,10 @@ In ERPNext, user can make his custom user interface using Page and the custom re
If user has enabled the developer mode, then they can add the roles directly in the page and report record. But in that case, the permissions will also be reflected in the json file for the page / report.
### For Page
-
+
### For Report
-
+
## Tool for custom roles assignment
@@ -16,10 +16,10 @@ If developer mode is disabled, then user can assign the roles to the page and re
To access, goto Setup > Permissions > Role Permission for Page and Report
-
+
### Reset to defaults
Using "Reset to Default" button, user can remove the custom permissions applied on a page or report. Then default permissions will be applicable on that page or report.
-
+
diff --git a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/sharing.md b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/sharing.md
index 23e5b32cb8..a939e656fe 100644
--- a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/sharing.md
+++ b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/sharing.md
@@ -4,6 +4,6 @@ In addition to user and role permissions, you can also Share a document with ano
To share a document, open the document, click on the "+" icon under sharing and select the user
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/user-permissions.md b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/user-permissions.md
index 2bf4f3f1a6..db444d1ebd 100644
--- a/erpnext/docs/user/manual/en/setting-up/users-and-permissions/user-permissions.md
+++ b/erpnext/docs/user/manual/en/setting-up/users-and-permissions/user-permissions.md
@@ -15,7 +15,7 @@ When you create a new record you will have to specify
1. The type of document which will be allowed (for example "Company")
1. The specific item that you want to allow (the name of the "Company)
-
+
If you want to apply the permissions to all Roles for that user, keep the "Apply Permissions for all Roles of this User" checked. If you check this, it will automatically setup the rules for Roles to check for User Permissions.
@@ -25,11 +25,11 @@ You can also manually edit the the roles for which you want the user permissions
Note that the "Apply User Permissions" is already checked for this role. Then click on "Select Document Types"
-
+
Here you will see that Company has already been checked. If you want user permissions not be applied for that particular rule, you can un check it.
-
+
### Ignoring User Permissions on Certain Fields
@@ -37,7 +37,9 @@ Another way of allowing documents to be seen that have been restricited by User
For example you don't want Assets to be restricited for any user, then select **Asset** in **Customize Form** and in the Company field, check on "Ignore User Permissions"
-
+
+
+
### Strict Permissions
@@ -49,4 +51,4 @@ You can change this setting incase you want the user permissions to be assigned
Finally once you have created your air-tight permission model, and you want to check how it applies to various users, you can see it via the **Permitted Documents for User** report. Using this report, you can select the **User** and document type and check how user permissions get applied.
-
+
diff --git a/erpnext/docs/user/manual/en/setting-up/workflows.md b/erpnext/docs/user/manual/en/setting-up/workflows.md
index 4b2cabbba7..06c47d7aa4 100644
--- a/erpnext/docs/user/manual/en/setting-up/workflows.md
+++ b/erpnext/docs/user/manual/en/setting-up/workflows.md
@@ -13,7 +13,7 @@ will get an indication that the HR department has Accepted or Rejected. The
Manager, who is the approving authority, will either Approve or Reject this
request. Accordingly,the user will get his Approved or Rejected status.
-
+
To make this Workflow and transition rules go to :
@@ -21,11 +21,11 @@ To make this Workflow and transition rules go to :
#### Step 1: Enter the different states of Leave Approval Process.
-
+
#### Step 2: Enter Transition Rules.
-
+
#### Notes:
@@ -48,15 +48,15 @@ workflow transition step that says from submitted you can cancel.
When a Leave Application is saved by Employee, the status of the document changes to "Applied"
-
+
When the HR User logs in, he can either Approve or Reject. If approved the
status of the document changes to "Approved by HR". However, it is yet to be approved by Leave Approver.
-
+
When the Leave Approver opens the Leave Application page, he can finally "Approve" or "Reject" the Leave Application.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/stock/accounting-of-inventory-stock/migrate-to-perpetual-inventory.md b/erpnext/docs/user/manual/en/stock/accounting-of-inventory-stock/migrate-to-perpetual-inventory.md
index 0e4d2d7be5..847c8079de 100644
--- a/erpnext/docs/user/manual/en/stock/accounting-of-inventory-stock/migrate-to-perpetual-inventory.md
+++ b/erpnext/docs/user/manual/en/stock/accounting-of-inventory-stock/migrate-to-perpetual-inventory.md
@@ -22,7 +22,7 @@ Steps:
`Explore > Accounts > Accounts Settings`
-
+
* Create Stock Entry (Material Transfer) to transfer available stock from existing warehouse to new warehouse. As stock will be available in the new warehouse, you should select the new warehouse for all the future transactions.
diff --git a/erpnext/docs/user/manual/en/stock/accounting-of-inventory-stock/perpetual-inventory.md b/erpnext/docs/user/manual/en/stock/accounting-of-inventory-stock/perpetual-inventory.md
index 90bdbbf5e3..a3102ae7ff 100644
--- a/erpnext/docs/user/manual/en/stock/accounting-of-inventory-stock/perpetual-inventory.md
+++ b/erpnext/docs/user/manual/en/stock/accounting-of-inventory-stock/perpetual-inventory.md
@@ -12,7 +12,7 @@ On receipt of items in a particular warehouse, the balance in the Warehouse Acco
> Setup > Company > Stock Settings > "Enable Perpetual Inventory"
-
+
* Setup the following default accounts for each Company. These accounts are created automatically in the new ERPNext accounts.
@@ -133,11 +133,11 @@ Suppose you have purchased _10 nos_ of item "RM0001" at _$200_ and _5 nos_ of it
**Stock Ledger**
-
+
**General Ledger**
-
+
As stock balance increases through Purchase Receipt, "Store" accounts are debited and a temporary account "Stock Receipt But Not Billed" account is credited, to maintain double entry accounting system. At the same time, negative expense is booked in account "Expense included in Valuation" for the amount added for valuation purpose, to avoid double expense booking.
@@ -149,7 +149,7 @@ On receiving Bill from supplier, for the above Purchase Receipt, you will make P
**General Ledger**
-
+
Here "Stock Received But Not Billed" account is debited and nullified the
effect of Purchase Receipt.
@@ -207,11 +207,11 @@ at $300. Following are the details of Delivery Note:
**Stock Ledger**
-
+
**General Ledger**
-
+
As item is delivered from "Stores" warehouse, "Stores" account is credited and
equal amount is debited to the expense account "Cost of Goods Sold". The
@@ -240,11 +240,11 @@ of the Sales Invoice are same as the above Delivery Note.
**Stock Ledger**
-
+
**General Ledger**
-
+
Here, apart from normal account entries for invoice, "Stores" and "Cost of
Goods Sold" accounts are also affected based on the valuation amount.
@@ -278,11 +278,11 @@ Goods Sold" accounts are also affected based on the valuation amount.
**Stock Ledger**
-
+
**General Ledger**
-
+
* * *
@@ -313,11 +313,11 @@ Goods Sold" accounts are also affected based on the valuation amount.
**Stock Ledger**
-
+
**General Ledger**
-
+
* * *
@@ -350,10 +350,10 @@ Goods Sold" accounts are also affected based on the valuation amount.
**Stock Ledger**
-
+
**General Ledger**
-
+
{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/articles/allow-over-delivery-billing-against-sales-order-upto-certain-limit.md b/erpnext/docs/user/manual/en/stock/articles/allow-over-delivery-billing-against-sales-order-upto-certain-limit.md
index 839ae4dd64..9b140a64a9 100644
--- a/erpnext/docs/user/manual/en/stock/articles/allow-over-delivery-billing-against-sales-order-upto-certain-limit.md
+++ b/erpnext/docs/user/manual/en/stock/articles/allow-over-delivery-billing-against-sales-order-upto-certain-limit.md
@@ -2,7 +2,7 @@
While creating Delivery Note, system validates if item's Qty mentined is same as in the Sales Order. If Item Qty has been increased, you will get over-delivery validation. If you want to be able to deliver more items than mentioned in the Sales Order, you should update "Allow over delivery or receipt upto this percent" in the Item master.
-
+
Item's and Rate is also validated when creating Sales Invoice from Sales Order. Also when creating Purchase Receipt and Purchaes Invoice from Purchase Order. Updating "Allow over delivery or receipt upto this percent" will be affective in all sales and purchase transactions.
@@ -16,7 +16,7 @@ Update global value for "Allow over delivery or receipt upto this percent" from
3. Save Stock Settings.
-
+
diff --git a/erpnext/docs/user/manual/en/stock/articles/auto-creation-of-material-request.md b/erpnext/docs/user/manual/en/stock/articles/auto-creation-of-material-request.md
index e95697da53..9d447027cc 100644
--- a/erpnext/docs/user/manual/en/stock/articles/auto-creation-of-material-request.md
+++ b/erpnext/docs/user/manual/en/stock/articles/auto-creation-of-material-request.md
@@ -4,17 +4,17 @@ To prevent stockouts, you can track item's reorder level. When stock level goes
In ERPNext, you can update item's Reorder Level and Reorder Qty in the Item master. If same item has different reorder level, you can also update warehouse-wise reorder level and reorder qty.
-
+
With reorder level, you can also define what should be the next action. Either new purchase or transfer from another warehouse. Based on setting in Item master, purpose will be updated in the Material Request as well.
-
+
When item's stock reaches reorder level, Material Request is auto-created automatically. You can enable this feature from:
`Stock > Setup > Stock Settings`
-
+
A separate Material Request will be created for each item. User with Purchase Manager's role will receive email alert about these Material Requests.
diff --git a/erpnext/docs/user/manual/en/stock/articles/creating-depreciation-for-item.md b/erpnext/docs/user/manual/en/stock/articles/creating-depreciation-for-item.md
index c502e71151..f236cfae0e 100644
--- a/erpnext/docs/user/manual/en/stock/articles/creating-depreciation-for-item.md
+++ b/erpnext/docs/user/manual/en/stock/articles/creating-depreciation-for-item.md
@@ -13,7 +13,7 @@ In the Attachment file, fill in the appropriate columns;
- **Qty (Quantity)** Leave this column blank.
- **Valuation Rate** will be item's value after depreciation.
-
+
After updating Valuation Rate for an item, come back to Stock Reconciliation and upload save .csv file.
@@ -21,7 +21,7 @@ After updating Valuation Rate for an item, come back to Stock Reconciliation and
Select Expense account for depreciation in **Difference Account**. Value booked in the depreciation account will be the difference of old and next valuation rate of the fixed asset item, which will be actually the depreciation amount.
-
+
####Stock Reconciliation Help Video
diff --git a/erpnext/docs/user/manual/en/stock/articles/item-valuation-transactions.md b/erpnext/docs/user/manual/en/stock/articles/item-valuation-transactions.md
index 5cc6529d89..0cd2006cca 100644
--- a/erpnext/docs/user/manual/en/stock/articles/item-valuation-transactions.md
+++ b/erpnext/docs/user/manual/en/stock/articles/item-valuation-transactions.md
@@ -8,10 +8,10 @@ In ERPNext, Item's stock valuation is updated on the creation of one of the foll
You can select valuation method based on which item's value will be calculated. Valuation Method can be set globally for all the items from the Stock Settings.
-
+
You can also set Valuation Method in the item master, especially when a valuation method for an item is different from the default Method.
-
+
[Click here to learn about the valuation methods available in the ERPNext, and how it works.](https://frappe.io/blog/erpnext-features/inventory-valuation-method-fifo-vs-moving-average)
diff --git a/erpnext/docs/user/manual/en/stock/articles/maintain-stock-field-frozen-in-item-master.md b/erpnext/docs/user/manual/en/stock/articles/maintain-stock-field-frozen-in-item-master.md
index 8fa2f92ab6..f93e66862b 100644
--- a/erpnext/docs/user/manual/en/stock/articles/maintain-stock-field-frozen-in-item-master.md
+++ b/erpnext/docs/user/manual/en/stock/articles/maintain-stock-field-frozen-in-item-master.md
@@ -6,7 +6,7 @@ In the item master, you might witness values in the following fields to be froze
1. Has Batch No.
1. Has Serial No.
-
+
For an item, once stock ledger entry is created, values in these fields will be froze. This is to prevent user from changing value which can lead to mis-match of actual stock, and stock level in the system of an item.
diff --git a/erpnext/docs/user/manual/en/stock/articles/managing-batch-wise-inventory.md b/erpnext/docs/user/manual/en/stock/articles/managing-batch-wise-inventory.md
index d550019c4e..82408bd4e3 100644
--- a/erpnext/docs/user/manual/en/stock/articles/managing-batch-wise-inventory.md
+++ b/erpnext/docs/user/manual/en/stock/articles/managing-batch-wise-inventory.md
@@ -4,7 +4,7 @@ Set of items which has same properties and attributes can be group in a single B
To maintain batches against an Item you need to mention 'Has Batch No' as yes in the Item Master.
-
+
You can create a new Batch from:
@@ -18,13 +18,13 @@ For the Batch item, updating Batch No. in the stock transactions (Purchase Recei
When creating Purchase Receipt, you should create new Batch, or select one of the existing Batch master. One Batch can be associated with one Batch Item.
-
+
#### Delivery Note
Define Batch in Delivery Note Item table. If Batch item is added under Product Bundle, you can update it's Batch No. in the Packing List table sa well.
-
+
#### Batch-wise Stock Balance Report
@@ -32,4 +32,4 @@ To check batch-wise stock balance report, go to:
Stock > Standard Reports > Batch-wise Balance History
-
+
diff --git a/erpnext/docs/user/manual/en/stock/articles/managing-fractions-in-uom.md b/erpnext/docs/user/manual/en/stock/articles/managing-fractions-in-uom.md
index de971c0765..12447e006d 100644
--- a/erpnext/docs/user/manual/en/stock/articles/managing-fractions-in-uom.md
+++ b/erpnext/docs/user/manual/en/stock/articles/managing-fractions-in-uom.md
@@ -18,7 +18,7 @@ From the list of UoM, select UoM for which value in decimal place is to be restr
In the UoM master, you will find a field called "Must be whole number". Check this field to restrict user from enter value in decimal places in quantity field, for item having this UoM.
-
+
####Validation
@@ -26,7 +26,7 @@ While creating transaction, if you enter value in fraction for item whos UoM has
`Quantity cannot be a fraction at row #`
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/articles/opening-stock-balance-entry-for-the-serialized-and-batch-item.md b/erpnext/docs/user/manual/en/stock/articles/opening-stock-balance-entry-for-the-serialized-and-batch-item.md
index f69ddbb7d3..6ed111b99a 100644
--- a/erpnext/docs/user/manual/en/stock/articles/opening-stock-balance-entry-for-the-serialized-and-batch-item.md
+++ b/erpnext/docs/user/manual/en/stock/articles/opening-stock-balance-entry-for-the-serialized-and-batch-item.md
@@ -50,7 +50,7 @@ Update valuation rate, which will be per unit value of item. If different units
As per perpetual inventory valuation system, accounting entry is created for every stock transaction. Double entry accounting system requires Total Debit matching with Total Credit in an entry. On the submission of Stock Entry, system debits Warehouse account by total value of items. To balance the same, we use Temporary Opening account as a Difference Account.
-
+
#### Step 9: Save and Submit Stock Entry
diff --git a/erpnext/docs/user/manual/en/stock/articles/repack-entry.md b/erpnext/docs/user/manual/en/stock/articles/repack-entry.md
index d822a23acf..1d758c8a04 100644
--- a/erpnext/docs/user/manual/en/stock/articles/repack-entry.md
+++ b/erpnext/docs/user/manual/en/stock/articles/repack-entry.md
@@ -22,7 +22,7 @@ For raw-material/input item, only Source Warehouse will be provided.
For repacked/output items, only Target Warehouse will be provided. You will have to provide valuation for the repack items.
-
+
Update Qty for all the items selected.
@@ -30,6 +30,6 @@ Update Qty for all the items selected.
On submitting Stock Entry, stock of input item will be reduced from Source Warehouse, and stock of repack/output item will be added in the Target Warehouse.
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/articles/return-rejected-item.md b/erpnext/docs/user/manual/en/stock/articles/return-rejected-item.md
index aaaec2dea0..f3b9966be6 100644
--- a/erpnext/docs/user/manual/en/stock/articles/return-rejected-item.md
+++ b/erpnext/docs/user/manual/en/stock/articles/return-rejected-item.md
@@ -10,4 +10,4 @@ If you are creating Purchase Return for the items received in the Rejected Wareh
For detailed steps on how to create Purchase Return Entry for the Rejected Item, refer to the below example.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/articles/serial-no-naming.md b/erpnext/docs/user/manual/en/stock/articles/serial-no-naming.md
index c0292f2f9c..4f2425ffb3 100644
--- a/erpnext/docs/user/manual/en/stock/articles/serial-no-naming.md
+++ b/erpnext/docs/user/manual/en/stock/articles/serial-no-naming.md
@@ -14,11 +14,11 @@ If received items already has its Serial No. barcoded, you can simply scan that
On submission of Purchase Receipt or Stock entry for the serialized item, Serial Nos. will be auto-generated.
-
+
Generated Serial numbers will be updated for each item.
-
+
###2. Serializing Manufacturing Item
@@ -28,12 +28,12 @@ To Serialize Manufacturing Item, you can define Series for Serial No. Generation
When Item is set as serialized, it will allow you to mentioned Series for it.
-
+
####2.2 Production Entry for Serialized Item
On submission of production entry for manufacturing item, system will automatically generate Serial Nos. following Series as specified in the Item master.
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/articles/stock-entry-purpose.md b/erpnext/docs/user/manual/en/stock/articles/stock-entry-purpose.md
index ba29334ccd..ce22d8e525 100644
--- a/erpnext/docs/user/manual/en/stock/articles/stock-entry-purpose.md
+++ b/erpnext/docs/user/manual/en/stock/articles/stock-entry-purpose.md
@@ -8,7 +8,7 @@ Material Issue entry create to issue item(s) from a warehouse. On submission of
Material Issue is generally made for the low value consumable items like office stationary, product consumables etc. Also you can create Material Issue to reconcile serialized and batched item's stock.
-
+
#### 2.Purpose: Material Receipt
@@ -16,25 +16,25 @@ Material Receipt entry is created to inward stock of item(s) in a warehouse. Thi
For the stock valuation purpose, provided Item Valuation becomes a mandatory field in the Material Receipt entry.
-
+
#### 3.Purpose: Material Transfer
Material Transfer entry is created for the inter-warehouse Material Transfer.
-
+
#### 4.Purpose: Material Transfer for Manufacture
In the manufacturing process, raw-materials are issued from the stores to the production department (generally WIP warehouse). This Material Transfer entry is created from Production Order. Items in this entry are fetched from the BOM of production Item, as selected in Production Order.
-
+
#### 4.Purpose: Manufacture
Manufacture is created from Production Order. In this entry, both raw-material item as well as production item are fetched from the BOM, selected in the Production Order. For the raw-material items, only Source Warehouse (generally WIP warehouse) is mentioned. For the production item, only target warehouse as mentioned in the Production Order is updated. On submission, stock of raw-material items are deducted from Source Warehouse, which indicates that raw-material items were consumed in the manufacturing process. Production Item is added to the Target Warehouse marking the completion of production cycle.
-
+
#### 5.Purpose: Repack
@@ -44,6 +44,6 @@ Repack Entry is created when items purchases in bulk is repacked under smaller p
Subcontracting transaction involves company transfer raw-material items to the sub-contractors warehouse. This requires adding a warehouse for the sub-contractor as well. Sub-contract entry transfers stock from the companies warehouse to the sub-contractors warehouse..
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/articles/track-items-using-barcode.md b/erpnext/docs/user/manual/en/stock/articles/track-items-using-barcode.md
index 052ed11737..6d8fcb6297 100644
--- a/erpnext/docs/user/manual/en/stock/articles/track-items-using-barcode.md
+++ b/erpnext/docs/user/manual/en/stock/articles/track-items-using-barcode.md
@@ -6,10 +6,10 @@ A barcode is a value decoded into vertical spaced lines. Barcode scanners are th
To set the barcode of a particular item, you will have to open the Item record. You can also enter barcode while creating a new item.
-
+
Once barcode field is updated in item master, items can be fetched using barcode. This feature will be availble in Delivery Note, Sales Invoice and Purchase Receipt transactions only.
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/batch.md b/erpnext/docs/user/manual/en/stock/batch.md
index a97be920ee..8283af3c8d 100644
--- a/erpnext/docs/user/manual/en/stock/batch.md
+++ b/erpnext/docs/user/manual/en/stock/batch.md
@@ -11,7 +11,7 @@ To set item as a batch item, "Has Batch No" field should be checked in the Item
If you want automatic batch creation at the time of Purchase Receipt, you must check "Create New Batches Automatically"
-
+
### Creating Batches
@@ -25,7 +25,7 @@ To create new Batch No. master for an item, go to:
When you open a batch, you will see all the quantities relating this that batch on the page.
-
+
To move the batch from one warehouse to another, you can click on the move button.
diff --git a/erpnext/docs/user/manual/en/stock/delivery-note.md b/erpnext/docs/user/manual/en/stock/delivery-note.md
index a59ac35bd1..de7f6768ef 100644
--- a/erpnext/docs/user/manual/en/stock/delivery-note.md
+++ b/erpnext/docs/user/manual/en/stock/delivery-note.md
@@ -15,7 +15,7 @@ create a new Delivery Note from:
or from a “Submitted” Sales Order (that is not already shipped) by clicking on
“Make Delivery Note”.
-
+
You can also “fetch” the details from an unshipped Sales Order.
diff --git a/erpnext/docs/user/manual/en/stock/delivery-trip.md b/erpnext/docs/user/manual/en/stock/delivery-trip.md
index 5e0911ad24..37b284c783 100644
--- a/erpnext/docs/user/manual/en/stock/delivery-trip.md
+++ b/erpnext/docs/user/manual/en/stock/delivery-trip.md
@@ -8,10 +8,10 @@ You can make a Delivery directly from:
Delivery
-
+
Delivery Stops
-
+
{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/installation-note.md b/erpnext/docs/user/manual/en/stock/installation-note.md
index a75e15fac6..2a85a4f6ae 100644
--- a/erpnext/docs/user/manual/en/stock/installation-note.md
+++ b/erpnext/docs/user/manual/en/stock/installation-note.md
@@ -2,6 +2,6 @@
You can use installation note to record the instalation of a product having a serial number.
-
+
{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/item/index.md b/erpnext/docs/user/manual/en/stock/item/index.md
index 3e2bdd35bb..5b57c60ca1 100644
--- a/erpnext/docs/user/manual/en/stock/item/index.md
+++ b/erpnext/docs/user/manual/en/stock/item/index.md
@@ -31,7 +31,7 @@ In ERPNext, you can select different type of Warehouses to stock your different
These numbers help to track individual units or batches of Items which you sell. It also tracks warranty and returns. In case any individual Item is recalled by the supplier the number system helps to track individual Item. The numbering system also manages expiry dates. Please note that if you sell your items in thousands, and if the items are very small like pens or erasers, you need not serialize them. In ERPNext, you will have to mention the serial number in some accounting entries. To create serial numbers you will have to manually create all the numbers in your entries. If your product is not a big consumer durable Item, if it has no warranty and has no chances of being recalled, avoid giving serial numbers.
> Tip: While entering an item code in an items table, if the table requires inventory details, then depending on whether the entered item is batched or serialized, you can enter serial or batch numbers right away in a pop-up dialog.
-
+
> Important: Once you mark an item as serialized or batched or neither, you cannot change it after you have made any stock entry.
@@ -57,9 +57,9 @@ Inspection Criteria: If a Quality Inspection is prepared for this Item, then thi
### Purchase Details
-
+
-
+
* **Lead time days:** Lead time days are the number of days required for the Item to reach the warehouse.
@@ -69,7 +69,7 @@ Inspection Criteria: If a Quality Inspection is prepared for this Item, then thi
###Supplier Details
-
+
* **Default Supplier:** Supplier from whom you generally purchase this item.
@@ -79,23 +79,23 @@ Inspection Criteria: If a Quality Inspection is prepared for this Item, then thi
### Sales Details
-
+
* **Default Income Account:** Income account selected here will be fetched automatically in sales invoice for this item.
-
+
-
+
***Cost Centre:** Cost center selected here will be fetched automatically in sales invoice for this item.
***Customer Codes:** Track Item Code assigned by the Customers for this Item. This will help you in searching item while creating Sales Order based on the Item Code in the Customer's Purchase Order.
-
+
### Manufacturing And Website
-
+
Visit [Manufacturing](/docs/user/manual/en/manufacturing.html) and [Website ](/docs/user/manual/en/website.html)to understand these topics in detail.
diff --git a/erpnext/docs/user/manual/en/stock/item/item-valuation-fifo-and-moving-average.md b/erpnext/docs/user/manual/en/stock/item/item-valuation-fifo-and-moving-average.md
index cc59618467..8784f68caa 100644
--- a/erpnext/docs/user/manual/en/stock/item/item-valuation-fifo-and-moving-average.md
+++ b/erpnext/docs/user/manual/en/stock/item/item-valuation-fifo-and-moving-average.md
@@ -21,7 +21,7 @@ There are two major ways in which ERPNext values your items.
* **FIFO (First In First Out):** In this system, ERPNext assumes that you will consume / sell those Items first which you bought first. For example, if you buy an Item at price X and then after a few days at price Y, whenever you sell your Item, ERPNext will reduce the quantity of the Item priced at X first and then Y.
-
+
* **Moving Average:** In this method, ERPNext assumes that the value of the item at any point is the average price of the units of that Item in stock. For example, if the value of an Item is X in a Warehouse with quantity Y and another quantity Y1 is added to the Warehouse at cost X1, the new value X2 would be:
diff --git a/erpnext/docs/user/manual/en/stock/item/item-variants.md b/erpnext/docs/user/manual/en/stock/item/item-variants.md
index eeee0e1d91..08f88557d3 100644
--- a/erpnext/docs/user/manual/en/stock/item/item-variants.md
+++ b/erpnext/docs/user/manual/en/stock/item/item-variants.md
@@ -19,20 +19,20 @@ To use Item Variants in ERPNext, create an Item and check 'Has Variants'.
* The Item shall then be referred to as a so called 'Template'. Such a Template is not identical to a regular 'Item' any longer. For example it (the Template) can not be used directly in any Transactions (Sales Order, Delivery Note, Purchase Invoice) itself. Only the Variants of an Item (_blue_ t-shirt in size _small)_ can be practically used in such. Therefore it would be ideal to decide whether an item 'Has Variants' or not directly when creating it.
-
+
On selecting 'Has Variants' a table shall appear. Specify the variant attributes for the Item in the table.
In case the attribute has Numeric Values, you can specify the range and increment values here.
-
+
> Note: You cannot make Transactions against a 'Template'
To create 'Item Variants' against a 'Template' select 'Make Variants'
-
+
-
+
To learn more about setting Attributes Master check [Item Attributes](/docs/user/manual/en/stock/setup/item-attribute.html)
@@ -41,12 +41,12 @@ To learn more about setting Attributes Master check [Item Attributes](/docs/user
To setup variants based on Manufactueres, in your Item template, set "Variants Based On" as "Manufacturers"
+ src='{{docs_base_url}}/assets/img/stock/select-mfg-for-variant.png'>
When you make a new Variant, the system will prompt you to select a Manufacturer. You can also optionally put in a Manufacturer Part Number
+ src='{{docs_base_url}}/assets/img/stock/set-variant-by-mfg.png'>
The naming of the variant will be the name (ID) of the template Item with a number suffix. e.g. "ITEM000" will have variant "ITEM000-1"
@@ -55,4 +55,4 @@ To update the value in the variants items from the template item, select the res
To set the fields Goto Stock > Item Variant Settings
+ src='{{docs_base_url}}/assets/img/stock/item_variants_settings.png'>
diff --git a/erpnext/docs/user/manual/en/stock/item/purchase-details.md b/erpnext/docs/user/manual/en/stock/item/purchase-details.md
index 3de1724923..134d551d46 100644
--- a/erpnext/docs/user/manual/en/stock/item/purchase-details.md
+++ b/erpnext/docs/user/manual/en/stock/item/purchase-details.md
@@ -4,4 +4,4 @@ To track a warranty period, it is necessary that the Item is a serialized Item.
A warranty means a guarantee or a promise which provides assurance by one party to the other party which allows for a legal remedy if that promise is not true or followed. A warranty period is a time period in which a purchased product may be returned or exchanged.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/item/reorder.md b/erpnext/docs/user/manual/en/stock/item/reorder.md
index 06caa2c075..548a8a9ad0 100644
--- a/erpnext/docs/user/manual/en/stock/item/reorder.md
+++ b/erpnext/docs/user/manual/en/stock/item/reorder.md
@@ -10,4 +10,4 @@ For example, you can set your reorder level of Motherboard at 10. When there are
For example, If reorder level is 100 items, your reorder quantity may not necessarily be 100 items. The Reorder quantity can be greater than or equal to reorder level. It may depend upon lead time, discount, transportation and average daily consumption.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/material-request.md b/erpnext/docs/user/manual/en/stock/material-request.md
index c3ba13ceb6..96b9cea7e4 100644
--- a/erpnext/docs/user/manual/en/stock/material-request.md
+++ b/erpnext/docs/user/manual/en/stock/material-request.md
@@ -3,7 +3,7 @@
A Material Request is a simple document identifying a requirement of a set of
Items (products or services) for a particular reason.
-
+
To generate a Material Request manually go to:
@@ -11,7 +11,7 @@ To generate a Material Request manually go to:
#### Creating Material Request
-
+
A Material Request can be generated:
diff --git a/erpnext/docs/user/manual/en/stock/projected-quantity.md b/erpnext/docs/user/manual/en/stock/projected-quantity.md
index e02b2c3010..2f432fcb0a 100644
--- a/erpnext/docs/user/manual/en/stock/projected-quantity.md
+++ b/erpnext/docs/user/manual/en/stock/projected-quantity.md
@@ -13,7 +13,7 @@ maintained to serve unexpected demands.
Having a tight control of the projected inventory is crucial to determine
shortages and to calculate the right order quantity.
-
+
> Projected Qty = Actual Qty + Planned Qty + Requested Qty + Ordered Qty -
diff --git a/erpnext/docs/user/manual/en/stock/purchase-receipt.md b/erpnext/docs/user/manual/en/stock/purchase-receipt.md
index 523b0fa9a0..7241d31244 100644
--- a/erpnext/docs/user/manual/en/stock/purchase-receipt.md
+++ b/erpnext/docs/user/manual/en/stock/purchase-receipt.md
@@ -12,7 +12,7 @@ You can make a Purchase Receipt directly from:
or from a “Submitted” Purchase Order, by clicking on “Make Purchase Receipt”.
-
+
### Rejections
diff --git a/erpnext/docs/user/manual/en/stock/purchase-return.md b/erpnext/docs/user/manual/en/stock/purchase-return.md
index 2b630341d9..4096452c73 100644
--- a/erpnext/docs/user/manual/en/stock/purchase-return.md
+++ b/erpnext/docs/user/manual/en/stock/purchase-return.md
@@ -8,16 +8,16 @@ You can create a Purchase Return by simply making a Purchase Receipt with negati
First open the original Purchase Receipt, against which supplier delivered the items.
-
+
Then click on "Make Purchase Return", it will open a new Purchase Receipt with "Is Return" checked, items and taxes with negative amount.
-
+
On submission of Return Purchase Return, system will decrease item qty from the mentioned warehouse. To maintain correct stock valuation, stock balance will also go up according to the original purchase rate of the returned items.
-
+
If Perpetual Inventory enabled, system will also post accounting entry against warehouse account to sync warehouse account balance with stock balance as per Stock Ledger.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/retain-sample-stock.md b/erpnext/docs/user/manual/en/stock/retain-sample-stock.md
index 0f8199a0a2..12e737fc43 100644
--- a/erpnext/docs/user/manual/en/stock/retain-sample-stock.md
+++ b/erpnext/docs/user/manual/en/stock/retain-sample-stock.md
@@ -6,21 +6,21 @@ A sample of a batch of starting material, packaging material or finished product
It is advised to create a new warehouse just for retaining samples and not use it in production.
-
+
### Enable Retain Sample in Item master
Check Retain Sample and Maximum allowed samples in Item Master for a batch. Please note that Retain Sample is based
on Batch hence Has Batch No should be enabled as well.
-
+
### Stock Entry
Whenever a Stock Entry is created with the purpose as Material Receipt, for items which have Retain Sample enabled, the Sample Quantity can be set during that Stock Entry. Sample quantity cannot be more than the Maximum sample quantity set in Item Master.
-
+
On submission of this Stock Entry, button 'Make Retention Stock Entry' will be available to make another Stock Entry for the transfer of sample items from the mentioned batch to the retention warehouse set in Stock Settings. On clicking this button it will direct you to new Stock Entry with all the information, verify the information and click Submit.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/sales-return.md b/erpnext/docs/user/manual/en/stock/sales-return.md
index 1ba17c2709..6b2ee1c6ae 100644
--- a/erpnext/docs/user/manual/en/stock/sales-return.md
+++ b/erpnext/docs/user/manual/en/stock/sales-return.md
@@ -8,22 +8,22 @@ In ERPNext, you can create a Sales Return by simply making a Delivery Note / Sal
First open the original Delivery Note / Sales Invoice, against which customer returned the items.
-
+
Then click on "Make Sales Return", it will open a new Delivery Note with "Is Return" checked, items and taxes with negative amount.
-
+
You can also create the return entry against original Sales Invoice, to return stock along with credit note, check "Update Stock" option in Return Sales Invoice.
-
+
On submission of Return Delivery Note / Sales Invoice, system will increase stock balance in the mentioned warehouse. To maintain correct stock valuation, stock balance will go up according to the original purchase rate of the returned items.
-
+
In case of Return Sales Invoice, Customer account will be credited and associated income and tax account will be debited.
If Perpetual Inventory enabled, system will also post accounting entry against warehouse account to sync warehouse account balance with stock balance as per Stock Ledger.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/serial-no.md b/erpnext/docs/user/manual/en/stock/serial-no.md
index cb766ba044..015812497c 100644
--- a/erpnext/docs/user/manual/en/stock/serial-no.md
+++ b/erpnext/docs/user/manual/en/stock/serial-no.md
@@ -22,7 +22,7 @@ Stock transaction (Stock Entry, Purchase Receipt, Delivery Note, Sales
Invoice). When a new Serial No is created directly, its warehouse cannot be
set.
-
+
* The Status is set based on Stock Entry.
diff --git a/erpnext/docs/user/manual/en/stock/setup/item-attribute.md b/erpnext/docs/user/manual/en/stock/setup/item-attribute.md
index a6e0eecb2f..8d37afc10f 100644
--- a/erpnext/docs/user/manual/en/stock/setup/item-attribute.md
+++ b/erpnext/docs/user/manual/en/stock/setup/item-attribute.md
@@ -2,17 +2,17 @@
You can define Attributes and attribute values for your Item Variants here.
-
+
#### Non Numeric Attributes
* For Non Numeric Attributes, specify attributes values along with its abbreviation in the Attribute Value Table.
-
+
#### Numeric Attributes
* If your attribute is Numeric, select Numeric Values
* Specify the Range and the Increment Value
-
+
diff --git a/erpnext/docs/user/manual/en/stock/setup/item-group.md b/erpnext/docs/user/manual/en/stock/setup/item-group.md
index a2800901ac..667f29f1d2 100644
--- a/erpnext/docs/user/manual/en/stock/setup/item-group.md
+++ b/erpnext/docs/user/manual/en/stock/setup/item-group.md
@@ -7,7 +7,7 @@ product is used as a raw-material, you have to name it under the Raw-material
category. In case, your product is used only in trading, you can categorise it
under Trading.
-
+
### Create a Item Group
@@ -15,7 +15,7 @@ under Trading.
* Select 'Add Child'
-
+
### Delete an Item Group
@@ -23,6 +23,6 @@ under Trading.
* Select 'delete'
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/stock/setup/stock-settings.md b/erpnext/docs/user/manual/en/stock/setup/stock-settings.md
index 96d1627a59..91718b3966 100644
--- a/erpnext/docs/user/manual/en/stock/setup/stock-settings.md
+++ b/erpnext/docs/user/manual/en/stock/setup/stock-settings.md
@@ -2,7 +2,7 @@
You can set default settings for your stock related transactions here.
-
+
### Clean HTML Description
diff --git a/erpnext/docs/user/manual/en/stock/stock-entry.md b/erpnext/docs/user/manual/en/stock/stock-entry.md
index e2ac6a1433..e931b88a98 100644
--- a/erpnext/docs/user/manual/en/stock/stock-entry.md
+++ b/erpnext/docs/user/manual/en/stock/stock-entry.md
@@ -7,7 +7,7 @@ To make a Stock Entry you have to go to:
> Stock > Stock Entry > New
-
+
Stock Entries can be made for the following purposes:
@@ -29,15 +29,15 @@ If the stock entry is an incoming entry i.e any item is receiving at a target wa
To add additional costs, enter the description and amount of the cost in the Additional Costs table.
-
+
The added additional costs will be distributed among the receiving items (where the target warehouse mentioned) proportionately based on Basic Amount of the items. And the distributed additional cost will be added to the basic rate of the item, to calculate valuation rate.
-
+
If perpetual inventory system is enabled, additional costs will be booked in "Expense Included In Valuation" account.
-
+
> **Note:** To update Stock from a spreadsheet, see [Stock Reconciliation]({{doc_base_url}}/user/manual/en/setting-up/stock-reconciliation-for-non-serialized-item.html).
diff --git a/erpnext/docs/user/manual/en/stock/tools/landed-cost-voucher.md b/erpnext/docs/user/manual/en/stock/tools/landed-cost-voucher.md
index a11759d233..979b1554d1 100644
--- a/erpnext/docs/user/manual/en/stock/tools/landed-cost-voucher.md
+++ b/erpnext/docs/user/manual/en/stock/tools/landed-cost-voucher.md
@@ -22,7 +22,7 @@ You can update landed cost any time in the future via Landed Cost Voucher.
In the document, you can select multiple Purchase Receipts and fetch all items from those Purchase Receipts. Then you should add applicable charges in “Taxes and Charges” table. You can easily delete an item if the added charges is not applicable to that item. The added charges are proportionately distributed among all the items based their amount.
-
+
### What happend on submission?
diff --git a/erpnext/docs/user/manual/en/stock/tools/packing-slip.md b/erpnext/docs/user/manual/en/stock/tools/packing-slip.md
index 60cfb5d138..11543ee4ce 100644
--- a/erpnext/docs/user/manual/en/stock/tools/packing-slip.md
+++ b/erpnext/docs/user/manual/en/stock/tools/packing-slip.md
@@ -4,6 +4,6 @@ A packing slip is a document listing the items in a shipment. Usually attached t
While Shipping a product 'Draft' for Delivery Notes are created.
You can make a Packing Slip from these Delivery Notes (Draft)
-
+
{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/tools/quality-inspection.md b/erpnext/docs/user/manual/en/stock/tools/quality-inspection.md
index 254da8a477..3d0331a589 100644
--- a/erpnext/docs/user/manual/en/stock/tools/quality-inspection.md
+++ b/erpnext/docs/user/manual/en/stock/tools/quality-inspection.md
@@ -5,6 +5,6 @@ Inspection. To enable ERPNext to perform this function, go to :
> Stock > Quality Inspection > New
-
+
{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/stock/warehouse.md b/erpnext/docs/user/manual/en/stock/warehouse.md
index d90e3f9b10..7c49463685 100644
--- a/erpnext/docs/user/manual/en/stock/warehouse.md
+++ b/erpnext/docs/user/manual/en/stock/warehouse.md
@@ -14,7 +14,7 @@ This can become quite a detailed Tree like >Warehouse >Room >Row >Shelf >Box
To go to Warehouse, click on Stock and go to Warehouse under Setup. You
could also switch to 'Tree' View or simply type warehouse tree in the awsone bar.
-
+
In ERPNext, every Warehouse must belong to a specific company, to maintain
company wise stock balance. In order to do so each Warehouse is linked with an
diff --git a/erpnext/docs/user/manual/en/support/issue.md b/erpnext/docs/user/manual/en/support/issue.md
index 56d0058e02..7fa535b76d 100644
--- a/erpnext/docs/user/manual/en/support/issue.md
+++ b/erpnext/docs/user/manual/en/support/issue.md
@@ -13,7 +13,7 @@ Frappé system.
> Support > Issue > New Issue
-
+
#### Discussion Thread
diff --git a/erpnext/docs/user/manual/en/support/maintenance-schedule.md b/erpnext/docs/user/manual/en/support/maintenance-schedule.md
index a9be3b9918..fa624892d0 100644
--- a/erpnext/docs/user/manual/en/support/maintenance-schedule.md
+++ b/erpnext/docs/user/manual/en/support/maintenance-schedule.md
@@ -12,7 +12,7 @@ To create a new Maintenance Schedule go to:
> Support > Maintenance Schedule > New Maintenance Schedule
-
+
In the Maintenance Schedule, there are two sections:
diff --git a/erpnext/docs/user/manual/en/support/maintenance-visit.md b/erpnext/docs/user/manual/en/support/maintenance-visit.md
index 5bda36a795..87afd4a173 100644
--- a/erpnext/docs/user/manual/en/support/maintenance-visit.md
+++ b/erpnext/docs/user/manual/en/support/maintenance-visit.md
@@ -6,7 +6,7 @@ Maintenance Visit from:
> Support > Maintenance Visit > New Maintenance Visit
-
+
The Maintenance Visit contains information about the:
diff --git a/erpnext/docs/user/manual/en/support/support_reports.md b/erpnext/docs/user/manual/en/support/support_reports.md
index 7ef6ceac0d..e136694e5c 100644
--- a/erpnext/docs/user/manual/en/support/support_reports.md
+++ b/erpnext/docs/user/manual/en/support/support_reports.md
@@ -7,4 +7,4 @@ This report provide the information about the time slot along with the count of
> Support > Reports > Support Hours
-
+
diff --git a/erpnext/docs/user/manual/en/support/warranty-claim.md b/erpnext/docs/user/manual/en/support/warranty-claim.md
index 8080e654af..abe2c357ad 100644
--- a/erpnext/docs/user/manual/en/support/warranty-claim.md
+++ b/erpnext/docs/user/manual/en/support/warranty-claim.md
@@ -17,7 +17,7 @@ To create a new **Warranty Claim**:
> Support > Warranty Claim > New Warranty Claim
-
+
If a Customer visit is required to address the issue, you can create a new
Maintenance Visit record from this.
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/Global-search.md b/erpnext/docs/user/manual/en/using-erpnext/articles/Global-search.md
index 482f12f1aa..a556dde1da 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/Global-search.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/Global-search.md
@@ -10,9 +10,9 @@ Global Search helps users find information quickly. It’s located in the upper
### Using Awesome bar for Global Search.
-
+
### Enable Global Search for fields in a Doctype.
-
+
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/adding-attachments-to-outgoing-messages.md b/erpnext/docs/user/manual/en/using-erpnext/articles/adding-attachments-to-outgoing-messages.md
index e5188e2d2a..cd538cf991 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/adding-attachments-to-outgoing-messages.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/adding-attachments-to-outgoing-messages.md
@@ -4,6 +4,6 @@ ERPNext has in-built file manager. Click [here](/docs/user/videos/learn/file-man
If you have file attached to the document (say Purchase Order), and same file needs to be emailed as attachment, following is how you can achieve it.
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/adding-file-as-a-attachment.md b/erpnext/docs/user/manual/en/using-erpnext/articles/adding-file-as-a-attachment.md
index e7434f0d3a..f0f42c0f2e 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/adding-file-as-a-attachment.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/adding-file-as-a-attachment.md
@@ -8,11 +8,11 @@ There are several ways to attach file to the document.
####From Browser
-
+
####By drag and drop
-
+
Click on Attach to browse and select the file.
@@ -20,7 +20,7 @@ Click on Attach to browse and select the file.
If you use separate server for files, or use online service like Dropbox, you can attach file by providing link of a particular file.
-
+
`For hosted users, limit of 5 MB is applied on file size.`
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/bulk-rename.md b/erpnext/docs/user/manual/en/using-erpnext/articles/bulk-rename.md
index 874d0d7814..a753358389 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/bulk-rename.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/bulk-rename.md
@@ -10,7 +10,7 @@ You can rename ids of upto 500 records at a time. Following are step to bulk ren
In a spreadsheet file, enter old Item IDs in the first column, and new Item Ids in the second column. Save spreadsheet file in a CSV format.
-
+
#### Step 2: Upload Data File
@@ -20,7 +20,7 @@ To upload data file go to,
Select DocType which you want to rename. Here DocType will be Item. Then Browse and Upload data file.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/check-link-between-documents.md b/erpnext/docs/user/manual/en/using-erpnext/articles/check-link-between-documents.md
index 5e79638ab4..76cdeb73fb 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/check-link-between-documents.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/check-link-between-documents.md
@@ -2,7 +2,7 @@
Links option shows one document is linked to which other documents. Check Menu for the Links options.
-
+
####Scenario
@@ -18,6 +18,6 @@ If I check Links in the Purchase Receipt, will it list Purchase Order from which
Links only shows forward linkages. For the backward links, you should check current document itself. In the Purchase Receipt Item table table, you can check which Purchase Order it is linked to.
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/delete-submitted-document.md b/erpnext/docs/user/manual/en/using-erpnext/articles/delete-submitted-document.md
index d624ffb88c..8d7700a902 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/delete-submitted-document.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/delete-submitted-document.md
@@ -12,18 +12,18 @@ Following are step to delete submitted documents.
You will find option to Cancel in the submitted document. If document is at draft stage, it can delete directly. Also if document is not submittable, but only save, it can be deleted directly.
-
+
####Step 2: Delete Document
After cancellation, go to Menu and click on Delete.
-
+
####Step 3: Deleting from List
For bulk deletion, you can select multiple Cancelled records and delete at once from the List View.
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/duplicate-record.md b/erpnext/docs/user/manual/en/using-erpnext/articles/duplicate-record.md
index c8d78a0caa..69b4ecf3e5 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/duplicate-record.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/duplicate-record.md
@@ -10,6 +10,6 @@ You will find Copy option under:
`Menu > Copy`
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/letter-head-in-the-report.md b/erpnext/docs/user/manual/en/using-erpnext/articles/letter-head-in-the-report.md
index 4f8b2e9ea3..fd570481e4 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/letter-head-in-the-report.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/letter-head-in-the-report.md
@@ -4,11 +4,11 @@ In the reports, Letter Head is fetched from the Company master. To have company'
`Explore > Accounts > Company`
-
+
In a Company master, if no Letter Head is set as default, then in the reports, Letter Head having Default field checked will be fetched.
-
+
If you are managing multiple companies in a single ERPNext account, then ensure that for each Company, default Letter Head is set in the Company master.
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/merging-documents.md b/erpnext/docs/user/manual/en/using-erpnext/articles/merging-documents.md
index 64672fa8bf..f03bbd8247 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/merging-documents.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/merging-documents.md
@@ -12,7 +12,7 @@ Following are step to merge documents. Let's assume we are merging two Accounts.
For an Account to be merged, click on the "Rename" option.
-
+
#### Step 3: Merge Account
@@ -20,7 +20,7 @@ In the New Name field, enter another account name with which this account will b
Following is how the merged account will appear in the Chart of Accounts master.
-
+
###Effect of Merging
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/pos-view.md b/erpnext/docs/user/manual/en/using-erpnext/articles/pos-view.md
index b8e13ad531..839e820afc 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/pos-view.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/pos-view.md
@@ -4,7 +4,7 @@ POS (point of sale) view renders form in a different layout, optimized for the q
Using POS View, you can only create Sales Invoice, without switching to standard form view. For other transactions, like Sales Order, Delivery Note, Purchase Order, Purchase Receipt etc., POS View is only used for Item selection. For entering other values in the transaction, you should switch to form view.
-
+
For creating POS Invoice, check following help video.
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/renaming-documents.md b/erpnext/docs/user/manual/en/using-erpnext/articles/renaming-documents.md
index f96bcb5ac9..23bfaa476c 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/renaming-documents.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/renaming-documents.md
@@ -8,7 +8,7 @@ Using Renaming feature, you can change ID of a master documents like Item, Wareh
#### 2. Rename
-
+
###Effect of Renaming
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/search-filter.md b/erpnext/docs/user/manual/en/using-erpnext/articles/search-filter.md
index ec15a35937..8a0a67b3ab 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/search-filter.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/search-filter.md
@@ -8,20 +8,20 @@ Each filter option has three fields.
Select field of the document based on which you wish to filter records.
-
+
#### Based On
With Field, you will provide a value. In the based on field, you can define a criterion that when filter should be applied in record. It will be when value define for the field if filter is:
-
+
#### Value
A value should be entered in this field based on while records will be filtered. After filter is applied, records will be filtered based on it. And filter will shrunk under one field/button.
-
+
You can apply multiple filters at a time. To remove specific filter, just click on cancelled (X) sign ahead of it.
@@ -30,6 +30,6 @@ You can apply multiple filters at a time. To remove specific filter, just click
From the list views, you can also apply filters by clicking on the Status field.
-
+
diff --git a/erpnext/docs/user/manual/en/using-erpnext/articles/tree-master-renaming.md b/erpnext/docs/user/manual/en/using-erpnext/articles/tree-master-renaming.md
index 53b886486c..a68f483d15 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/articles/tree-master-renaming.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/articles/tree-master-renaming.md
@@ -12,12 +12,12 @@ Following are the steps to be followed for renaming ID of a master which is main
When click on the Account, you will find Rename option.
-
+
#### Step 2: Rename Account
On clicking Rename, you will get field to enter New Name. After entering new name for the Account, click on the "Rename" button.
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/using-erpnext/assignment.md b/erpnext/docs/user/manual/en/using-erpnext/assignment.md
index ffd0abd1db..6fcc34ef4a 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/assignment.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/assignment.md
@@ -12,13 +12,13 @@ Following are the steps to assign document to another user.
Assign to option is located at the footer of document. Clicking on Assignment Icon on the tool bar will fast-forward you to footer of same document.
-
+
#### Step 2: Assign to User
In the Assign To section, you will find option to select User to whom this document will be assigned to. You can assign one document to multiple people at a time.
-
+
With assignment, you can also leave a comment for the review of assignee.
@@ -26,13 +26,13 @@ With assignment, you can also leave a comment for the review of assignee.
This transaction will appear in the To-do list of the user in “Todo” section.
-
+
####Removing Assignment
User will be able to remove assignment by clicking on "Assignment Completed" button in the document.
-
+
Once assignment is set as completed, the Status of its ToDo record will be set as Closed.
diff --git a/erpnext/docs/user/manual/en/using-erpnext/calendar.md b/erpnext/docs/user/manual/en/using-erpnext/calendar.md
index bf0412bea7..9003c8e055 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/calendar.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/calendar.md
@@ -4,7 +4,7 @@ The Calendar is a tool where you can create and share Events and also see auto-g
You can switch calendar view based on Month, Week and Day.
-
+
### Creating Events in Calendar
@@ -14,7 +14,7 @@ To create event manually, you should first determine Calendar View. If Event's s
This view will 24 hours of a day broken in various slots. You should click on slot for Event Start Time, and drag it down till you reach event end time.
-
+
Based on the selection of time slot, Start Time and End Time will be updated in the Event master. Then you can set subject for an event, and save it.
@@ -22,7 +22,7 @@ Based on the selection of time slot, Start Time and End Time will be updated in
In the Lead form, you will find a field called Next Contact By and Next Contact Date. Event will be auto created for date and person specified in this field.
-
+
#### Birthday Event
@@ -33,7 +33,7 @@ Birthday Event is created based on Date of Birth specified in the Employee maste
You can set events as recurring in specific interval by Checking the "Repeat This
Event".
-
+
### Event Reminders
@@ -43,7 +43,7 @@ There are two ways you can receive email reminder for an event.
In the Event master, checking "Send an email reminder in the morning" will trigger notification email to all the participants for this event.
-
+
#### Create Email Digest
@@ -53,6 +53,6 @@ Email Digest can be set from:
`Setup > Email > Email Digest`
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/using-erpnext/chat.md b/erpnext/docs/user/manual/en/using-erpnext/chat.md
index 867c4b45e8..4c92a202db 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/chat.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/chat.md
@@ -7,10 +7,10 @@ You can send and receive messages from the system by using the Messages tool.
If you send a message to a user, and the user is logged in, it will appear as a popup message and the unread messages counter in the top toolbar will be
updated.
-
+
You can choose to send message to all the users, or to specific user.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/using-erpnext/collaborating-around-forms.md b/erpnext/docs/user/manual/en/using-erpnext/collaborating-around-forms.md
index b0cf94553f..b143dff895 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/collaborating-around-forms.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/collaborating-around-forms.md
@@ -11,13 +11,13 @@ If some document requires an action from User, you can Assign that document to t
Comments are a great way to add information about a transaction that is not a
part of the transactions. Like some background information etc.
-
+
###Share
You can share document with the specific User. If Document is shared with the specific User, he/she will be able to access it, even if that User doesn't have permission to access that document or Document Type.
-
+
### Tags
diff --git a/erpnext/docs/user/manual/en/using-erpnext/document-versioning.md b/erpnext/docs/user/manual/en/using-erpnext/document-versioning.md
index 75c4e6d7e5..bbcdc55dab 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/document-versioning.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/document-versioning.md
@@ -6,16 +6,16 @@ The document versioning feature allows you to track all the changes made in the
Document Versioning can be enabled for one Document Type as a time. Let's assume that we need to enable it from Purchase Order. Then, we will check Customize Form tool for Purchase Order and check field `Track Changes`. With this, document versioning will be enabled for all the Purchase Orders create and edited hence forth.
-
+
####Version Log
Following is link of version in a Purchase Order form. Each time a document is edited, a version's link will be added in that document. To check more details on specific version, click on it's link.
-
+
####Version Details
In the Version document, you will find log of all the fields and values changes in it.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/using-erpnext/notes.md b/erpnext/docs/user/manual/en/using-erpnext/notes.md
index 91c1689344..1a18b9bb78 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/notes.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/notes.md
@@ -8,12 +8,12 @@ You can store your long notes under this section. It can contain your partner li
Enter Title and Context.
-
+
####Set Permissions to select Users
To make Note accessible for all, check "Public" under links section. Else you can share it with the specific User by using Share feature.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/using-erpnext/restore-deleted-docs.md b/erpnext/docs/user/manual/en/using-erpnext/restore-deleted-docs.md
index eba61bb855..2c60d3505a 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/restore-deleted-docs.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/restore-deleted-docs.md
@@ -2,7 +2,7 @@
In ERPNext, you can delete a records if not needed. They can be masters like Items, Customer or transactions like Sales Order, Payment Entries etc.
-
+
If you have deleted an entry by mistake and wish to restore it back into your ERPNext account.
@@ -14,18 +14,18 @@ Steps below to restore a deleted document.
For the list of deleted document, just type Deleted Document in the Search Bar and go to list.
-
+
####Step 2: Open Doc and Restore
Open the document to be restored from the list. Click on Restore button.
-
+
####Step 3: Restored
Once a document is restored, you will be able to use it for creating entries in your ERPNext account.
-
+
> If canceled document is deleted, then it will not be restored.
diff --git a/erpnext/docs/user/manual/en/using-erpnext/tags.md b/erpnext/docs/user/manual/en/using-erpnext/tags.md
index 99a6aac81a..547ef7d39a 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/tags.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/tags.md
@@ -2,10 +2,10 @@
Like Assignments and Comments, you can also add your own tags to each type of transactions. These tags can help you search a document and also classify it.
-
+
ERPNext will also show you all the important tags in the document list.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/using-erpnext/to-do.md b/erpnext/docs/user/manual/en/using-erpnext/to-do.md
index c6cd280757..e1d4da503b 100644
--- a/erpnext/docs/user/manual/en/using-erpnext/to-do.md
+++ b/erpnext/docs/user/manual/en/using-erpnext/to-do.md
@@ -2,10 +2,10 @@
To Do is a simple tool where all the activities [assigned](/docs/user/manual/en/using-erpnext/assignments.html) to you and assigned by you are listed. You can also add your own to-do items in the list.
-
+
When task is completed, you should simply remove assignment from the assigned document. With this, task will be removed from your Todo list as well. For Todo which are not assigned via document, you can set their status as Closed from the Todo master itself.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/website/add-products-to-website.md b/erpnext/docs/user/manual/en/website/add-products-to-website.md
index e1489193ed..bb5106f525 100644
--- a/erpnext/docs/user/manual/en/website/add-products-to-website.md
+++ b/erpnext/docs/user/manual/en/website/add-products-to-website.md
@@ -13,14 +13,14 @@ To edit a catalog item go to: `Stock > Items and Pricing > Item`. From there se
For this example, click on the **New** button to create a new item. Fill in the form and then click **Save**.
-
+
#### Step 2: Save Image
1. Click the new item from the list to edit it.
1. In the upper left, click the image block to give the product a picture. Be sure to uncheck the **Private** box so the image will be publicly viewable.
-
+
#### Step 3: Check the 'Show in Website' box
@@ -28,17 +28,17 @@ Under the Website section near the bottom of the form, check the box that says *
* Give the page a route on the website.
-
+
#### Step 4: Enter Website Details
Once the `Show in Website` checkbox is checked, a new section called **Website Specifications** appears. Expand this section to add more details about the rocking chair to the website.
-
+
Click **Save** in the upper right and then click `See on Website` on the left under the product image to see the item on your website.
-
+
### Item Groups
@@ -49,17 +49,17 @@ Items can be grouped together in items groups. To see a listing of the existing
* Fill in a description for your products page.
* Click **Save**.
-
+
* Go back to the rocking chair item, expand the **website** section.
* Click **Add new row** button under the `Item Group` table.
* Select `Products` from the list.
* Click **Save**.
-
+
To see on the website, go back to the `Item Group` and then click **See on website**.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/website/articles/managing-user-sign-up-via-website.md b/erpnext/docs/user/manual/en/website/articles/managing-user-sign-up-via-website.md
index 33793e2c37..b2250e0548 100644
--- a/erpnext/docs/user/manual/en/website/articles/managing-user-sign-up-via-website.md
+++ b/erpnext/docs/user/manual/en/website/articles/managing-user-sign-up-via-website.md
@@ -2,7 +2,7 @@
Your Customer and Suppliers can signup to your ERPNext account by following Signup option on the Login Page.
-
+
As seen above the login / sign-up button appears on the homepage of the website generated using ERPNext.
diff --git a/erpnext/docs/user/manual/en/website/articles/website-banner.md b/erpnext/docs/user/manual/en/website/articles/website-banner.md
index 514e23e58d..a16f7768cd 100644
--- a/erpnext/docs/user/manual/en/website/articles/website-banner.md
+++ b/erpnext/docs/user/manual/en/website/articles/website-banner.md
@@ -6,4 +6,4 @@ Each ERPNext account website automatically generated from it. On a website, logo
For the exact steps on how to upload a Website Banner and resize it, please refer to the help given below.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/website/articles/website-home-page.md b/erpnext/docs/user/manual/en/website/articles/website-home-page.md
index 92bcc77d1f..d44a31aad2 100644
--- a/erpnext/docs/user/manual/en/website/articles/website-home-page.md
+++ b/erpnext/docs/user/manual/en/website/articles/website-home-page.md
@@ -18,7 +18,7 @@ To Open website settings page go to: `Website > Setup > Website Settings`
Enter the same value you entered for the `route` field in the previous section to the `Home Page` field. ERPNext will set this route to be the same as /index for your page.
-
+
#### **Step 4: Save Website Settings Form.**
diff --git a/erpnext/docs/user/manual/en/website/articles/website-security.md b/erpnext/docs/user/manual/en/website/articles/website-security.md
index eb4223f944..ef7986a6c4 100644
--- a/erpnext/docs/user/manual/en/website/articles/website-security.md
+++ b/erpnext/docs/user/manual/en/website/articles/website-security.md
@@ -4,8 +4,8 @@ One can easily generate a website using ERPNext. We can list our Products on the
Well at the moment this feature is not available. You cannot limit the access of the website generated by ERPNext to certain people. If you publish the website it will be publicly visible. However while you cannot control who can view the website, you can always choose which items to display on the website. To show or not show an Item on your website go to `Selling > Items and Pricing > Item` and in the Item form check the `show in website` checkbox.
-
+
Once the check box has been checked, then more details will appear that you can fill in for the details of the product as to be shown on the website.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/en/website/blog-post.md b/erpnext/docs/user/manual/en/website/blog-post.md
index e6f7960354..2b270e2ac5 100644
--- a/erpnext/docs/user/manual/en/website/blog-post.md
+++ b/erpnext/docs/user/manual/en/website/blog-post.md
@@ -10,13 +10,13 @@ To create a new blog, just create a new Blog from:
> Website > Blog > New Blog
-
+
You can format a blog using the Markdown format.You can also access your blog
by going to the page “blog.html”.
#### A sample blog-page.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/website/blogger.md b/erpnext/docs/user/manual/en/website/blogger.md
index a47bdeec7b..469ada1287 100644
--- a/erpnext/docs/user/manual/en/website/blogger.md
+++ b/erpnext/docs/user/manual/en/website/blogger.md
@@ -3,6 +3,6 @@
Blogger is a user who can post blogs.
You can mention a short bio about the blogger and also set a avatar here.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/website/setup/website-settings.md b/erpnext/docs/user/manual/en/website/setup/website-settings.md
index 6d5ad2321a..75f9872120 100644
--- a/erpnext/docs/user/manual/en/website/setup/website-settings.md
+++ b/erpnext/docs/user/manual/en/website/setup/website-settings.md
@@ -2,7 +2,7 @@
Most of the website related settings can be defined here.
-
+
####Landing Page
@@ -16,7 +16,7 @@ Most of the website related settings can be defined here.
Select the theme for the website. You can create new Theme for you website also.
-
+
* Select 'create new website theme' if you wish to customize the default website theme.
@@ -25,13 +25,13 @@ Select the theme for the website. You can create new Theme for you website also.
You can add a banner/ logo to your website here. Attach the image and click on set banner from Image.
An HTML code will be generated by the system under Banner HTML.
-
+
####Top Bar
You can set the menus items in the Top Bar here.
-
+
* Similarlly you can also set sidebar and footer links.
@@ -39,7 +39,7 @@ You can set the menus items in the Top Bar here.
You can integrate the website using Google Analytics and enable social media sharing for post shared on the website.
-
+
* You can disable public signup to your ERPNext account by checking 'disable signup'
diff --git a/erpnext/docs/user/manual/en/website/shopping-cart.md b/erpnext/docs/user/manual/en/website/shopping-cart.md
index 8fe5244a3d..26284f5237 100644
--- a/erpnext/docs/user/manual/en/website/shopping-cart.md
+++ b/erpnext/docs/user/manual/en/website/shopping-cart.md
@@ -16,7 +16,7 @@ To set up a shopping cart, go to the website module.
#### Enter Company Details and Checkout Details.
-
+
To make item available on website go to Item master.
@@ -24,11 +24,11 @@ To make item available on website go to Item master.
#### Enable Item for website.
-
+
#### Enter Website Specifications for Item.
-
+
### Shop using Shopping Cart
@@ -37,20 +37,20 @@ To make item available on website go to Item master.
Click on "Add to Cart" to add item to shopping cart.
-
+
#### Goto Checkout
Click on "Go to Cart" to checkout or on "Cart" which is on upper right side
of the screen.
-
+
#### Checkout
Change quantity, select Shipping and Billing Address and click
on "Place Order" to place the order.
-
+
{next}
diff --git a/erpnext/docs/user/manual/en/website/web-form.md b/erpnext/docs/user/manual/en/website/web-form.md
index b75ef0b0a1..1668ac06a7 100644
--- a/erpnext/docs/user/manual/en/website/web-form.md
+++ b/erpnext/docs/user/manual/en/website/web-form.md
@@ -17,7 +17,7 @@ To create a new **Web Form** go to:
1. Select if you require the user to login, edit records, manage multiple records etc.
1. Add the fields you want in the record.
-
+
---
@@ -25,7 +25,7 @@ To create a new **Web Form** go to:
Once you create the web form, you can view it on the url and test it out!
-
+
---
diff --git a/erpnext/docs/user/manual/en/website/web-page.md b/erpnext/docs/user/manual/en/website/web-page.md
index f931f024d4..5b4d46beed 100644
--- a/erpnext/docs/user/manual/en/website/web-page.md
+++ b/erpnext/docs/user/manual/en/website/web-page.md
@@ -6,7 +6,7 @@ To create a new Web Page, go to:
> Website > Web Page > New
-
+
#### Title
diff --git a/erpnext/docs/user/manual/es/accounts/accounting-reports.md b/erpnext/docs/user/manual/es/accounts/accounting-reports.md
index a887f9a81f..7827e1ad85 100644
--- a/erpnext/docs/user/manual/es/accounts/accounting-reports.md
+++ b/erpnext/docs/user/manual/es/accounts/accounting-reports.md
@@ -14,7 +14,7 @@ actualizado de todas las entradas que existan para una cuetna dada en un
periodo determinado.
+ src="{{docs_base_url}}/assets/img/accounts/general-ledger.png">
### Balance Contable
@@ -26,7 +26,7 @@ en una fecha particular. Para cada cuenta proporciona:
* Creditos
* Cierre
-
+
La suma de todos los balances de cierre en el Balance Contable debe ser igual a cero.
@@ -35,7 +35,7 @@ La suma de todos los balances de cierre en el Balance Contable debe ser igual a
Este reporte permite hacer seguimiento a las facturas enviadas a los clientes y proveedores. En este
reporte, se resaltan diferentes periodos de tiempo. p.e. entre 0-30 días, 30-60 días y así por el estilo.
-
+
### Registro de Ventas y Compras
@@ -43,7 +43,7 @@ En este reporte, cada cuenta de impuestos es transpuesta en columnas. For cada f
se puede obtener la cantidad de impuestos individuales que debe ser pagados, de acuerdo a la
tabla de Impuestos y Contribuciones,
-
+
**Trabajo en progreso.**
diff --git a/erpnext/docs/user/manual/es/accounts/advance-payment-entry.md b/erpnext/docs/user/manual/es/accounts/advance-payment-entry.md
index e373c7b8a7..2778f29820 100644
--- a/erpnext/docs/user/manual/es/accounts/advance-payment-entry.md
+++ b/erpnext/docs/user/manual/es/accounts/advance-payment-entry.md
@@ -26,7 +26,7 @@ the row "Is Advance" click 'Yes'.
#### Figure 1 : Journal Entry -Advance Entry
-
+
### Double Entry Accounting
@@ -43,7 +43,7 @@ will be credited because it has given value.
#### Figure 2: Transaction and Difference Entry
-
+
Save and submit the JV. If this document is not saved it will not be pulled in
other accounting documents.
@@ -57,7 +57,7 @@ advance in the advances table. The accounting will be adjusted accordingly.
#### Figure 3: Receive Advance
-
+
Save and submit the Sales Invoice.
diff --git a/erpnext/docs/user/manual/es/education/Assessment/assessment_criteria.md b/erpnext/docs/user/manual/es/education/Assessment/assessment_criteria.md
index 31e710a309..25d85c4138 100644
--- a/erpnext/docs/user/manual/es/education/Assessment/assessment_criteria.md
+++ b/erpnext/docs/user/manual/es/education/Assessment/assessment_criteria.md
@@ -2,12 +2,12 @@
Criterios de evaluación es el parámetro basado en el que se evalúa el estudiante.
-
+
Después de la evaluación para un curso, las calificaciones obtenidas se ingresan en base a los criterios de evaluación. Por ejemplo, si la evaluación se llevó a cabo para el tema de la ciencia, entonces usted puede evaluar al estudiante en ciencia en varios criterios como la escritura, prácticas, presentación, etc
Los Criterios de Evaluación se usan al programar el Plan de Evaluación para el Grupo de Estudiantes y el Curso.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/Assessment/assessment_group.md b/erpnext/docs/user/manual/es/education/Assessment/assessment_group.md
index aaabda1aaa..ce37fe0dd7 100644
--- a/erpnext/docs/user/manual/es/education/Assessment/assessment_group.md
+++ b/erpnext/docs/user/manual/es/education/Assessment/assessment_group.md
@@ -4,10 +4,10 @@ La estructura del grupo de evaluación es un maestro donde se puede definir la j
Por ejemplo, si realiza dos evaluaciones en un año académico, configure el Grupo de evaluación de la siguiente manera.
-
+
En la misma línea, también puede definir varios Grupo de Evaluación basado sobre la evaluación llevada a cabo en su instituto.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/Assessment/assessment_plan.md b/erpnext/docs/user/manual/es/education/Assessment/assessment_plan.md
index 566189241f..eab8b008a3 100644
--- a/erpnext/docs/user/manual/es/education/Assessment/assessment_plan.md
+++ b/erpnext/docs/user/manual/es/education/Assessment/assessment_plan.md
@@ -10,10 +10,10 @@ Para programar una evaluación/examinación para un Grupo de Estudiantes, para u
4. Examinador y Supervisor
-
+
5. Los Criterios de Evaluación son la lista de criterios basados en que cada estudiante en será evaluado y los grados serán asignados.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/Assessment/assessment_result.md b/erpnext/docs/user/manual/es/education/Assessment/assessment_result.md
index 67a6f9a509..14bf16abfe 100644
--- a/erpnext/docs/user/manual/es/education/Assessment/assessment_result.md
+++ b/erpnext/docs/user/manual/es/education/Assessment/assessment_result.md
@@ -2,6 +2,6 @@
El resultado de la evaluación es un registro de las calificaciones obtenidas por el estudiante para una evaluación específica. El resultado de la evaluación se crea en el backend en base a los puntos en [Herramienta de Resultados de Evaluación](/docs/user/manual/es/education/assessment/assessment_result_tool.html).
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/Assessment/assessment_result_tool.md b/erpnext/docs/user/manual/es/education/Assessment/assessment_result_tool.md
index a6a44e5bee..b05be7ec48 100644
--- a/erpnext/docs/user/manual/es/education/Assessment/assessment_result_tool.md
+++ b/erpnext/docs/user/manual/es/education/Assessment/assessment_result_tool.md
@@ -3,7 +3,7 @@
Herramienta de resultados de evaluación le ayuda a ingresar las calificaciones obtenidas por los estudiantes para un curso específico. En esta herramienta, basada en el plan de evaluación, todos los estudiantes van a ser filtrados dentro de la herramienta de resultados de la evaluación. También, Columnas para los Criterios de Evaluación serán donde las calificaciones ganadas pueden ser ingresadas para cada Estudiante.
-
+
A medida que vaya introduciendo las notas para un Estudiante y cambie al siguiente alumno, en el backend, el registro de Resultados del Estudiante se creará automáticamente para ese Estudiante.
diff --git a/erpnext/docs/user/manual/es/education/Assessment/grading_scale.md b/erpnext/docs/user/manual/es/education/Assessment/grading_scale.md
index bf362b4dac..ebd1069c58 100644
--- a/erpnext/docs/user/manual/es/education/Assessment/grading_scale.md
+++ b/erpnext/docs/user/manual/es/education/Assessment/grading_scale.md
@@ -2,6 +2,6 @@
En la escala de calificación, puedes definir varios grados y límites para los estudiantes. Basado en la calificación obtenida por el estudiante en la evaluación, el grado (Grade) será asignado.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/admission/program-enrollment.md b/erpnext/docs/user/manual/es/education/admission/program-enrollment.md
index 6a242849a8..f55a577d58 100644
--- a/erpnext/docs/user/manual/es/education/admission/program-enrollment.md
+++ b/erpnext/docs/user/manual/es/education/admission/program-enrollment.md
@@ -2,6 +2,6 @@
Este formulario te permite inscribir un estudiante a un programa. Un estudiante puede ser inscrito en multiples programas.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/admission/student-applicant.md b/erpnext/docs/user/manual/es/education/admission/student-applicant.md
index 4d8723c20c..b50e69cff7 100644
--- a/erpnext/docs/user/manual/es/education/admission/student-applicant.md
+++ b/erpnext/docs/user/manual/es/education/admission/student-applicant.md
@@ -3,7 +3,7 @@
Un registro de Aplicación de Estudiante necesita ser creado cuando un estudiante aplica para un programa en su institución.
Puedes Aprobar o Rechazar una aplicación de estudiante. Aceptando una aplicación de un estudiante puedes agregarlos al master de estudiantes.
-
+
### Estados de la Aplicación
@@ -23,6 +23,6 @@ Puedes Aprobar o Rechazar una aplicación de estudiante. Aceptando una aplicaci
Una vez aprobada una Aplicación de Estudiante, puedes inscribirlo a un programa. Cuando le das click al butón 'Inscribir',
el sistema creará un estudiante usando esa aplicación y le va a redireccionar a el [Formulario de Inscripción al Programa](/docs/user/manual/es/education/student/program-enrollment.html).
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/fees/fee-category.md b/erpnext/docs/user/manual/es/education/fees/fee-category.md
index a38ba7e812..bd62a0c411 100644
--- a/erpnext/docs/user/manual/es/education/fees/fee-category.md
+++ b/erpnext/docs/user/manual/es/education/fees/fee-category.md
@@ -2,6 +2,6 @@
Todos los tipos diferentes de cuotas que se cobran
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/fees/fee-structure.md b/erpnext/docs/user/manual/es/education/fees/fee-structure.md
index 6fe6af98c2..0fa187ecf3 100644
--- a/erpnext/docs/user/manual/es/education/fees/fee-structure.md
+++ b/erpnext/docs/user/manual/es/education/fees/fee-structure.md
@@ -2,6 +2,6 @@
Una Estructura de Cuota es una plantilla que puede ser usada cuando se hacen registros de cuotas.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/fees/fees.md b/erpnext/docs/user/manual/es/education/fees/fees.md
index 5f6eee4bfd..bfbd48e7f1 100644
--- a/erpnext/docs/user/manual/es/education/fees/fees.md
+++ b/erpnext/docs/user/manual/es/education/fees/fees.md
@@ -3,6 +3,6 @@
Mantiene un registro de todas las cuotas recolectadas de los estudiantes.
La [Estructura de Cuota](/docs/user/manual/es/education/fees/fee-structure.html) es seleccionada basada en el programa seleccionada y los Términos Académicos.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/fees/index.md b/erpnext/docs/user/manual/es/education/fees/index.md
index c1b5bb57cc..a183fdc991 100644
--- a/erpnext/docs/user/manual/es/education/fees/index.md
+++ b/erpnext/docs/user/manual/es/education/fees/index.md
@@ -2,7 +2,7 @@
Esta sección contiene todos los documentos relacionado a las 'Cuota'
-
+
### Temas
diff --git a/erpnext/docs/user/manual/es/education/index.md b/erpnext/docs/user/manual/es/education/index.md
index feca8303c0..c95004eb0a 100644
--- a/erpnext/docs/user/manual/es/education/index.md
+++ b/erpnext/docs/user/manual/es/education/index.md
@@ -3,6 +3,6 @@
Los módulos de School estan diseñados para satisfacer los requerimientos de Escuelas, Colegios e Institutos Educacionales.
-
+
{index}
diff --git a/erpnext/docs/user/manual/es/education/schedule/course-schedule.md b/erpnext/docs/user/manual/es/education/schedule/course-schedule.md
index 7bf40ffacf..014728bdaa 100644
--- a/erpnext/docs/user/manual/es/education/schedule/course-schedule.md
+++ b/erpnext/docs/user/manual/es/education/schedule/course-schedule.md
@@ -3,13 +3,13 @@
El Horario de Curso es el horario de una sesión de un profesor para un Curso en particular.
Puedes ver un resumen del horario del curso en la vista de Calendario.
-
+
### Marcando asistencia
Puedes pasar la asistencia para un grupo de estudiantes usando el Horario de Curso.
-
+
- Para hacer la asistencia, expandir la sección de asistencia.
- Selecciona los estudiantes que estaban presentes para esa sesión.
@@ -20,6 +20,6 @@ Puedes pasar la asistencia para un grupo de estudiantes usando el Horario de Cur
Una vez hayas marcado la asistencia usando la sección de asistencia en el Horario de un Curso, esta sección debería estar oculta.
Un botón de Ver Asistencia debería aparecer. Click en el botón para ver todos los registros de asistencia creados para ese Horario de Curso.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/schedule/examination.md b/erpnext/docs/user/manual/es/education/schedule/examination.md
index b8cef3e977..9f614b7884 100644
--- a/erpnext/docs/user/manual/es/education/schedule/examination.md
+++ b/erpnext/docs/user/manual/es/education/schedule/examination.md
@@ -2,7 +2,7 @@
El registro de examinación puede ser usado para hacer el seguimiento del horario de los examenes y los resultados de los mismos.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/schedule/index.md b/erpnext/docs/user/manual/es/education/schedule/index.md
index 016aa1009a..c077ed9005 100644
--- a/erpnext/docs/user/manual/es/education/schedule/index.md
+++ b/erpnext/docs/user/manual/es/education/schedule/index.md
@@ -1,6 +1,6 @@
# Horario
-
+
### Temas
diff --git a/erpnext/docs/user/manual/es/education/schedule/scheduling-tool.md b/erpnext/docs/user/manual/es/education/schedule/scheduling-tool.md
index 55ff425c7f..752ad1ad5c 100644
--- a/erpnext/docs/user/manual/es/education/schedule/scheduling-tool.md
+++ b/erpnext/docs/user/manual/es/education/schedule/scheduling-tool.md
@@ -2,7 +2,7 @@
Esta herramienta puede ser usada para crear los Horarios de los Cursos.
-
+
### Creando Horarios de Cursos
diff --git a/erpnext/docs/user/manual/es/education/schedule/student-attendance.md b/erpnext/docs/user/manual/es/education/schedule/student-attendance.md
index 53bd4e938c..1ae7555b12 100644
--- a/erpnext/docs/user/manual/es/education/schedule/student-attendance.md
+++ b/erpnext/docs/user/manual/es/education/schedule/student-attendance.md
@@ -2,6 +2,6 @@
Mantiene los registros de la asistencia del estudiante. Los registros de asistencia pueden ser creados sobre los horarios de los cursos (Course Schedules).
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/setup/academic-term.md b/erpnext/docs/user/manual/es/education/setup/academic-term.md
index 7a6b405607..5938e592ac 100644
--- a/erpnext/docs/user/manual/es/education/setup/academic-term.md
+++ b/erpnext/docs/user/manual/es/education/setup/academic-term.md
@@ -1,6 +1,6 @@
# Término Académico
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/setup/academic-year.md b/erpnext/docs/user/manual/es/education/setup/academic-year.md
index 7fe2a8f5f2..2dfa7a4b11 100644
--- a/erpnext/docs/user/manual/es/education/setup/academic-year.md
+++ b/erpnext/docs/user/manual/es/education/setup/academic-year.md
@@ -1,5 +1,5 @@
# Año Académico
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/setup/course.md b/erpnext/docs/user/manual/es/education/setup/course.md
index fbbce625fd..25fbf1b8f0 100644
--- a/erpnext/docs/user/manual/es/education/setup/course.md
+++ b/erpnext/docs/user/manual/es/education/setup/course.md
@@ -1,5 +1,5 @@
# Curso
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/setup/index.md b/erpnext/docs/user/manual/es/education/setup/index.md
index 59df99502e..f23f754f09 100644
--- a/erpnext/docs/user/manual/es/education/setup/index.md
+++ b/erpnext/docs/user/manual/es/education/setup/index.md
@@ -1,6 +1,6 @@
# Configuración
-
+
### Temas
diff --git a/erpnext/docs/user/manual/es/education/setup/instructor.md b/erpnext/docs/user/manual/es/education/setup/instructor.md
index 4812c15856..b92141f5c2 100644
--- a/erpnext/docs/user/manual/es/education/setup/instructor.md
+++ b/erpnext/docs/user/manual/es/education/setup/instructor.md
@@ -1,5 +1,5 @@
# Instructor
-
+
{next}
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/es/education/setup/program.md b/erpnext/docs/user/manual/es/education/setup/program.md
index 123605786a..4c4725c287 100644
--- a/erpnext/docs/user/manual/es/education/setup/program.md
+++ b/erpnext/docs/user/manual/es/education/setup/program.md
@@ -1,5 +1,5 @@
# Programa
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/setup/room.md b/erpnext/docs/user/manual/es/education/setup/room.md
index 7750dcfabb..23667b116b 100644
--- a/erpnext/docs/user/manual/es/education/setup/room.md
+++ b/erpnext/docs/user/manual/es/education/setup/room.md
@@ -1,6 +1,6 @@
# Aula
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/student/student-batch.md b/erpnext/docs/user/manual/es/education/student/student-batch.md
index bb7c9d56fb..7ff67b9a4a 100644
--- a/erpnext/docs/user/manual/es/education/student/student-batch.md
+++ b/erpnext/docs/user/manual/es/education/student/student-batch.md
@@ -3,6 +3,6 @@
Un lote de estudiantes es una colección de estudiantes desde los Grupos de Estudiantes.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/student/student-group-creation-tool.md b/erpnext/docs/user/manual/es/education/student/student-group-creation-tool.md
index 942fadfce7..c89410299c 100644
--- a/erpnext/docs/user/manual/es/education/student/student-group-creation-tool.md
+++ b/erpnext/docs/user/manual/es/education/student/student-group-creation-tool.md
@@ -3,6 +3,6 @@
Esta herramienta te permite crear grupos de estudiantes. Puedes especificar multiples parámetros para crearlos.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/student/student-group.md b/erpnext/docs/user/manual/es/education/student/student-group.md
index 59dfcbc275..d8f3955e36 100644
--- a/erpnext/docs/user/manual/es/education/student/student-group.md
+++ b/erpnext/docs/user/manual/es/education/student/student-group.md
@@ -3,6 +3,6 @@
Un Grupo de Estudiante es una colección de estudiantes tomando el mismo curso. Puedes crear calendarios para los cursos y examinaciones para un Grupo de Estudiante.
Un Grupo de Estudiante necesita ser creado para cada curso en un año o término académico en particular.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/student/student-log.md b/erpnext/docs/user/manual/es/education/student/student-log.md
index e5a5e2cb4f..72ccbfad38 100644
--- a/erpnext/docs/user/manual/es/education/student/student-log.md
+++ b/erpnext/docs/user/manual/es/education/student/student-log.md
@@ -3,6 +3,6 @@
Puedes crear una nota de una actividad de un estudiante usando la bitácora de estudiante (log)
Los registros de bitágora pueden ser categorizadas como 'General', 'Academic', 'Medical' or 'Achievement'
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/education/student/student.md b/erpnext/docs/user/manual/es/education/student/student.md
index 21724a71b9..cbf437d77a 100644
--- a/erpnext/docs/user/manual/es/education/student/student.md
+++ b/erpnext/docs/user/manual/es/education/student/student.md
@@ -5,6 +5,6 @@ El doctype de Estudiante mantiene los detalles personales de los estudiantes.
Puedes ver todo lo relacionado a un estudiante en particular en esta página. Ejemplo: Pagos, Grupo de Estudiante, etc.
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/introduction/key-workflows.md b/erpnext/docs/user/manual/es/introduction/key-workflows.md
index 6877fb3d02..cb066380af 100644
--- a/erpnext/docs/user/manual/es/introduction/key-workflows.md
+++ b/erpnext/docs/user/manual/es/introduction/key-workflows.md
@@ -6,7 +6,7 @@ Este diagrama no cubre toda la funcionalidad o características de ERPNext.

-
+
_Nota: No todos los pasos son obligatorios. ERPNext te permite pasar algunos pasos si deseas simplificar el proceso._
diff --git a/erpnext/docs/user/manual/es/introduction/the-champion.md b/erpnext/docs/user/manual/es/introduction/the-champion.md
index 0d2106e220..5978078bc1 100644
--- a/erpnext/docs/user/manual/es/introduction/the-champion.md
+++ b/erpnext/docs/user/manual/es/introduction/the-champion.md
@@ -4,7 +4,7 @@
El campeón
-
+
Hemos visto docenas de implementaciones de sistemas ERP en los últimos años
y nos hemos dado cuenta que una implementación exitosa es más sobre cosas intangibles y actitudes.
diff --git a/erpnext/docs/user/manual/es/projects/activity-cost.md b/erpnext/docs/user/manual/es/projects/activity-cost.md
index 71eb15e432..8738175143 100644
--- a/erpnext/docs/user/manual/es/projects/activity-cost.md
+++ b/erpnext/docs/user/manual/es/projects/activity-cost.md
@@ -3,4 +3,4 @@
El costo de la actividad registra la tasa de facturación por hora y la tasa de costos de un empleado en comparación con un tipo de actividad.
El sistema hace uso de esta tasa mientras hace registros de tiempo. Se usa para Costeo de proyectos.
-
+
diff --git a/erpnext/docs/user/manual/es/projects/activity-type.md b/erpnext/docs/user/manual/es/projects/activity-type.md
index 20a03e2932..9e0c777f01 100644
--- a/erpnext/docs/user/manual/es/projects/activity-type.md
+++ b/erpnext/docs/user/manual/es/projects/activity-type.md
@@ -2,7 +2,7 @@
Los tipos de actividad son la lista de los diferentes tipos de actividades sobre las que se hacen registro de tiempo.
-
+
Por defecto, los siguientes tipos de actividades son creados.
diff --git a/erpnext/docs/user/manual/es/projects/articles/project-costing.md b/erpnext/docs/user/manual/es/projects/articles/project-costing.md
index a8820c7e29..feb3f29870 100644
--- a/erpnext/docs/user/manual/es/projects/articles/project-costing.md
+++ b/erpnext/docs/user/manual/es/projects/articles/project-costing.md
@@ -13,17 +13,17 @@ Tipo de actividad es un maestro de los servicios ofrecidos por su personal. Pued
Costo de actividad es un maestro donde puedes hacer el seguimiento de los montos de facturación y costo de cada empleado, y por cada tipo de Tipo de Actividad.
-
+
#### Registro de Tiempo
Basados en el tiempo actual invertido en una Tarea del Proyecto, El empleado va a crear un registro de tiempo.
-
+
Al momento de seleccionar el Tipo de Actividad en el Registro de tiempo, el monto de Facturación y Costo del empleado va a ser traído de su respectivo registro en el master de Costo de Actividad.
-
+
Multiplicando esos montos con el total de número de horas en el registro de tiempo, nos da el monto de costos y Facturación para el registro de tiempo específico.
@@ -31,10 +31,10 @@ Multiplicando esos montos con el total de número de horas en el registro de tie
Basados en el total de registros de tiempos creados por una tarea en específico, su costo va a ser actualizado en el registro maestro de la tarea, o sea, en el detalle de la tarea.
-
+
De la misma manera, el detalle del Proyecto va a actualizar su costo basado en el total de registros de tiempo a ese proyecto, y las tareas asociadas a ese proyecto.
-
+
\ No newline at end of file
diff --git a/erpnext/docs/user/manual/es/projects/project.md b/erpnext/docs/user/manual/es/projects/project.md
index 942433b47b..94a7c7323e 100644
--- a/erpnext/docs/user/manual/es/projects/project.md
+++ b/erpnext/docs/user/manual/es/projects/project.md
@@ -2,7 +2,7 @@
El manejo de proyectos en ERPNext se hace a traves de tareas. Puedes crear un proyecto y asignar varias tareas al mismo.
-
+
También puedes hacer el seguimiento del % completado del proyecto usando diferentes métodos.
@@ -10,35 +10,35 @@ También puedes hacer el seguimiento del % completado del proyecto usando difere
2. Progreso de tareas
3. Peso de tarea
-
+
Algunos ejemplos de como el % completado es cálculado basado en tareas.
-
+
-
+
### Manejando tareas
Los proyecto pueden ser divididos en multiples tareas.
Las tareas pueden ser creadas a traves del documento de Proyecto o pueden ser creadas via [Tarea](/docs/user/manual/en/projects/tasks.html)
-
+
* Para ver las tareas creadas a un proyecto click en 'Tasks'
-
+
-
+
* También puedes ver las tareas desde la misma vista del proyecto.
-
+
* Para agregar peso a las tareas puedes seguir los pasos siguientes
-
-
+
+
### Manejando tiempo
@@ -49,13 +49,13 @@ El tiempo actual de inicio y finalización junto con el costo deben ser actualiz
* Para ver los Registros de Tiempo realizados a un proyecto, dar click en 'Time Logs'
-
+
-
+
* Puedes agregar un registro de tiempo directamente y luego asociarlo con el proyecto.
-
+
### Gestión de gastos
@@ -64,27 +64,27 @@ El sistema actualizará el monto total de las reclamaciones de gastos en la secc
* Para ver las reclamaciones de gastos realizadas en un proyecto, haga clic en 'Reclamaciones de gastos'
-
+
* También puede crear un Reclamo de gastos directamente y vincularlo al Proyecto.
-
+
* El monto total de los Reclamos de gastos reservados contra un proyecto se muestra en 'Reclamo de gastos totales' en la Sección de Costos del proyecto
-
+
### Centro de Costo
Puedes crear un [Cost Center](/docs/user/manual/en/accounts/setup/cost-center.html) sobre un proyecto o usar un centro de costo existente para hacer el seguimiento de todos los gastos realizados al proyecto.
-
+
###Costeo del proyecto
La sección Costeo del proyecto le ayuda a rastrear el tiempo y los gastos incurridos en relación con el proyecto.
-
+
* La sección de cálculo de costos se actualiza según los registros de tiempo realizados.
@@ -94,7 +94,7 @@ La sección Costeo del proyecto le ayuda a rastrear el tiempo y los gastos incur
Puedes crear/enlazar una [Sales Order](/docs/user/manual/en/selling/sales-order.html) a un proyecto. Una vez asociada puedes usar el módulo de ventas para facturar a un cliente sobre el proyecto.
-
+
###Gantt Chart
@@ -103,8 +103,8 @@ ERPNext te provee con una vista para visualizar las tareas de forma calendarizad
* Para visualizar el gantt chart de un proyecto, ve hasta el proyecto y dar click en 'Gantt Chart'
-
+
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/projects/tasks.md b/erpnext/docs/user/manual/es/projects/tasks.md
index b07b305b7a..7af7296743 100644
--- a/erpnext/docs/user/manual/es/projects/tasks.md
+++ b/erpnext/docs/user/manual/es/projects/tasks.md
@@ -3,13 +3,13 @@
Proyecto es dividido en Tareas.
En ERPNext, puedes crear las tareas de forma independiente.
-
+
### Estado de una Tarea
Una tarea puede tener uno de los siguientes estados - Abierto, Trabajando, Pendiente de Revisión, Cerrado, o Cancelado.
-
+
* Por defecto, cada nueva tarea creada se le establece el estado 'Abierto'.
@@ -19,7 +19,7 @@ Una tarea puede tener uno de los siguientes estados - Abierto, Trabajando, Pendi
Puedes especificar una lista de tareas dependientes en la sección 'Depende de'
-
+
* No puedes cerrar una tarea padre hasta que todas las tareas dependientes esten cerradas.
@@ -33,13 +33,13 @@ El tiempo de inicio y fin actual junto con el costo es actualizado en base al Re
* Para ver el Registro de tiempo realizado a una tarea, dar click en 'Time Logs'
-
+
-
+
* Puedes también crear un Registro de Tiempo directamente y luego asociarlo a una Tarea.
-
+
### Gestión de gastos
@@ -48,14 +48,14 @@ El sistema actualizará el monto total de las reclamaciones de gastos en la secc
* Para ver las reclamaciones de gastos realizadas en un proyecto, haga clic en 'Reclamaciones de gastos'
-
+
* También puede crear un Reclamo de gastos directamente y vincularlo al Proyecto.
-
+
* El monto total de los Reclamos de gastos reservados contra un proyecto se muestra en 'Reclamo de gastos totales' en la Sección de Costos del proyecto
-
+
{next}
diff --git a/erpnext/docs/user/manual/es/projects/time-log-batch.md b/erpnext/docs/user/manual/es/projects/time-log-batch.md
index 72c77b4ff8..c211fd316a 100644
--- a/erpnext/docs/user/manual/es/projects/time-log-batch.md
+++ b/erpnext/docs/user/manual/es/projects/time-log-batch.md
@@ -8,17 +8,17 @@ O
Simplemente abra su lista de registro de tiempo y marque los elementos que desea agregar al registro de tiempo. A continuación, haga clic en el botón "Crear hoja de tiempo" y se seleccionarán estos registros de tiempo.
-
+
###Creando Factura de Venta
* Despues de crear la Hoja de Tiempo/Horario, el botón "Crear Factura" debe aparecer.
-
+
* Haga clic en ese botón para hacer una factura de venta usando la hoja de tiempo.
-
+
* Cuando "Presente" la Factura de Ventas, el número de Factura de Ventas se actualizará en los Registros de Tiempo y la Hoja de Horario y su estado cambiará a "Facturado".