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
1=== modified file 'books/book_accounting/source/index.rst'
2--- books/book_accounting/source/index.rst 2011-09-21 07:50:04 +0000
3+++ books/book_accounting/source/index.rst 2011-10-17 07:34:25 +0000
4@@ -5,6 +5,8 @@
5 0/index
6 1/index
7 2/index
8+ 3/index
9+ 4/index
10
11 .. Copyright © Open Object Press. All rights reserved.
12
13
14=== added file 'source/book/3/3_7/account_asset.rst'
15--- source/book/3/3_7/account_asset.rst 1970-01-01 00:00:00 +0000
16+++ source/book/3/3_7/account_asset.rst 2011-10-17 07:34:25 +0000
17@@ -0,0 +1,142 @@
18+
19+.. index::
20+ pair: managing; asset
21+
22+Asset Management
23+================
24+ *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.*
25+
26+You can manage your assets and accounting related to those assets using account_asset module.
27+The configuration wizard to install this module is shown below:
28+
29+.. figure:: images/picture_7.png
30+ :scale: 75
31+ :align: center
32+
33+ *Configuration wizard to install account_asset module*
34+
35+Using 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.
36+
37+You can also see different states of assets.
38+If the asset is confirmed then the depreciation lines can be posted in the accounting.
39+An asset can be closed manually when depreciation is over or it will be closed automatically when the last depreciation line is posted.
40+
41+You can also see asset hierarchy by using menu *Accounting ‣ Assets ‣ Asset Hierarchy*.
42+
43+The statistical report for assets can be seen using the menu *Accounting ‣ Reporting ‣ Statistic Reports ‣ Assets Analysis*.
44+
45+Define asset categories
46+-----------------------
47+
48+You can create asset categories by using the form view opens after the configuration wizard.
49+You can see it as below:
50+
51+.. figure:: images/picture_2.png
52+ :scale: 75
53+ :align: center
54+
55+ *Asset categories form*
56+
57+You can add more categories by navigating to the menu: *Accounting ‣ Configuration ‣ Financial Accounting ‣ Assets ‣ Asset Categories* and click *New*.
58+
59+You can configure the following information:
60+
61+ - *Name* : A name for asset category
62+ - *Journal* : A journal to store the accouting entries mostly purchase or expense journal.
63+ - *Asset Account* : This account will be credited when depreciation line is posted.
64+ - *Depreciation Account* : Account, same as Asset Account or it can be different for storing depreciation separately.
65+ - *Depr.
66+ Expense Account* : Account which will be debited when depreciation line is posted.
67+ - *Time Method* : Either ``Number of Depreciations`` or ``Ending Date``.
68+ - *Number of Depreciations* : If time method is ``Number of Depreciations`` you must specify a number of depreciation lines.
69+ - *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.
70+ - *Period Length* : Time duration between two depreciations, in months.
71+ - *Computation Method* : Either ``Linear`` or ``Degressive``.
72+ - *Degressive Factor* : If computation method is ``Degressive`` then you must specify degressive factor.
73+ This is used to calculate depreciation lines by multiplying it with remaining depreciation value.
74+ - *Prorata Temporis* : If **True**, first depreciation entry will be calculated from purchase date.
75+ - *Skip Draft State* : If **True**, assets of this category will be automatically confirmed when created from invoice.
76+
77+Manage assets and depreciation
78+------------------------------
79+
80+.. figure:: images/picture_1.png
81+ :scale: 75
82+ :align: center
83+
84+ *Assets form*
85+
86+You can create asset by using the menu *Accounting ‣ Assets ‣ Assets* and click *New*. You can enter following information for assets.
87+
88+ - *Asset* : A name for an asset.
89+ - *Asset Category* : Select a category for the asset.
90+ - *Gross Value* : Gross purchase amount of the asset.
91+ - *Salvage Value* : Amount which we plan to have that cannot be depreciated.
92+ - *Purchase Date* : Date on which asset is purchased.
93+ - *Partner* : Supplier of the asset.
94+
95+After computing the depreciation you get the following values in Depreciation board based on selected methods and period.
96+Now you can confirm the asset by clicking on *Confirm Asset* button.
97+The state of the asset will now be ``Running``.
98+
99+For the confirmed assets you can post the depreciation lines by clicking on *Create Move* button on depreciation line.
100+You can also see that *Depreciation Amount* on depreciation line is deducted from the *Residual Value*.
101+
102+.. figure:: images/picture_8.png
103+ :scale: 75
104+ :align: center
105+
106+ *Depreciation board*
107+
108+You can see the accounting entry for the posted depreciation lines on *History* tab as shown below:
109+
110+.. figure:: images/picture_3.png
111+ :scale: 75
112+ :align: center
113+
114+ *Accounting entry for posted depreciation line*
115+
116+You 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.
117+You will get the following report.
118+
119+.. figure:: images/picture_10.png
120+ :scale: 75
121+ :align: center
122+
123+ *Balance Sheet PDF report*
124+
125+Analysis of Assets
126+------------------
127+
128+*Accounting ‣ Reporting ‣ Statistic Reports ‣ Assets Analysis* will give you the statistical report of assets.
129+This report is enhanced by various filters and groupings to assist you in your search and required information.
130+
131+.. figure:: images/picture_4.png
132+ :scale: 75
133+ :align: center
134+
135+ *Asset Analysis report*
136+
137+
138+Assets and Invoice
139+------------------
140+
141+From the menu *Accounting ‣ Suppliers ‣ Supplier Invoices* and click *New*, you can create a supplier invoice.
142+You can select the supplier.
143+On *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*.
144+
145+.. figure:: images/picture_5.png
146+ :scale: 75
147+ :align: center
148+
149+ *Invoice line form*
150+
151+
152+Now you can *Approve* the invoice, there will be an asset created for the product selected on invoice line.
153+You can see it by going to the menu *Accounting ‣ Assets ‣ Assets*.
154+
155+.. figure:: images/picture_0.png
156+ :scale: 75
157+ :align: center
158+
159+ *Assets tree view*
160
161=== added file 'source/book/3/3_7/images/picture_0.png'
162Binary 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
163=== added file 'source/book/3/3_7/images/picture_1.png'
164Binary 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
165=== added file 'source/book/3/3_7/images/picture_10.png'
166Binary 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
167=== added file 'source/book/3/3_7/images/picture_2.png'
168Binary 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
169=== added file 'source/book/3/3_7/images/picture_3.png'
170Binary 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
171=== added file 'source/book/3/3_7/images/picture_4.png'
172Binary 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
173=== added file 'source/book/3/3_7/images/picture_5.png'
174Binary 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
175=== added file 'source/book/3/3_7/images/picture_6.png'
176Binary 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
177=== added file 'source/book/3/3_7/images/picture_7.png'
178Binary 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
179=== added file 'source/book/3/3_7/images/picture_8.png'
180Binary 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
181=== modified file 'source/book/3/3_7/index.rst'
182--- source/book/3/3_7/index.rst 2011-09-01 10:16:12 +0000
183+++ source/book/3/3_7/index.rst 2011-10-17 07:34:25 +0000
184@@ -156,6 +156,7 @@
185 accounting_workflow
186 invoicing
187 accounting_entries
188+ account_asset
189
190 .. raw:: html
191
192
193=== modified file 'source/features/assets_management.rst'
194--- source/features/assets_management.rst 2011-06-06 10:23:59 +0000
195+++ source/features/assets_management.rst 2011-10-17 07:34:25 +0000
196@@ -18,8 +18,9 @@
197 Key Points:
198 -----------
199
200-* Different methods of costing,
201-* IFRS compliant,
202+* Different methods of depreciation on assets,
203+* Computation of depreciation according to set time period and depreciation method,
204+* Maintenance of all accouting entries based on the value, etc.
205
206 Integration Benefits:
207 ---------------------
208
209=== modified file 'source/features/images/asset_management_screenshot.png'
210Binary 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