brotherton-erpnext/erpnext/docs/user/manual/en/using-erpnext/articles/merging-documents.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2016-02-05 19:13:05 +00:00
#Merging Documents
2016-02-26 12:01:23 +00:00
For a document, of you have two records which are identical, and meant for common purpose, you can merge them into one record.
2016-02-26 12:01:23 +00:00
Following are step to merge documents. Let's assume we are merging two Accounts.
2016-02-26 12:01:23 +00:00
#### Step 1: Go to Chart of Account
2016-02-26 12:01:23 +00:00
`Accounts > Documents > Chart of Accounts`
2016-02-26 12:01:23 +00:00
#### Step 2: Go to Account
2016-02-26 12:01:23 +00:00
For an Account to be merge, click on "Rename" option.
2016-02-26 12:01:23 +00:00
<img alt="Sales Order File Attachment" class="screenshot" src="{{docs_base_url}}/assets/img/articles/merge-docs-1.png">
2016-02-26 12:01:23 +00:00
#### Step 3: Merge Account
2016-02-26 12:01:23 +00:00
In the New Name field, enter another account name with which this account will be merged. Check "Merge with existing" option. Then press 'Rename' button to merge.
Following is how merged account will appear in the Chart of Account master.
2016-02-26 12:01:23 +00:00
<img alt="Sales Order File Attachment" class="screenshot" src="{{docs_base_url}}/assets/img/articles/merge-docs-2.gif">
2016-02-26 12:01:23 +00:00
###Effect of Merging
2016-02-26 12:01:23 +00:00
After Account is merged, new name is updated in the existing transactions where old account was selected.
2016-02-26 12:01:23 +00:00
<div class="well"> Note: Group Account cannot be merged into Child Account and vice versa.</div>
<!-- markdown -->