~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/proforma_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:: proforma_followup
 
3
    :synopsis: Pro-forma invoices and their payments Management 
 
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="/proforma_followup"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Pro-forma invoices and their payments Management (*proforma_followup*)
 
23
======================================================================
 
24
:Module: proforma_followup
 
25
:Name: Pro-forma invoices and their payments Management
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: proforma_followup
 
29
:Web: http://www.openerp.com
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Once a pro-forma invoice is created, the module sends automatically mail 
 
39
          and call actions after X days.
 
40
          It's the same principle than account_followup but for proforma invoice only. 
 
41
          Only followups by email, no need to do reports. 
 
42
          Also, at each steps, we should be able to call several functions. 
 
43
          (for example, if a pro-forma is canceled, it will close a delivery order)
 
44
 
 
45
Download links
 
46
--------------
 
47
 
 
48
You can download this module as a zip file in the following version:
 
49
 
 
50
  * `trunk <http://www.openerp.com/download/modules/trunk/proforma_followup.zip>`_
 
51
 
 
52
 
 
53
Dependencies
 
54
------------
 
55
 
 
56
 * :mod:`account`
 
57
 
 
58
Reports
 
59
-------
 
60
 
 
61
None
 
62
 
 
63
 
 
64
Menus
 
65
-------
 
66
 
 
67
 * Financial Management/Configuration/Proforma Followups
 
68
 
 
69
Views
 
70
-----
 
71
 
 
72
 * proforma.proforma.line.tree (tree)
 
73
 * proforma.proforma.line.form (form)
 
74
 * proforma.proforma.form (form)
 
75
 * account.proforma.tree (tree)
 
76
 
 
77
 
 
78
Objects
 
79
-------
 
80
 
 
81
Object: proforma.followup_step (proforma.followup_step)
 
82
#######################################################
 
83
 
 
84
 
 
85
 
 
86
:proforma_line: Proforma Follow-Up Line, one2many
 
87
 
 
88
 
 
89
 
 
90
 
 
91
 
 
92
:state: Status, selection
 
93
 
 
94
 
 
95
 
 
96
 
 
97
 
 
98
:description: Description, text
 
99
 
 
100
 
 
101
 
 
102
 
 
103
 
 
104
:name: Name, char, required
 
105
 
 
106
 
 
107
 
 
108
 
 
109
 
 
110
:company_id: Company, many2one
 
111
 
 
112
 
 
113
 
 
114
 
 
115
Object: PRO-Forma Followup Criteria (proforma.followup.line)
 
116
############################################################
 
117
 
 
118
 
 
119
 
 
120
:function: Function, char
 
121
 
 
122
 
 
123
 
 
124
 
 
125
 
 
126
:name: Name, char, required
 
127
 
 
128
 
 
129
 
 
130
 
 
131
 
 
132
:call_function: Call function?, boolean
 
133
 
 
134
 
 
135
 
 
136
 
 
137
 
 
138
:sequence: Sequence, integer
 
139
 
 
140
 
 
141
 
 
142
 
 
143
 
 
144
:args: Arguments, text
 
145
 
 
146
 
 
147
 
 
148
 
 
149
 
 
150
:days: Days of delay, integer
 
151
 
 
152
 
 
153
 
 
154
 
 
155
 
 
156
:email_body: E-mail Body, text
 
157
 
 
158
 
 
159
 
 
160
 
 
161
 
 
162
:send_email: Send E-mail?, boolean
 
163
 
 
164
 
 
165
 
 
166
 
 
167
 
 
168
:cancel_invoice: Cancel Invoice?, boolean
 
169
 
 
170
 
 
171
 
 
172
 
 
173
 
 
174
:model: Object, char
 
175
 
 
176
 
 
177
 
 
178
 
 
179
 
 
180
:followup_id: Proforma step, many2one, required
 
181
 
 
182
 
 
183
 
 
184
 
 
185
 
 
186
:subject: Subject, char
 
187
 
 
188