~openerp-chinese-team/openobject-doc/Chinese-init

« back to all changes in this revision

Viewing changes to i18n/zh_CN/source/book/3/3_9/chart_of_accounts.rst

  • Committer: JoshuaJan
  • Date: 2012-12-04 01:36:44 UTC
  • Revision ID: popkar77@gmail.com-20121204013644-k25kpyac672wxe22
Chinese initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. index::
 
3
.. i18n:    single: accounts; chart
 
4
.. i18n:    single: chart of accounts
 
5
..
 
6
 
 
7
.. index::
 
8
   single: accounts; chart
 
9
   single: chart of accounts
 
10
 
 
11
.. i18n: Chart of Accounts
 
12
.. i18n: =================
 
13
..
 
14
 
 
15
Chart of Accounts
 
16
=================
 
17
 
 
18
.. i18n: .. index::
 
19
.. i18n:    single: modules; l10n_
 
20
.. i18n:    single: modules; l10n_be
 
21
..
 
22
 
 
23
.. index::
 
24
   single: modules; l10n_
 
25
   single: modules; l10n_be
 
26
 
 
27
.. i18n: When configuring the software, OpenERP allows you to choose predefined charts of accounts, which include all basic configuration, such as tax codes and fiscal positions. Of course, you can also define your own chart of accounts.
 
28
..
 
29
 
 
30
When configuring the software, OpenERP allows you to choose predefined charts of accounts, which include all basic configuration, such as tax codes and fiscal positions. Of course, you can also define your own chart of accounts.
 
31
 
 
32
.. i18n: Using a Preconfigured Chart of Accounts
 
33
.. i18n: ---------------------------------------
 
34
..
 
35
 
 
36
Using a Preconfigured Chart of Accounts
 
37
---------------------------------------
 
38
 
 
39
.. i18n: On installation, the software allows you to select a default chart of accounts from a huge list of predefined charts. To install the chart of accounts as well as the tax definitions for your own country (in most cases), select the chart corresponding to your country from the ``Installation Wizard``.
 
40
.. i18n: The ``Generic Chart of Accounts`` offers a default (but limited) set of accounts which can be used as a basic chart in any country. The ``Chart of Accounts`` list also includes a lot of localised charts of accounts.
 
41
..
 
42
 
 
43
On installation, the software allows you to select a default chart of accounts from a huge list of predefined charts. To install the chart of accounts as well as the tax definitions for your own country (in most cases), select the chart corresponding to your country from the ``Installation Wizard``.
 
44
The ``Generic Chart of Accounts`` offers a default (but limited) set of accounts which can be used as a basic chart in any country. The ``Chart of Accounts`` list also includes a lot of localised charts of accounts.
 
45
 
 
46
.. i18n: .. figure::  images/account_chart.png
 
47
.. i18n:    :scale: 75
 
48
.. i18n:    :align: center
 
49
.. i18n: 
 
50
.. i18n:    *Starting from a Generic Chart of Accounts*
 
51
..
 
52
 
 
53
.. figure::  images/account_chart.png
 
54
   :scale: 75
 
55
   :align: center
 
56
 
 
57
   *Starting from a Generic Chart of Accounts*
 
58
 
 
59
.. i18n: The wizard will change a bit according to the chart of accounts you select. For the Generic Chart you will be able to add a tax percentage, which will not be the case when you install, for instance, the chart named ``Belgium - Plan Comptable Minimum Normalise``. Here OpenERP will automatically install the tax configuration for Belgium too. You will, however, be able to select the default sales and purchase tax to be added when you create a new product.
 
60
..
 
61
 
 
62
The wizard will change a bit according to the chart of accounts you select. For the Generic Chart you will be able to add a tax percentage, which will not be the case when you install, for instance, the chart named ``Belgium - Plan Comptable Minimum Normalise``. Here OpenERP will automatically install the tax configuration for Belgium too. You will, however, be able to select the default sales and purchase tax to be added when you create a new product.
 
