~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/account_followup.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:: account_followup
 
3
    :synopsis: Accounting follow-ups management (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="/account_followup"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Accounting follow-ups management (*account_followup*)
 
23
=====================================================
 
24
:Module: account_followup
 
25
:Name: Accounting follow-ups management
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: account_followup
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Modules to automate letters for unpaid invoices, with multi-level recalls.
 
39
  
 
40
      You can define your multiple levels of recall through the menu:
 
41
          Financial Management/Configuration/Payment Terms/Follow-Ups
 
42
  
 
43
      Once it's defined, you can automatically prints recall every days
 
44
      through simply clicking on the menu:
 
45
          Financial_Management/Periodical_Processing/Print_Follow-Ups
 
46
  
 
47
      It will generate a PDF with all the letters according the the
 
48
      different levels of recall defined. You can define different policies
 
49
      for different companies.
 
50
  
 
51
  
 
52
      Note that if you want to change the followup level for a given partner/account entry, you can do it in the menu:
 
53
          Financial_Management/Reporting/Follow-Ups/All Receivable Entries
 
54
 
 
55
Download links
 
56
--------------
 
57
 
 
58
You can download this module as a zip file in the following version:
 
59
 
 
60
  * `4.2 <http://www.openerp.com/download/modules/4.2/account_followup.zip>`_
 
61
  * `5.0 <http://www.openerp.com/download/modules/5.0/account_followup.zip>`_
 
62
  * `trunk <http://www.openerp.com/download/modules/trunk/account_followup.zip>`_
 
63
 
 
64
 
 
65
Dependencies
 
66
------------
 
67
 
 
68
 * :mod:`account`
 
69
 
 
70
Reports
 
71
-------
 
72
 
 
73
 * Followup Report
 
74
 
 
75
Menus
 
76
-------
 
77
 
 
78
 * Financial Management/Periodical Processing/Send followups
 
79
 * Financial Management/Reporting/Follow-Ups
 
80
 * Financial Management/Configuration/Follow-Ups
 
81
 * Financial Management/Reporting/Follow-Ups/All receivable entries
 
82
 * Financial Management/Reporting/Follow-Ups/All payable entries
 
83
 
 
84
Views
 
85
-----
 
86
 
 
87
 * account_followup.stat.form (form)
 
88
 * account_followup.stat.tree (tree)
 
89
 * account_followup.followup.line.tree (tree)
 
90
 * account_followup.followup.line.form (form)
 
91
 * account_followup.followup.form (form)
 
92
 * account_followup.followup.tree (tree)
 
93
 * account.move.line.partner.tree (tree)
 
94
 * \* INHERIT account.move.line.form.followup (form)
 
95
 * \* INHERIT account.move.line.tree.followup (form)
 
96
 
 
97
 
 
98
Objects
 
99
-------
 
100
 
 
101
Object: Follow-Ups (account_followup.followup)
 
102
##############################################
 
103
 
 
104
 
 
105
 
 
106
:followup_line: Follow-Up, one2many
 
107
 
 
108
 
 
109
 
 
110
 
 
111
 
 
112
:description: Description, text
 
113
 
 
114
 
 
115
 
 
116
 
 
117
 
 
118
:name: Name, char, required
 
119
 
 
120
 
 
121
 
 
122
 
 
123
 
 
124
:company_id: Company, many2one
 
125
 
 
126
 
 
127
 
 
128
 
 
129
Object: Follow-Ups Criteria (account_followup.followup.line)
 
130
############################################################
 
131
 
 
132
 
 
133
 
 
134
:description: Printed Message, text
 
135
 
 
136
 
 
137
 
 
138
 
 
139
 
 
140
:sequence: Sequence, integer
 
141
 
 
142
 
 
143
 
 
144
 
 
145
 
 
146
:delay: Days of delay, integer
 
147
 
 
148
 
 
149
 
 
150
 
 
151
 
 
152
:start: Type of Term, selection, required
 
153
 
 
154
 
 
155
 
 
156
 
 
157
 
 
158
:followup_id: Follow Ups, many2one, required
 
159
 
 
160
 
 
161
 
 
162
 
 
163
 
 
164
:name: Name, char, required
 
165
 
 
166
 
 
167
 
 
168
 
 
169
Object: Followup statistics (account_followup.stat)
 
170
###################################################
 
171
 
 
172
 
 
173
 
 
174
:balance: Balance, float, readonly
 
175
 
 
176
 
 
177
 
 
178
 
 
179
 
 
180
:account_type: Account Type, selection, readonly
 
181
 
 
182
 
 
183
 
 
184
 
 
185
 
 
186
:name: Partner, many2one, readonly
 
187
 
 
188
 
 
189
 
 
190
 
 
191
 
 
192
:date_move: First move, date, readonly
 
193
 
 
194
 
 
195
 
 
196
 
 
197
 
 
198
:credit: Credit, float, readonly
 
199
 
 
200
 
 
201
 
 
202
 
 
203
 
 
204
:date_move_last: Last move, date, readonly
 
205
 
 
206
 
 
207
 
 
208
 
 
209
 
 
210
:date_followup: Latest followup, date, readonly
 
211
 
 
212
 
 
213
 
 
214
 
 
215
 
 
216
:debit: Debit, float, readonly
 
217
 
 
218
 
 
219
 
 
220
 
 
221
 
 
222
:followup_id: Follow Ups, many2one, readonly
 
223
 
 
224