Merge lp:~openerp-community/openobject-doc/openobject_doc-account_asset-uco into lp:~openerp-dev/openobject-doc/v61-documentation

Proposed by Ujjvala Collins
Status: Needs review
Proposed branch: lp:~openerp-community/openobject-doc/openobject_doc-account_asset-uco
Merge into: lp:~openerp-dev/openobject-doc/v61-documentation
Diff against target: 210 lines (+148/-2)
4 files modified
books/book_accounting/source/index.rst (+2/-0)
source/book/3/3_7/account_asset.rst (+142/-0)
source/book/3/3_7/index.rst (+1/-0)
source/features/assets_management.rst (+3/-2)
To merge this branch: bzr merge lp:~openerp-community/openobject-doc/openobject_doc-account_asset-uco
Reviewer Review Type Date Requested Status
Bhumika Shrimali Pending
Review via email: mp+79518@code.launchpad.net

Description of the change

[ADD]:
-------------
* Added asset management documentation.

To post a comment you must log in.

Unmerged revisions

1609. By Ujjvala Collins

[IMP]: Improved asset management doc.

1608. By Ujjvala Collins

[IMP]: Improvements on account asset doc.

1607. By Ujjvala Collins

[IMP]: Improved asset doc.

1606. By Ujjvala Collins

[IMP]: Corrected assets management feature.

1605. By Ujjvala Collins

[IMP]: Improved asset doc.

1604. By Ujjvala Collins