63
 
 
64
.. i18n: .. figure::  images/account_chart_be.png
 
65
.. i18n:    :scale: 75
 
66
.. i18n:    :align: center
 
67
.. i18n: 
 
68
.. i18n:    *Starting from a Belgian Chart of Accounts*
 
69
..
 
70
 
 
71
.. figure::  images/account_chart_be.png
 
72
   :scale: 75
 
73
   :align: center
 
74
 
 
75
   *Starting from a Belgian Chart of Accounts*
 
76
 
 
77
.. i18n: Please keep in mind that even when you use a default chart of accounts, you can still modify it to fit your needs.
 
78
..
 
79
 
 
80
Please keep in mind that even when you use a default chart of accounts, you can still modify it to fit your needs.
 
81
 
 
82
.. i18n: .. note:: Modules
 
83
.. i18n: 
 
84
.. i18n:     You can install a chart from the list of modules too, so simply skip the installation wizard then. The module name will be like :mod:`l10n_XX` where XX represents your country code in two letters. For example, to get the chart of accounts for Belgium, go to :menuselection:`Settings --> Modules --> Modules` and install the module :mod:`l10n_be`. This will propose the exact same chart from the wizard (``Belgium - Plan Comptable Minimum Normalise``).
 
85
..
 
86
 
 
87
.. note:: Modules
 
88
 
 
89
    You can install a chart from the list of modules too, so simply skip the installation wizard then. The module name will be like :mod:`l10n_XX` where XX represents your country code in two letters. For example, to get the chart of accounts for Belgium, go to :menuselection:`Settings --> Modules --> Modules` and install the module :mod:`l10n_be`. This will propose the exact same chart from the wizard (``Belgium - Plan Comptable Minimum Normalise``).
 
90
 
 
91
.. i18n: Some of these pre-defined charts of accounts are comprehensive and accurate, others rather have a more tentative status and are simply indicators of the possibilities. You can modify these, or build your own accounts onto the default chart, or replace it entirely with a custom chart.
 
92
..
 
93
 
 
94
Some of these pre-defined charts of accounts are comprehensive and accurate, others rather have a more tentative status and are simply indicators of the possibilities. You can modify these, or build your own accounts onto the default chart, or replace it entirely with a custom chart.
 
95
 
 
96
.. i18n: Creating a Chart of Accounts
 
97
.. i18n: ----------------------------
 
98
..
 
99
 
 
100
Creating a Chart of Accounts
 
101
----------------------------
 
102
 
 
103
.. i18n: .. index::
 
104
.. i18n:    pair: account; type
 
105
..
 
106
 
 
107
.. index::
 
108
   pair: account; type
 
109
 
 
110
.. i18n: Start by creating :guilabel:`Account Types`, which determine the kind of account and the way in which accounts will be treated at financial year closing.
 
111
..
 
112
 
 
113
Start by creating :guilabel:`Account Types`, which determine the kind of account and the way in which accounts will be treated at financial year closing.
 
114
 
 
115
.. i18n: To add, modify or delete existing account types, go to the menu :menuselection:`Accounting --> Configuration --> Financial Accounting --> Accounts --> Account Types`.
 
116
..
 
117
 
 
118
To add, modify or delete existing account types, go to the menu :menuselection:`Accounting --> Configuration --> Financial Accounting --> Accounts --> Account Types`.
 
119
 
 
120
.. i18n: .. figure::  images/account_type.png
 
121
.. i18n:    :scale: 75
 
122
.. i18n:    :align: center
 
123
.. i18n: 
 
124
.. i18n:    *Defining Account Types*
 
125
..
 
126
 
 
127
.. figure::  images/account_type.png
 
128
   :scale: 75
 
129
   :align: center
 
130
 
 
131
   *Defining Account Types*
 
132
 
 
133
.. i18n: The fields used to define an account type are the following:
 
134
..
 
