~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/report_account.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_account
 
3
    :synopsis: Account Reporting - 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_account"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Account Reporting - Reporting (*report_account*)
 
23
================================================
 
24
:Module: report_account
 
25
:Name: Account Reporting - Reporting
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: report_account
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  A module that adds new reports based on the account module.
 
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_account.zip>`_
 
46
  * `5.0 <http://www.openerp.com/download/modules/5.0/report_account.zip>`_
 
47
  * `trunk <http://www.openerp.com/download/modules/trunk/report_account.zip>`_
 
48
 
 
49
 
 
50
Dependencies
 
51
------------
 
52
 
 
53
 * :mod:`account`
 
54
 
 
55
Reports
 
56
-------
 
57
 
 
58
None
 
59
 
 
60
 
 
61
Menus
 
62
-------
 
63
 
 
64
 * Financial Management/Reporting/Balance by Type of Account
 
65
 
 
66
Views
 
67
-----
 
68
 
 
69
 * report.account.receivable.graph (graph)
 
70
 * report.account.receivable.tree (tree)
 
71
 * report.account.receivable.form (form)
 
72
 * report.aged.receivable.graph (graph)
 
73
 * report.aged.receivable.tree (tree)
 
74
 * report.invoice.created.tree (tree)
 
75
 
 
76
 
 
77
Objects
 
78
-------
 
79
 
 
80
Object: Receivable accounts (report.account.receivable)
 
81
#######################################################
 
82
 
 
83
 
 
84
 
 
85
:credit: Credit, float, readonly
 
86
 
 
87
 
 
88
 
 
89
 
 
90
 
 
91
:balance: Balance, float, readonly
 
92
 
 
93
 
 
94
 
 
95
 
 
96
 
 
97
:type: Account Type, selection, required
 
98
 
 
99
 
 
100
 
 
101
 
 
102
 
 
103
:name: Week of Year, char, readonly
 
104
 
 
105
 
 
106
 
 
107
 
 
108
 
 
109
:debit: Debit, float, readonly
 
110
 
 
111
 
 
112
 
 
113
 
 
114
Object: A Temporary table used for Dashboard view (temp.range)
 
115
##############################################################
 
116
 
 
117
 
 
118
 
 
119
:name: Range, char
 
120
 
 
121
 
 
122
 
 
123
 
 
124
Object: Aged Receivable Till Today (report.aged.receivable)
 
125
###########################################################
 
126
 
 
127
 
 
128
 
 
129
:balance: Balance, float, readonly
 
130
 
 
131
 
 
132
 
 
133
 
 
134
 
 
135
:name: Month Range, char, readonly
 
136
 
 
137
 
 
138
 
 
139
 
 
140
Object: Report of Invoices Created within Last 15 days (report.invoice.created)
 
141
###############################################################################
 
142
 
 
143
 
 
144
 
 
145
:origin: Origin, char, readonly
 
146
 
 
147
 
 
148
 
 
149
 
 
150
 
 
151
:date_invoice: Date Invoiced, date, readonly
 
152
 
 
153
 
 
154
 
 
155
 
 
156
 
 
157
:date_due: Due Date, date, readonly
 
158
 
 
159
 
 
160
 
 
161
 
 
162
 
 
163
:amount_untaxed: Untaxed, float, readonly
 
164
 
 
165
 
 
166
 
 
167
 
 
168
 
 
169
:name: Description, char, readonly
 
170
 
 
171
 
 
172
 
 
173
 
 
174
 
 
175
:type: Type, selection, readonly
 
176
 
 
177
 
 
178
 
 
179
 
 
180
 
 
181
:number: Invoice Number, char, readonly
 
182
 
 
183
 
 
184
 
 
185
 
 
186
 
 
187
:residual: Residual, float, readonly
 
188
 
 
189
 
 
190
 
 
191
 
 
192
 
 
193
:currency_id: Currency, many2one, readonly
 
194
 
 
195
 
 
196
 
 
197
 
 
198
 
 
199
:state: State, selection, readonly
 
200
 
 
201
 
 
202
 
 
203
 
 
204
 
 
205
:create_date: Create Date, datetime, readonly
 
206
 
 
207
 
 
208
 
 
209
 
 
210
 
 
211
:partner_id: Partner, many2one, readonly
 
212
 
 
213
 
 
214
 
 
215
 
 
216
 
 
217
:amount_total: Total, float, readonly
 
218
 
 
219