[ADD]: Added doc for asset management.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'books/book_accounting/source/index.rst'
--- books/book_accounting/source/index.rst 2011-09-21 07:50:04 +0000
+++ books/book_accounting/source/index.rst 2011-10-17 07:34:25 +0000
@@ -5,6 +5,8 @@
5 0/index5 0/index
6 1/index6 1/index
7 2/index7 2/index
8 3/index
9 4/index
810
9.. Copyright © Open Object Press. All rights reserved.11.. Copyright © Open Object Press. All rights reserved.
1012
1113
=== added file 'source/book/3/3_7/account_asset.rst'
--- source/book/3/3_7/account_asset.rst 1970-01-01 00:00:00 +0000
+++ source/book/3/3_7/account_asset.rst 2011-10-17 07:34:25 +0000
@@ -0,0 +1,142 @@
1
2.. index::
3 pair: managing; asset
4
5Asset Management
6================
7 *Financial and accounting asset management. To manage the assets owned by a company or an individual and to keep track of depreciation occurred on those assets. Also allows to create accounting moves of the depreciation lines.*
8
9You can manage your assets and accounting related to those assets using account_asset module.
10The configuration wizard to install this module is shown below:
11
12.. figure:: images/picture_7.png
13 :scale: 75
14 :align: center
15
16 *Configuration wizard to install account_asset module*
17
18Using the menu *Accounting ‣ Assets ‣ Assets,* you can store all information related to your assets like how much depreciation can be occurred, depreciation amount based on selected depreciation method, date on which the asset is purchased, purchase value of the asset, supplier of the asset etc.
19
20You can also see different states of assets.
21If the asset is confirmed then the depreciation lines can be posted in the accounting.
22An asset can be closed manually when depreciation is over or it will be closed automatically when the last depreciation line is posted.
23
24You can also see asset hierarchy by using menu *Accounting ‣ Assets ‣ Asset Hierarchy*.
25
26The statistical report for assets can be seen using the menu *Accounting ‣ Reporting ‣ Statistic Reports ‣ Assets Analysis*.
27
28Define asset categories
29-----------------------
30
31You can create asset categories by using the form view opens after the configuration wizard.
32You can see it as below:
33
34.. figure:: images/picture_2.png
35 :scale: 75
36 :align: center
37
38 *Asset categories form*
39
40You can add more categories by navigating to the menu: *Accounting ‣ Configuration ‣ Financial Accounting ‣ Assets ‣ Asset Categories* and click *New*.
41
42You can configure the following information:
43
44 - *Name* : A name for asset category
45 - *Journal* : A journal to store the accouting entries mostly purchase or expense journal.
46 - *Asset Account* : This account will be credited when depreciation line is posted.
47 - *Depreciation Account* : Account, same as Asset Account or it can be different for storing depreciation separately.
48 - *Depr.
49 Expense Account* : Account which will be debited when depreciation line is posted.
50 - *Time Method* : Either ``Number of Depreciations`` or ``Ending Date``.
51 - *Number of Depreciations* : If time method is ``Number of Depreciations`` you must specify a number of depreciation lines.
52 - *Ending Date* : If time method is ``Ending Date`` then you must specify the ending date and the depreciation date won't go beyond this date.
53 - *Period Length* : Time duration between two depreciations, in months.
54 - *Computation Method* : Either ``Linear`` or ``Degressive``.
55 - *Degressive Factor* : If computation method is ``Degressive`` then you must specify degressive factor.
56 This is used to calculate depreciation lines by multiplying it with remaining depreciation value.
57 - *Prorata Temporis* : If **True**, first depreciation entry will be calculated from purchase date.
58 - *Skip Draft State* : If **True**, assets of this category will be automatically confirmed when created from invoice.
59
60Manage assets and depreciation
61------------------------------
62
63.. figure:: images/picture_1.png
64 :scale: 75
65 :align: center
66
67 *Assets form*
68
69You can create asset by using the menu *Accounting ‣ Assets ‣ Assets* and click *New*. You can enter following information for assets.
70
71 - *Asset* : A name for an asset.
72 - *Asset Category* : Select a category for the asset.
73 - *Gross Value* : Gross purchase amount of the asset.
74 - *Salvage Value* : Amount which we plan to have that cannot be depreciated.
75 - *Purchase Date* : Date on which asset is purchased.
76 - *Partner* : Supplier of the asset.
77
78After computing the depreciation you get the following values in Depreciation board based on selected methods and period.
79Now you can confirm the asset by clicking on *Confirm Asset* button.
80The state of the asset will now be ``Running``.
81
82For the confirmed assets you can post the depreciation lines by clicking on *Create Move* button on depreciation line.
83You can also see that *Depreciation Amount* on depreciation line is deducted from the *Residual Value*.
84
85.. figure:: images/picture_8.png
86 :scale: 75
87 :align: center
88
89 *Depreciation board*
90
91You can see the accounting entry for the posted depreciation lines on *History* tab as shown below:
92
93.. figure:: images/picture_3.png
94 :scale: 75
95 :align: center
96
97 *Accounting entry for posted depreciation line*
98
99You can get a complete report for account move entries of assets in the Balance Sheet report by using the menu *Accounting ‣ Reporting ‣ Legal reports ‣ Accounting Reports ‣ Balance Sheet*. You can select a related Chart of Accounts and check Landscape Mode field and click on *Print* to generate a PDF report with your specifications.
100You will get the following report.
101
102.. figure:: images/picture_10.png
103 :scale: 75
104 :align: center
105
106 *Balance Sheet PDF report*
107
108Analysis of Assets
109------------------
110
111*Accounting ‣ Reporting ‣ Statistic Reports ‣ Assets Analysis* will give you the statistical report of assets.
112This report is enhanced by various filters and groupings to assist you in your search and required information.
113
114.. figure:: images/picture_4.png
115 :scale: 75
116 :align: center
117
118 *Asset Analysis report*
119
120
121Assets and Invoice
122------------------
123
124From the menu *Accounting ‣ Suppliers ‣ Supplier Invoices* and click *New*, you can create a supplier invoice.
125You can select the supplier.
126On *Invoice line* you can click on *New* and select the *Product* you want to make it as asset and *Asset Category*. You can now click on *Save & Close*.
127
128.. figure:: images/picture_5.png
129 :scale: 75
130 :align: center
131
132 *Invoice line form*
133
134
135Now you can *Approve* the invoice, there will be an asset created for the product selected on invoice line.
136You can see it by going to the menu *Accounting ‣ Assets ‣ Assets*.
137
138.. figure:: images/picture_0.png
139 :scale: 75
140 :align: center
141
142 *Assets tree view*
0143
=== added file 'source/book/3/3_7/images/picture_0.png'
1Binary files source/book/3/3_7/images/picture_0.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_0.png 2011-10-17 07:34:25 +0000 differ144Binary files source/book/3/3_7/images/picture_0.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_0.png 2011-10-17 07:34:25 +0000 differ
=== added file 'source/book/3/3_7/images/picture_1.png'
2Binary files source/book/3/3_7/images/picture_1.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_1.png 2011-10-17 07:34:25 +0000 differ145Binary files source/book/3/3_7/images/picture_1.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_1.png 2011-10-17 07:34:25 +0000 differ
=== added file 'source/book/3/3_7/images/picture_10.png'
3Binary files source/book/3/3_7/images/picture_10.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_10.png 2011-10-17 07:34:25 +0000 differ146Binary files source/book/3/3_7/images/picture_10.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_10.png 2011-10-17 07:34:25 +0000 differ
=== added file 'source/book/3/3_7/images/picture_2.png'
4Binary files source/book/3/3_7/images/picture_2.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_2.png 2011-10-17 07:34:25 +0000 differ147Binary files source/book/3/3_7/images/picture_2.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_2.png 2011-10-17 07:34:25 +0000 differ
=== added file 'source/book/3/3_7/images/picture_3.png'
5Binary files source/book/3/3_7/images/picture_3.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_3.png 2011-10-17 07:34:25 +0000 differ148Binary files source/book/3/3_7/images/picture_3.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_3.png 2011-10-17 07:34:25 +0000 differ
=== added file 'source/book/3/3_7/images/picture_4.png'
6Binary files source/book/3/3_7/images/picture_4.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_4.png 2011-10-17 07:34:25 +0000 differ149Binary files source/book/3/3_7/images/picture_4.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_4.png 2011-10-17 07:34:25 +0000 differ
=== added file 'source/book/3/3_7/images/picture_5.png'
7Binary files source/book/3/3_7/images/picture_5.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_5.png 2011-10-17 07:34:25 +0000 differ150Binary files source/book/3/3_7/images/picture_5.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_5.png 2011-10-17 07:34:25 +0000 differ
=== added file 'source/book/3/3_7/images/picture_6.png'
8Binary files source/book/3/3_7/images/picture_6.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_6.png 2011-10-17 07:34:25 +0000 differ151Binary files source/book/3/3_7/images/picture_6.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_6.png 2011-10-17 07:34:25 +0000 differ
=== added file 'source/book/3/3_7/images/picture_7.png'
9Binary files source/book/3/3_7/images/picture_7.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_7.png 2011-10-17 07:34:25 +0000 differ152Binary files source/book/3/3_7/images/picture_7.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_7.png 2011-10-17 07:34:25 +0000 differ
=== added file 'source/book/3/3_7/images/picture_8.png'
10Binary files source/book/3/3_7/images/picture_8.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_8.png 2011-10-17 07:34:25 +0000 differ153Binary files source/book/3/3_7/images/picture_8.png 1970-01-01 00:00:00 +0000 and source/book/3/3_7/images/picture_8.png 2011-10-17 07:34:25 +0000 differ
=== modified file 'source/book/3/3_7/index.rst'
--- source/book/3/3_7/index.rst 2011-09-01 10:16:12 +0000
+++ source/book/3/3_7/index.rst 2011-10-17 07:34:25 +0000
@@ -156,6 +156,7 @@
156 accounting_workflow156 accounting_workflow
157 invoicing157 invoicing
158 accounting_entries158 accounting_entries
159 account_asset
159160
160.. raw:: html161.. raw:: html
161162
162163
=== modified file 'source/features/assets_management.rst'
--- source/features/assets_management.rst 2011-06-06 10:23:59 +0000
+++ source/features/assets_management.rst 2011-10-17 07:34:25 +0000
@@ -18,8 +18,9 @@
18Key Points:18Key Points:
19-----------19-----------
2020
21* Different methods of costing,21* Different methods of depreciation on assets,
22* IFRS compliant,22* Computation of depreciation according to set time period and depreciation method,
23* Maintenance of all accouting entries based on the value, etc.
2324
24Integration Benefits:25Integration Benefits:
25---------------------26---------------------
2627
=== modified file 'source/features/images/asset_management_screenshot.png'
27Binary files source/features/images/asset_management_screenshot.png 2009-07-19 19:02:35 +0000 and source/features/images/asset_management_screenshot.png 2011-10-17 07:34:25 +0000 differ28Binary files source/features/images/asset_management_screenshot.png 2009-07-19 19:02:35 +0000 and source/features/images/asset_management_screenshot.png 2011-10-17 07:34:25 +0000 differ

Subscribers

People subscribed via source and target branches