135
 
 
136
The fields used to define an account type are the following:
 
137
 
 
138
.. i18n: *  :guilabel:`Account Type`: the name of the account type.
 
139
.. i18n: 
 
140
.. i18n: *  :guilabel:`Code`: the code of the account type.
 
141
.. i18n: 
 
142
.. i18n: *  :guilabel:`PL/BS Category`: this category determines where in a report the account will be printed (i.e. Balance Sheet and Profit and Loss). There are five types you can use: No type at all (/), Balance Sheet (Assets Accounts = active), Balance Sheet (Liabilities Accounts = passive), Profit & Loss (Income) and Profit & Loss (Expense).
 
143
.. i18n: 
 
144
.. i18n: *  :guilabel:`Deferral Method`: this field indicates how and whether the account will be transferred at financial year closing.
 
145
.. i18n: 
 
146
.. i18n:     - ``None`` means that the account will not be transferred. Typically used for profit and loss accounts.
 
147
.. i18n:     - ``Balance`` means that the account balance will be transferred at year closing. Typically used for balance sheet accounts.
 
148
.. i18n:     - ``Detail`` means that every single entry will be transferred to the next financial year.
 
149
.. i18n:     - ``Unreconciled`` means that only unreconciled (outstanding) entries will be transferred to the next financial year. Typically used for centralisation accounts.
 
150
.. i18n: 
 
151
.. i18n: *  :guilabel:`Sign on Reports`: this field allows you to reverse the sign of accounts, such as Income accounts being printed positive instead of the default negative. Use ``Reverse balance sign`` to accomplish this.
 
152
..
 
153
 
 
154
*  :guilabel:`Account Type`: the name of the account type.
 
155
 
 
156
*  :guilabel:`Code`: the code of the account type.
 
157
 
 
158
*  :guilabel:`PL/BS Category`: this category determines where in a report the account will be printed (i.e. Balance Sheet and Profit and Loss). There are five types you can use: No type at all (/), Balance Sheet (Assets Accounts = active), Balance Sheet (Liabilities Accounts = passive), Profit & Loss (Income) and Profit & Loss (Expense).
 
159
 
 
160
*  :guilabel:`Deferral Method`: this field indicates how and whether the account will be transferred at financial year closing.
 
161
 
 
162
    - ``None`` means that the account will not be transferred. Typically used for profit and loss accounts.
 
163
    - ``Balance`` means that the account balance will be transferred at year closing. Typically used for balance sheet accounts.
 
164
    - ``Detail`` means that every single entry will be transferred to the next financial year.
 
165
    - ``Unreconciled`` means that only unreconciled (outstanding) entries will be transferred to the next financial year. Typically used for centralisation accounts.
 
166
 
 
167
*  :guilabel:`Sign on Reports`: this field allows you to reverse the sign of accounts, such as Income accounts being printed positive instead of the default negative. Use ``Reverse balance sign`` to accomplish this.
 
168
 
 
169
.. i18n: Use the :guilabel:`View` type for accounts that make up the structure of the charts and have no account data inputs of their own.
 
170
..
 
171
 
 
172
Use the :guilabel:`View` type for accounts that make up the structure of the charts and have no account data inputs of their own.
 
173
 
 
174
.. i18n: To add, modify or delete existing accounts, use the menu :menuselection:`Accounting --> Configuration --> Financial Accounting --> Accounts --> Accounts`.
 
175
..
 
176
 
 
177
To add, modify or delete existing accounts, use the menu :menuselection:`Accounting --> Configuration --> Financial Accounting --> Accounts --> Accounts`.
 
178
 
 
179
.. i18n: .. figure::  images/account_form.png
 
180
.. i18n:    :scale: 75
 
181
.. i18n:    :align: center
 
182
.. i18n: 
 
183
.. i18n:    *Defining Accounts*
 
184
..
 
185
 
 
186
.. figure::  images/account_form.png
 
