~openerp-dev/openobject-doc/trunk_doc_contact

241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
1
.. module:: purchase
2
    :synopsis: Purchase Management (Official, Quality Certified)
3
    :noindex:
4
.. 
5
6
.. raw:: html
7
8
      <br />
9
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
10
11
.. tip:: This module is part of the OpenERP software, the leading Open Source 
679 by Vo Minh Thu
[FIX] Open ERP -> OpenERP
12
  enterprise management system. If you want to discover OpenERP, check our 
13
  `screencasts <http://openerp.tv>`_ or download 
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
14
  `OpenERP <http://openerp.com>`_ directly.
679 by Vo Minh Thu
[FIX] Open ERP -> OpenERP
15
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
16
.. raw:: html
17
18
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/purchase"></div>
19
    <script src="http://js-kit.com/ratings.js"></script>
20
21
Purchase Management (*purchase*)
22
================================
23
:Module: purchase
24
:Name: Purchase Management
25
:Version: 5.0.1.1
26
:Author: Tiny
27
:Directory: purchase
28
:Web: http://www.openerp.com
29
:Official module: yes
30
:Quality certified: yes
31
32
Description
33
-----------
34
35
::
36
37
  Module for purchase management
333.1.1 by olt at tinyerp
[ADD] added and modified modules in technical_guide
38
      Request for quotation, Create Supplier Invoice, Print Order...
39
300 by olt at tinyerp
[FIX] fixed various rst indentation errors
40
Download links
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
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/purchase.zip>`_
46
  * `5.0 <http://www.openerp.com/download/modules/5.0/purchase.zip>`_
47
  * `trunk <http://www.openerp.com/download/modules/trunk/purchase.zip>`_
48
49
50
Dependencies
51
------------
52
53
 * :mod:`base`
54
 * :mod:`account`
55
 * :mod:`stock`
56
 * :mod:`process`
57
58
Reports
59
-------
60
61
 * Request for Quotation
62
63
 * Purchase Order
64
65
Menus
66
-------
67
68
 * Purchase Management
69
 * Purchase Management/Purchase Orders
70
 * Purchase Management/Purchase Orders/Request For Quotations
71
 * Purchase Management/Purchase Orders/Purchase Order Waiting Approval
72
 * Purchase Management/Purchase Orders/Purchase Orders in Progress
73
 * Purchase Management/New Purchase Order
74
75
Views
76
-----
77
78
 * purchase.order.calendar (calendar)
79
 * purchase.order.graph (graph)
80
 * purchase.order.form (form)
81
 * purchase.order.tree (tree)
82
 * purchase.order.line.form (form)
83
 * purchase.order.line.tree (tree)
84
 * \* INHERIT Packing list (form)
85
 * \* INHERIT res.partner.purchase.property.form.inherit (form)
86
87
88
Objects
89
-------
90
91
Object: Purchase order (purchase.order)
92
#######################################
93
94
95
96
:origin: Origin, char
97
98
    *Reference of the document that generated this purchase order request.*
99
100
101
102
:order_line: Order Lines, one2many
103
104
105
106
107
108
:invoiced_rate: Invoiced, float, readonly
109
110
111
112
113
114
:partner_address_id: Address, many2one, required
115
116
117
118
119
120
:date_order: Date, date, required
333.1.1 by olt at tinyerp
[ADD] added and modified modules in technical_guide
121
122
    *Date on which this document has been created.*
123
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
124
125
126
:partner_id: Supplier, many2one, required
127
128
129
130
131
132
:invoiced: Invoiced & Paid, boolean, readonly
133
134
135
136
137
138
:dest_address_id: Destination Address, many2one
139
140
    *Put an address if you want to deliver directly from the supplier to the customer. In this case, it will remove the warehouse link and set the customer location.*
1755 by John Bradshaw
[IMP] Spacing fixes
141
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
142
143
144
:fiscal_position: Fiscal Position, many2one
145
146
147
148
149
150
:amount_untaxed: Untaxed Amount, float, readonly
151
152
153
154
155
156
:location_id: Destination, many2one, required
157
158
159
160
161
162
:amount_tax: Taxes, float, readonly
163
164
165
166
167
168
:state: Order Status, selection, readonly
169
170
    *The state of the purchase order or the quotation request. A quotation is a purchase order in a 'Draft' state. Then the order has to be confirmed by the user, the state switch to 'Confirmed'. Then the supplier must confirm the order to change the state to 'Approved'. When the purchase order is paid and received, the state becomes 'Done'. If a cancel action occurs in the invoice or in the reception of goods, the state becomes in exception.*
171
172
173
174
:pricelist_id: Pricelist, many2one, required
175
176
    *The pricelist sets the currency used for this purchase order. It also computes the supplier price for the selected products/quantities.*
177
178
179
180
:warehouse_id: Warehouse, many2one
181
182
183
184
185
186
:shipped_rate: Received, float, readonly
187
188
189
190
191
192
:partner_ref: Partner Ref., char
193
194
195
196
197
198
:picking_ids: Picking List, one2many, readonly
199
200
    *This is the list of picking list that have been generated for this purchase*
201
202
203
204
:date_approve: Date Approved, date, readonly
205
206
207
208
209
210
:amount_total: Total, float, readonly
211
212
213
214
215
216
:name: Order Reference, char, required
333.1.1 by olt at tinyerp
[ADD] added and modified modules in technical_guide
217
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
218
219
220
221
222
:invoice_id: Invoice, many2one, readonly
223
224
225
226
227
228
:notes: Notes, text
229
230
231
232
233
234
:invoice_method: Invoicing Control, selection, required
235
236
    *From Order: a draft invoice will be pre-generated based on the purchase order. The accountant will just have to validate this invoice for control.
237
    From Picking: a draft invoice will be pre-generated based on validated receptions.
1005 by John Bradshaw
[FIX] Spellings
238
    Manual: no invoice will be pre-generated. The accountant will have to encode manually.*
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
239
240
241
242
:shipped: Received, boolean, readonly
243
244
245
246
247
248
:validator: Validated by, many2one, readonly
249
250
251
252
253
254
:minimum_planned_date: Planned Date, datetime
255
256
    *This is computed as the minimum scheduled date of all purchase order lines' products.*
257
258
259
Object: Purchase Order lines (purchase.order.line)
260
##################################################
261
262
263
264
:name: Description, char, required
333.1.1 by olt at tinyerp
[ADD] added and modified modules in technical_guide
265
266
267
268
269
270
:product_uom: Product UOM, many2one, required
271
272
273
274
275
276
:date_planned: Scheduled date, datetime, required
277
278
279
280
281
282
:order_id: Order Ref, many2one, required
283
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
284
285
286
287
288
:price_unit: Unit Price, float, required
289
290
291
292
293
294
:price_subtotal: Subtotal, float, readonly
295
296
297
298
299
300
:move_ids: Reservation, one2many, readonly
333.1.1 by olt at tinyerp
[ADD] added and modified modules in technical_guide
301
302
303
304
305
306
:taxes_id: Taxes, many2many
307
308
309
310
311
312
:move_dest_id: Reservation Destination, many2one
313
314
315
316
317
318
:product_qty: Quantity, float, required
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
319
320
321
322
323
324
:account_analytic_id: Analytic Account, many2one
325
326
327
328
329
330
:notes: Notes, text
333.1.1 by olt at tinyerp
[ADD] added and modified modules in technical_guide
331
241 by TruongSinh Tran
[FIX] build_i18n.py .. raw:: html
332
333
334
335
336
:product_id: Product, many2one
337
338
339