~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/report_analytic_line.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: report_analytic_line
 
3
    :synopsis: Analytic lines - Reporting (Official, Quality Certified)
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/report_analytic_line"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Analytic lines - Reporting (*report_analytic_line*)
 
23
===================================================
 
24
:Module: report_analytic_line
 
25
:Name: Analytic lines - Reporting
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: report_analytic_line
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  A report on analytic lines, costs by products, months and accounts.
 
39
 
 
40
Download links
 
41
--------------
 
42
 
 
43
You can download this module as a zip file in the following version:
 
44
 
 
45
  * `4.2 <http://www.openerp.com/download/modules/4.2/report_analytic_line.zip>`_
 
46
  * `5.0 <http://www.openerp.com/download/modules/5.0/report_analytic_line.zip>`_
 
47
  * `trunk <http://www.openerp.com/download/modules/trunk/report_analytic_line.zip>`_
 
48
 
 
49
 
 
50
Dependencies
 
51
------------
 
52
 
 
53
 * :mod:`account`
 
54
 * :mod:`hr_timesheet_invoice`
 
55
 
 
56
Reports
 
57
-------
 
58
 
 
59
None
 
60
 
 
61
 
 
62
Menus
 
63
-------
 
64
 
 
65
 * Financial Management/Reporting/Analytic/All Months/Analytic Lines to Invoice
 
66
 
 
67
Views
 
68
-----
 
69
 
 
70
 * report.account.analytic.line.to.invoice (form)
 
71
 * report.account.analytic.line.to.invoice (tree)
 
72
 * report.account.analytic.line.to.invoice.graph (graph)
 
73
 
 
74
 
 
75
Objects
 
76
-------
 
77
 
 
78
Object: Analytic lines to invoice report (report.account.analytic.line.to.invoice)
 
79
##################################################################################
 
80
 
 
81
 
 
82
 
 
83
:account_id: Analytic account, many2one, readonly
 
84
 
 
85
 
 
86
 
 
87
 
 
88
 
 
89
:product_uom_id: UoM, many2one, readonly
 
90
 
 
91
 
 
92
 
 
93
 
 
94
 
 
95
:amount: Amount, float, readonly
 
96
 
 
97
 
 
98
 
 
99
 
 
100
 
 
101
:product_id: Product, many2one, readonly
 
102
 
 
103
 
 
104
 
 
105
 
 
106
 
 
107
:unit_amount: Units, float, readonly
 
108
 
 
109
 
 
110
 
 
111
 
 
112
 
 
113
:sale_price: Sale price, float, readonly
 
114
 
 
115
 
 
116
 
 
117
 
 
118
 
 
119
:name: Month, date, readonly
 
120
 
 
121