187
   :scale: 75
 
188
   :align: center
 
189
 
 
190
   *Defining Accounts*
 
191
 
 
192
.. i18n: The main account fields are:
 
193
..
 
194
 
 
195
The main account fields are:
 
196
 
 
197
.. i18n: *  :guilabel:`Name`: the account name.
 
198
.. i18n: 
 
199
.. i18n: *  :guilabel:`Code`: the code length is not limited to a specific number of digits. Use code 0 to indicate the root account.
 
200
.. i18n: 
 
201
.. i18n: *  :guilabel:`Parent`: determines which account is the parent of this one, to create the tree structure of
 
202
.. i18n:    the chart of accounts.
 
203
.. i18n: 
 
204
.. i18n: *  :guilabel:`Internal Type`: internal types have special effects in OpenERP.
 
205
.. i18n:    By default, the following types are available:
 
206
.. i18n:    ``View`` can be used to create a hierarchical structure for your accounts (grouping),
 
207
.. i18n:    ``Regular`` any account that does not fit into one of the other types; most of the accounts will have this type,
 
208
.. i18n:    ``Receivable`` - ``Payable``: these types are used to indicate the centralisation accounts (for customers and suppliers) that will be set for each partner,
 
209
.. i18n:    ``Liquidity`` used to indicate financial accounts (bank and cash accounts),
 
210
.. i18n:    ``Consolidation`` to create a virtual (or consolidation) chart of accounts,
 
211
.. i18n:    ``Closed`` to indicate accounts that are no longer used.
 
212
.. i18n: 
 
213
.. i18n: *  :guilabel:`Account Type`: it is important to select the corresponding account type, as explained above. This will have an impact at year closing and also when printing reports.
 
214
.. i18n: 
 
215
.. i18n: *  :guilabel:`Secondary Currency`: forces all the moves for this account to have this secondary currency. Note that you can also define exchange rates from the menu :menuselection:`Accounting --> Configuration --> Miscellaneous --> Currencies`.
 
216
.. i18n: 
 
217
.. i18n: *  :guilabel:`Outgoing Currencies Rate`: to be selected only when you add a secondary currency. You have two options for outgoing transactions: ``At Date`` or ``Average Rate``. Incoming transactions are always calculated ``At Date``, according to the date of the transaction.
 
218
.. i18n: 
 
219
.. i18n: *  :guilabel:`Allow Reconciliation`: determines if you can reconcile the entries in this account. Activate this field for receivable and payable accounts and any other account that need to be reconciled other than by bank statements.
 
220
.. i18n: 
 
221
.. i18n: *  :guilabel:`Default Taxes`: this is the default tax applied to purchases or sales using this account. It enables the system to propose tax entries automatically when entering data in a journal manually.
 
222
..
 
223
 
 
224
*  :guilabel:`Name`: the account name.
 
225
 
 
226
*  :guilabel:`Code`: the code length is not limited to a specific number of digits. Use code 0 to indicate the root account.
 
227
 
 
228
*  :guilabel:`Parent`: determines which account is the parent of this one, to create the tree structure of
 
229
   the chart of accounts.
 
230
 
 
231
*  :guilabel:`Internal Type`: internal types have special effects in OpenERP.
 
232
   By default, the following types are available:
 
233
   ``View`` can be used to create a hierarchical structure for your accounts (grouping),
 
234
   ``Regular`` any account that does not fit into one of the other types; most of the accounts will have this type,
 
235
   ``Receivable`` - ``Payable``: these types are used to indicate the centralisation accounts (for customers and suppliers) that will be set for each partner,
 
236
   ``Liquidity`` used to indicate financial accounts (bank and cash accounts),
 
237
   ``Consolidation`` to create a virtual (or consolidation) chart of accounts,
 
238
   ``Closed`` to indicate accounts that are no longer used.
 
239
 
 
240
*  :guilabel:`Account Type`: it is important to select the corresponding account type, as explained above. This will have an impact at year closing and also when printing reports.
 
