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

32 lines
1.1 KiB
Markdown
Raw Normal View History

2016-02-05 19:13:05 +00:00
#Merging Documents
For a document, if 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
For an Account to be merged, click on the "Rename" option.
2017-07-31 11:11:35 +00:00
<img alt="Sales Order File Attachment" class="screenshot" src="/docs/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 the merged account will appear in the Chart of Accounts master.
2017-07-31 11:11:35 +00:00
<img alt="Sales Order File Attachment" class="screenshot" src="/docs/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 -->