2016-02-05 19:13:05 +00:00
#Merging Documents
2015-12-03 12:22:46 +00:00
2016-11-29 10:37:33 +00:00
For a document, if you have two records which are identical, and meant for common purpose, you can merge them into one record.
2015-12-03 12:22:46 +00:00
2016-02-26 12:01:23 +00:00
Following are step to merge documents. Let's assume we are merging two Accounts.
2015-12-03 12:22:46 +00:00
2016-02-26 12:01:23 +00:00
#### Step 1: Go to Chart of Account
2015-12-03 12:22:46 +00:00
2016-02-26 12:01:23 +00:00
`Accounts > Documents > Chart of Accounts`
2015-12-03 12:22:46 +00:00
2016-02-26 12:01:23 +00:00
#### Step 2: Go to Account
2015-12-03 12:22:46 +00:00
2016-11-29 10:37:33 +00:00
For an Account to be merged, click on the "Rename" option.
2015-12-03 12:22:46 +00:00
2018-02-07 13:29:06 +00:00
< img alt = "Sales Order File Attachment" class = "screenshot" src = "{{docs_base_url}}/assets/img/articles/merge-docs-1.png" >
2015-12-03 12:22:46 +00:00
2016-02-26 12:01:23 +00:00
#### Step 3: Merge Account
2015-12-03 12:22:46 +00:00
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.
2015-12-03 12:22:46 +00:00
2016-11-29 10:37:33 +00:00
Following is how the merged account will appear in the Chart of Accounts master.
2015-12-03 12:22:46 +00:00
2018-02-07 13:29:06 +00:00
< img alt = "Sales Order File Attachment" class = "screenshot" src = "{{docs_base_url}}/assets/img/articles/merge-docs-2.gif" >
2015-12-03 12:22:46 +00:00
2016-02-26 12:01:23 +00:00
###Effect of Merging
2015-12-03 12:22:46 +00:00
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.
2015-12-03 12:22:46 +00:00
2016-02-26 12:01:23 +00:00
< div class = "well" > Note: Group Account cannot be merged into Child Account and vice versa.< / div >
2015-12-03 12:22:46 +00:00
2016-11-29 10:37:33 +00:00
<!-- markdown -->