241
 
 
242
*  :guilabel:`Secondary Currency`: forces all the moves for this account to have this secondary currency. Note that you can also define exchange rates from the menu :menuselection:`Accounting --> Configuration --> Miscellaneous --> Currencies`.
 
243
 
 
244
*  :guilabel:`Outgoing Currencies Rate`: to be selected only when you add a secondary currency. You have two options for outgoing transactions: ``At Date`` or ``Average Rate``. Incoming transactions are always calculated ``At Date``, according to the date of the transaction.
 
245
 
 
246
*  :guilabel:`Allow Reconciliation`: determines if you can reconcile the entries in this account. Activate this field for receivable and payable accounts and any other account that need to be reconciled other than by bank statements.
 
247
 
 
248
*  :guilabel:`Default Taxes`: this is the default tax applied to purchases or sales using this account. It enables the system to propose tax entries automatically when entering data in a journal manually.
 
249
 
 
250
.. i18n: The tree structure of the accounts can be altered as often and as much as you wish without recalculating any of the individual entries. So you can easily restructure your account during the year to reflect the reality of the company better.
 
251
..
 
252
 
 
253
The tree structure of the accounts can be altered as often and as much as you wish without recalculating any of the individual entries. So you can easily restructure your account during the year to reflect the reality of the company better.
 
254
 
 
255
.. i18n: You can have a look at active charts of accounts using the menu :menuselection:`Accounting --> Charts --> Chart of Accounts`, and :guilabel:`Open Charts` for the selected year, account moves and periods. Click an account to drill down to its details. 
 
256
..
 
257
 
 
258
You can have a look at active charts of accounts using the menu :menuselection:`Accounting --> Charts --> Chart of Accounts`, and :guilabel:`Open Charts` for the selected year, account moves and periods. Click an account to drill down to its details. 
 
259
 
 
260
.. i18n: .. note:: Hierarchical Charts
 
261
.. i18n: 
 
262
.. i18n:         Most accounting software packages represent their charts of accounts in the form of a list. You can
 
263
.. i18n:         do this in OpenERP as well if you want to, but its tree view offers several advantages:
 
264
.. i18n: 
 
265
.. i18n:         * it lets you show in detail only the accounts that interest you,
 
266
.. i18n: 
 
267
.. i18n:         * it enables you to get a global view of accounts (when you show only summary accounts),
 
268
.. i18n: 
 
269
.. i18n:         * it is more intuitive, because you can search for accounts on the basis of their classification,
 
270
.. i18n: 
 
271
.. i18n:         * it is flexible because you can easily restructure them.
 
272
..
 
273
 
 
274
.. note:: Hierarchical Charts
 
275
 
 
276
        Most accounting software packages represent their charts of accounts in the form of a list. You can
 
277
        do this in OpenERP as well if you want to, but its tree view offers several advantages:
 
278
 
 
279
        * it lets you show in detail only the accounts that interest you,
 
280
 
 
281
        * it enables you to get a global view of accounts (when you show only summary accounts),
 
282
 
 
283
        * it is more intuitive, because you can search for accounts on the basis of their classification,
 
284
 
 
285
        * it is flexible because you can easily restructure them.
 
286
 
 
287
.. i18n: The structure of the chart of accounts is hierarchical, with account subtotals calculated from the ``View`` accounts. You can develop a set of view accounts to contain only those elements that interest you.
 
288
..
 
289
 
 
290
The structure of the chart of accounts is hierarchical, with account subtotals calculated from the ``View`` accounts. You can develop a set of view accounts to contain only those elements that interest you.
 
291
 
 
292
.. i18n: To get the details of the account entries that are important to you, all you need to do is click the account's code or name.
 
293
..
 
294
 
 
295
To get the details of the account entries that are important to you, all you need to do is click the account's code or name.
 
