~openerp-community/openobject-doc/6.1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
.. module:: account_followup
    :synopsis: Accounting follow-ups management (Official, Quality Certified)
    :noindex:
.. 

.. raw:: html

      <br />
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />

.. tip:: This module is part of the Open ERP software, the leading Open Source 
  enterprise management system. If you want to discover Open ERP, check our 
  `screencasts <http://openerp.tv>`_ or download 
  `Open ERP <http://openerp.com>`_ directly.

.. raw:: html

    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/account_followup"></div>
    <script src="http://js-kit.com/ratings.js"></script>

Accounting follow-ups management (*account_followup*)
=====================================================
:Module: account_followup
:Name: Accounting follow-ups management
:Version: 5.0.1.0
:Author: Tiny
:Directory: account_followup
:Web: http://www.openerp.com
:Official module: yes
:Quality certified: yes

Description
-----------

::

  Modules to automate letters for unpaid invoices, with multi-level recalls.
  
      You can define your multiple levels of recall through the menu:
          Financial Management/Configuration/Payment Terms/Follow-Ups
  
      Once it's defined, you can automatically prints recall every days
      through simply clicking on the menu:
          Financial_Management/Periodical_Processing/Print_Follow-Ups
  
      It will generate a PDF with all the letters according the the
      different levels of recall defined. You can define different policies
      for different companies.
  
  
      Note that if you want to change the followup level for a given partner/account entry, you can do it in the menu:
          Financial_Management/Reporting/Follow-Ups/All Receivable Entries

Download links
--------------

You can download this module as a zip file in the following version:

  * `4.2 <http://www.openerp.com/download/modules/4.2/account_followup.zip>`_
  * `5.0 <http://www.openerp.com/download/modules/5.0/account_followup.zip>`_
  * `trunk <http://www.openerp.com/download/modules/trunk/account_followup.zip>`_


Dependencies
------------

 * :mod:`account`

Reports
-------

 * Followup Report

Menus
-------

 * Financial Management/Periodical Processing/Send followups
 * Financial Management/Reporting/Follow-Ups
 * Financial Management/Configuration/Follow-Ups
 * Financial Management/Reporting/Follow-Ups/All receivable entries
 * Financial Management/Reporting/Follow-Ups/All payable entries

Views
-----

 * account_followup.stat.form (form)
 * account_followup.stat.tree (tree)
 * account_followup.followup.line.tree (tree)
 * account_followup.followup.line.form (form)
 * account_followup.followup.form (form)
 * account_followup.followup.tree (tree)
 * account.move.line.partner.tree (tree)
 * \* INHERIT account.move.line.form.followup (form)
 * \* INHERIT account.move.line.tree.followup (form)


Objects
-------

Object: Follow-Ups (account_followup.followup)
##############################################



:followup_line: Follow-Up, one2many





:description: Description, text





:name: Name, char, required





:company_id: Company, many2one




Object: Follow-Ups Criteria (account_followup.followup.line)
############################################################



:description: Printed Message, text





:sequence: Sequence, integer





:delay: Days of delay, integer





:start: Type of Term, selection, required





:followup_id: Follow Ups, many2one, required





:name: Name, char, required




Object: Followup statistics (account_followup.stat)
###################################################



:balance: Balance, float, readonly





:account_type: Account Type, selection, readonly





:name: Partner, many2one, readonly





:date_move: First move, date, readonly





:credit: Credit, float, readonly





:date_move_last: Last move, date, readonly





:date_followup: Latest followup, date, readonly





:debit: Debit, float, readonly





:followup_id: Follow Ups, many2one, readonly