296
 
 
297
.. i18n: Displaying the chart of accounts can take several seconds, because OpenERP calculates the debits, credits and balance for each account in real time. 
 
298
..
 
299
 
 
300
Displaying the chart of accounts can take several seconds, because OpenERP calculates the debits, credits and balance for each account in real time. 
 
301
 
 
302
.. i18n: .. index::
 
303
.. i18n:    single: consolidation (accounting)
 
304
.. i18n:    pair: chart of accounts; virtual
 
305
..
 
306
 
 
307
.. index::
 
308
   single: consolidation (accounting)
 
309
   pair: chart of accounts; virtual
 
310
 
 
311
.. i18n: Virtual Charts of Accounts
 
312
.. i18n: --------------------------
 
313
..
 
314
 
 
315
Virtual Charts of Accounts
 
316
--------------------------
 
317
 
 
318
.. i18n: The structure of a chart of accounts is imposed by the legislation in effect in the country concerned. Unfortunately, that structure does not always correspond to the view that a company needs.
 
319
..
 
320
 
 
321
The structure of a chart of accounts is imposed by the legislation in effect in the country concerned. Unfortunately, that structure does not always correspond to the view that a company needs.
 
322
 
 
323
.. i18n: In OpenERP, you can use the concept of virtual charts of accounts to manage several representations of the same accounts simultaneously. These representations can be shown in real time with no additional data entry.
 
324
..
 
325
 
 
326
In OpenERP, you can use the concept of virtual charts of accounts to manage several representations of the same accounts simultaneously. These representations can be shown in real time with no additional data entry.
 
327
 
 
328
.. i18n: So your general chart of accounts can be the one imposed by the statutes of your country, and your CEO can then have other virtual charts as necessary, based on the accounts in the general chart. For example, you can create a view per department, a cash-flow and liquidity view, or consolidated accounts for different companies.
 
329
..
 
330
 
 
331
So your general chart of accounts can be the one imposed by the statutes of your country, and your CEO can then have other virtual charts as necessary, based on the accounts in the general chart. For example, you can create a view per department, a cash-flow and liquidity view, or consolidated accounts for different companies.
 
332
 
 
333
.. i18n: The most interesting thing about virtual charts of accounts is that they can be used in the same way as the default chart of accounts for the whole organization. For example, you can establish budgets from your consolidated accounts or from the accounts from one of your companies.
 
334
..
 
335
 
 
336
The most interesting thing about virtual charts of accounts is that they can be used in the same way as the default chart of accounts for the whole organization. For example, you can establish budgets from your consolidated accounts or from the accounts from one of your companies.
 
337
 
 
338
.. i18n: .. tip:: Virtual Accounts
 
339
.. i18n: 
 
340
.. i18n:         Virtual accounts enable you to provide different representations of one or several existing charts of accounts.
 
341
.. i18n:         Creating and restructuring virtual accounts has no impact on the accounting entries.
 
342
.. i18n:         You can then use the virtual charts with no risk of altering the general chart of accounts or future accounting entries.
 
343
.. i18n: 
 
344
.. i18n:         Because they are used only to get a different representation of the same entries, they are very useful for:
 
345
.. i18n: 
 
346
.. i18n:         * consolidating several companies in real time,
 
347
.. i18n: 
 
348
.. i18n:         * reporting to a holding according to their chart of accounts,
 
349
.. i18n: 
 
350
.. i18n:         * depreciation calculations,
 
351
.. i18n: 
 
352
.. i18n:         * cash-flow views,
 
353
.. i18n: 
 
354
.. i18n:         * getting more useful views than those imposed,
 
355
.. i18n: 
 
356
.. i18n:         * presenting summary charts to other users that are appropriate to their general system rights.
 
357
.. i18n: 
 
358
.. i18n:         So there are good reasons for viewing the impact of financial transactions through virtual charts, such as budgets and financial indicators based on special views of the company.
 
359
..
 
360
 
 
361
.. tip:: Virtual Accounts
 
362
 
 
363
        Virtual accounts enable you to provide different representations of one or several existing charts of accounts.
 
364
        Creating and restructuring virtual accounts has no impact on the accounting entries.
 
365
        You can then use the virtual charts with no risk of altering the general chart of accounts or future accounting entries.
 
366
 
 
367
        Because they are used only to get a different representation of the same entries, they are very useful for:
 
368
 
 
369
        * consolidating several companies in real time,
 
370
 
 
371
        * reporting to a holding according to their chart of accounts,
 
372
 
 
373
        * depreciation calculations,
 
374
 
 
375
        * cash-flow views,
 
376
 
 
377
        * getting more useful views than those imposed,
 
378
 
 
379
        * presenting summary charts to other users that are appropriate to their general system rights.
 
380
 
 
381
        So there are good reasons for viewing the impact of financial transactions through virtual charts, such as budgets and financial indicators based on special views of the company.
 
382
 
 
383
.. i18n: To create a new chart of accounts you should create a root account using the menu :menuselection:`Accounting --> Configuration --> Financial Accounting --> Accounts --> Accounts`. Your top level account should have a name, a code (different from any other code in your current chart), an :guilabel:`Internal Type` and :guilabel:`Account Type`  \ ``View``\. Then you can choose your structure by creating other accounts of :guilabel:`Account Type` \ ``View``\ as necessary. The :guilabel:`Internal Type` should be of the ``Consolidation`` type if you want to map accounts. Check your virtual structure using the menu :menuselection:`Financial Management --> Charts --> Charts of Accounts` and select the corresponding chart in the drop-down list at the top of the screen.
 
384
..
 
385
 
 
386
To create a new chart of accounts you should create a root account using the menu :menuselection:`Accounting --> Configuration --> Financial Accounting --> Accounts --> Accounts`. Your top level account should have a name, a code (different from any other code in your current chart), an :guilabel:`Internal Type` and :guilabel:`Account Type`  \ ``View``\. Then you can choose your structure by creating other accounts of :guilabel:`Account Type` \ ``View``\ as necessary. The :guilabel:`Internal Type` should be of the ``Consolidation`` type if you want to map accounts. Check your virtual structure using the menu :menuselection:`Financial Management --> Charts --> Charts of Accounts` and select the corresponding chart in the drop-down list at the top of the screen.
 
387
 
 
388
.. i18n: To be able to map your virtual chart of accounts to your general chart of accounts, you have to set :guilabel:`Internal Type` as ``Consolidation``. From the :guilabel:`Consolidated Children` you can then map accounts or make accounts consolidate. In the :guilabel:`Consolidated Children`, you can add ``View`` accounts or normal accounts. If you add a ``View`` account to the consolidated children, OpenERP will automatically include all existing and future linked accounts.
 
389
..
 
390
 
 
391
To be able to map your virtual chart of accounts to your general chart of accounts, you have to set :guilabel:`Internal Type` as ``Consolidation``. From the :guilabel:`Consolidated Children` you can then map accounts or make accounts consolidate. In the :guilabel:`Consolidated Children`, you can add ``View`` accounts or normal accounts. If you add a ``View`` account to the consolidated children, OpenERP will automatically include all existing and future linked accounts.
 
392
 
 
393
.. i18n: .. figure::  images/account_virtual.png
 
394
.. i18n:    :scale: 75
 
395
.. i18n:    :align: center
 
396
.. i18n: 
 
397
.. i18n:    *Virtual Accounts Mapped to View Account*
 
398
..
 
399
 
 
400
.. figure::  images/account_virtual.png
 
401
   :scale: 75
 
402
   :align: center
 
403
 
 
404
   *Virtual Accounts Mapped to View Account*
 
405
 
 
406
.. i18n: You can then run reports such as :guilabel:`Trial Balance` and :guilabel:`General Ledger` for both your general chart of accounts and your virtual chart(s) giving you another representation of the company. All the actions and states in your general account are also available in the virtual accounts.
 
407
..
 
408
 
 
409
You can then run reports such as :guilabel:`Trial Balance` and :guilabel:`General Ledger` for both your general chart of accounts and your virtual chart(s) giving you another representation of the company. All the actions and states in your general account are also available in the virtual accounts.
 
410
 
 
411
.. i18n: Finally, you can also make virtual charts of accounts from other virtual charts. That can give an additional dimension for financial analysis. You can create an unlimited number of virtual (consolidation) charts of accounts.
 
412
..
 
413
 
 
414
Finally, you can also make virtual charts of accounts from other virtual charts. That can give an additional dimension for financial analysis. You can create an unlimited number of virtual (consolidation) charts of accounts.
 
415
 
 
416
.. i18n: .. Copyright © Open Object Press. All rights reserved.
 
417
..
 
418
 
 
419
.. Copyright © Open Object Press. All rights reserved.
 
420
 
 
421
.. i18n: .. You may take electronic copy of this publication and distribute it if you don't
 
422
.. i18n: .. change the content. You can also print a copy to be read by yourself only.
 
423
..
 
424
 
 
425
.. You may take electronic copy of this publication and distribute it if you don't
 
426
.. change the content. You can also print a copy to be read by yourself only.
 
427
 
 
428
.. i18n: .. We have contracts with different publishers in different countries to sell and
 
429
.. i18n: .. distribute paper or electronic based versions of this book (translated or not)
 
430
.. i18n: .. in bookstores. This helps to distribute and promote the OpenERP product. It
 
431
.. i18n: .. also helps us to create incentives to pay contributors and authors using author
 
432
.. i18n: .. rights of these sales.
 
433
..
 
434
 
 
435
.. We have contracts with different publishers in different countries to sell and
 
436
.. distribute paper or electronic based versions of this book (translated or not)
 
437
.. in bookstores. This helps to distribute and promote the OpenERP product. It
 
438
.. also helps us to create incentives to pay contributors and authors using author
 
439
.. rights of these sales.
 
440
 
 
441
.. i18n: .. Due to this, grants to translate, modify or sell this book are strictly
 
442
.. i18n: .. forbidden, unless Tiny SPRL (representing Open Object Press) gives you a
 
443
.. i18n: .. written authorisation for this.
 
444
..
 
445
 
 
446
.. Due to this, grants to translate, modify or sell this book are strictly
 
447
.. forbidden, unless Tiny SPRL (representing Open Object Press) gives you a
 
448
.. written authorisation for this.
 
449
 
 
450
.. i18n: .. Many of the designations used by manufacturers and suppliers to distinguish their
 
451
.. i18n: .. products are claimed as trademarks. Where those designations appear in this book,
 
452
.. i18n: .. and Open Object Press was aware of a trademark claim, the designations have been
 
453
.. i18n: .. printed in initial capitals.
 
454
..
 
455
 
 
456
.. Many of the designations used by manufacturers and suppliers to distinguish their
 
457
.. products are claimed as trademarks. Where those designations appear in this book,
 
458
.. and Open Object Press was aware of a trademark claim, the designations have been
 
459
.. printed in initial capitals.
 
460
 
 
461
.. i18n: .. While every precaution has been taken in the preparation of this book, the publisher
 
462
.. i18n: .. and the authors assume no responsibility for errors or omissions, or for damages
 
463
.. i18n: .. resulting from the use of the information contained herein.
 
464
..
 
465
 
 
466
.. While every precaution has been taken in the preparation of this book, the publisher
 
467
.. and the authors assume no responsibility for errors or omissions, or for damages
 
468
.. resulting from the use of the information contained herein.
 
469
 
 
470
.. i18n: .. Published by Open Object Press, Grand Rosière, Belgium
 
471
..
 
472
 
 
473
.. Published by Open Object Press, Grand Rosière, Belgium