~openerp-dev/openobject-doc/trunk

« back to all changes in this revision

Viewing changes to i18n/fr/source/technical_guide/point_of_sale.rst

  • Committer: Antony Lesuisse
  • Date: 2010-03-05 16:46:40 UTC
  • Revision ID: al@openerp.com-20100305164640-9b7anc1t5ujha8lw
Merge doc into feature, before deletion of both features and doc. (odo)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
.. i18n:     :synopsis: Point Of Sale (Official, Quality Certified)
4
4
.. i18n:     :noindex:
5
5
.. i18n: .. 
 
6
..
6
7
 
7
8
.. module:: point_of_sale
8
9
    :synopsis: Point Of Sale (Official, Quality Certified)
13
14
.. i18n: 
14
15
.. i18n:       <br />
15
16
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
17
..
16
18
 
17
19
.. raw:: html
18
20
 
23
25
.. i18n:   enterprise management system. If you want to discover Open ERP, check our 
24
26
.. i18n:   `screencasts <http://openerp.tv>`_ or download 
25
27
.. i18n:   `Open ERP <http://openerp.com>`_ directly.
 
28
..
26
29
 
27
30
.. tip:: This module is part of the Open ERP software, the leading Open Source 
28
31
  enterprise management system. If you want to discover Open ERP, check our 
33
36
.. i18n: 
34
37
.. i18n:     <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/point_of_sale"></div>
35
38
.. i18n:     <script src="http://js-kit.com/ratings.js"></script>
 
39
..
36
40
 
37
41
.. raw:: html
38
42
 
49
53
.. i18n: :Web: 
50
54
.. i18n: :Official module: yes
51
55
.. i18n: :Quality certified: yes
 
56
..
52
57
 
53
58
Point Of Sale (*point_of_sale*)
54
59
===============================
63
68
 
64
69
.. i18n: Description
65
70
.. i18n: -----------
 
71
..
66
72
 
67
73
Description
68
74
-----------
76
82
.. i18n:    - Create and confirm picking list automatically.
77
83
.. i18n:    - Allow the user to create invoice automatically.
78
84
.. i18n:    - Allow to refund former sales.
 
85
..
79
86
 
80
87
::
81
88
 
89
96
 
90
97
.. i18n: Download links
91
98
.. i18n: --------------
 
99
..
92
100
 
93
101
Download links
94
102
--------------
95
103
 
96
104
.. i18n: You can download this module as a zip file in the following version:
 
105
..
97
106
 
98
107
You can download this module as a zip file in the following version:
99
108
 
100
109
.. i18n:   * `5.0 <http://www.openerp.com/download/modules/5.0/point_of_sale.zip>`_
101
110
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/point_of_sale.zip>`_
 
111
..
102
112
 
103
113
  * `5.0 <http://www.openerp.com/download/modules/5.0/point_of_sale.zip>`_
104
114
  * `trunk <http://www.openerp.com/download/modules/trunk/point_of_sale.zip>`_
105
115
 
106
116
.. i18n: Dependencies
107
117
.. i18n: ------------
 
118
..
108
119
 
109
120
Dependencies
110
121
------------
113
124
.. i18n:  * :mod:`purchase`
114
125
.. i18n:  * :mod:`account`
115
126
.. i18n:  * :mod:`account_tax_include`
 
127
..
116
128
 
117
129
 * :mod:`sale`
118
130
 * :mod:`purchase`
121
133
 
122
134
.. i18n: Reports
123
135
.. i18n: -------
 
136
..
124
137
 
125
138
Reports
126
139
-------
134
147
.. i18n:  * Sales (summary)
135
148
.. i18n: 
136
149
.. i18n:  * Pos Lines
 
150
..
137
151
 
138
152
 * Receipt
139
153
 
147
161
 
148
162
.. i18n: Menus
149
163
.. i18n: -------
 
164
..
150
165
 
151
166
Menus
152
167
-------
163
178
.. i18n:  * Point of Sale/Reporting/Sales of the day
164
179
.. i18n:  * Point of Sale/Reporting/Sales of the month
165
180
.. i18n:  * Point of Sale/Reporting/All the sales
 
181
..
166
182
 
167
183
 * Point of Sale
168
184
 * Point of Sale/Point of Sale
179
195
 
180
196
.. i18n: Views
181
197
.. i18n: -----
 
198
..
182
199
 
183
200
Views
184
201
-----
189
206
.. i18n:  * Sale line (form)
190
207
.. i18n:  * report.trans.pos.user.form (form)
191
208
.. i18n:  * Sales by user (tree)
 
209
..
192
210
 
193
211
 * pos.order (form)
194
212
 * Sales (tree)
199
217
 
200
218
.. i18n: Objects
201
219
.. i18n: -------
 
220
..
202
221
 
203
222
Objects
204
223
-------
205
224
 
206
225
.. i18n: Object: Point of Sale journal configuration. (pos.config.journal)
207
226
.. i18n: #################################################################
 
227
..
208
228
 
209
229
Object: Point of Sale journal configuration. (pos.config.journal)
210
230
#################################################################
211
231
 
212
232
.. i18n: :code: Code, char
 
233
..
213
234
 
214
235
:code: Code, char
215
236
 
216
237
.. i18n: :name: Description, char
 
238
..
217
239
 
218
240
:name: Description, char
219
241
 
220
242
.. i18n: :journal_id: Journal, many2one
 
243
..
221
244
 
222
245
:journal_id: Journal, many2one
223
246
 
224
247
.. i18n: Object: Point of Sale (pos.order)
225
248
.. i18n: #################################
 
249
..
226
250
 
227
251
Object: Point of Sale (pos.order)
228
252
#################################
229
253
 
230
254
.. i18n: :sale_journal: Journal, many2one, required, readonly
 
255
..
231
256
 
232
257
:sale_journal: Journal, many2one, required, readonly
233
258
 
234
259
.. i18n: :date_validity: Validity Date, date, required
 
260
..
235
261
 
236
262
:date_validity: Validity Date, date, required
237
263
 
238
264
.. i18n: :account_move: Account Entry, many2one, readonly
 
265
..
239
266
 
240
267
:account_move: Account Entry, many2one, readonly
241
268
 
242
269
.. i18n: :date_order: Date Ordered, date, readonly
 
270
..
243
271
 
244
272
:date_order: Date Ordered, date, readonly
245
273
 
246
274
.. i18n: :partner_id: Partner, many2one, readonly
 
275
..
247
276
 
248
277
:partner_id: Partner, many2one, readonly
249
278
 
250
279
.. i18n: :last_out_picking: Last Output Picking, many2one, readonly
 
280
..
251
281
 
252
282
:last_out_picking: Last Output Picking, many2one, readonly
253
283
 
254
284
.. i18n: :nb_print: Number of Print, integer, readonly
 
285
..
255
286
 
256
287
:nb_print: Number of Print, integer, readonly
257
288
 
258
289
.. i18n: :note: Notes, text
 
290
..
259
291
 
260
292
:note: Notes, text
261
293
 
262
294
.. i18n: :user_id: Salesman, many2one, readonly
 
295
..
263
296
 
264
297
:user_id: Salesman, many2one, readonly
265
298
 
266
299
.. i18n: :pickings: Picking, one2many, readonly
 
300
..
267
301
 
268
302
:pickings: Picking, one2many, readonly
269
303
 
270
304
.. i18n: :invoice_wanted: Create Invoice, boolean
 
305
..
271
306
 
272
307
:invoice_wanted: Create Invoice, boolean
273
308
 
274
309
.. i18n: :amount_tax: Taxes, float, readonly
 
310
..
275
311
 
276
312
:amount_tax: Taxes, float, readonly
277
313
 
278
314
.. i18n: :state: State, selection, readonly
 
315
..
279
316
 
280
317
:state: State, selection, readonly
281
318
 
282
319
.. i18n: :pricelist_id: Pricelist, many2one, required, readonly
 
320
..
283
321
 
284
322
:pricelist_id: Pricelist, many2one, required, readonly
285
323
 
286
324
.. i18n: :amount_return: unknown, float, readonly
 
325
..
287
326
 
288
327
:amount_return: unknown, float, readonly
289
328
 
290
329
.. i18n: :account_receivable: Default Receivable, many2one, required, readonly
 
330
..
291
331
 
292
332
:account_receivable: Default Receivable, many2one, required, readonly
293
333
 
294
334
.. i18n: :amount_paid: unknown, float, readonly
 
335
..
295
336
 
296
337
:amount_paid: unknown, float, readonly
297
338
 
298
339
.. i18n: :amount_total: Total, float, readonly
 
340
..
299
341
 
300
342
:amount_total: Total, float, readonly
301
343
 
302
344
.. i18n: :name: Order Description, char, required, readonly
 
345
..
303
346
 
304
347
:name: Order Description, char, required, readonly
305
348
 
306
349
.. i18n: :invoice_id: Invoice, many2one, readonly
 
350
..
307
351
 
308
352
:invoice_id: Invoice, many2one, readonly
309
353
 
310
354
.. i18n: :lines: Order Lines, one2many, readonly
 
355
..
311
356
 
312
357
:lines: Order Lines, one2many, readonly
313
358
 
314
359
.. i18n: :shop_id: Shop, many2one, required, readonly
 
360
..
315
361
 
316
362
:shop_id: Shop, many2one, required, readonly
317
363
 
318
364
.. i18n: :payments: Order Payments, one2many, readonly
 
365
..
319
366
 
320
367
:payments: Order Payments, one2many, readonly
321
368
 
322
369
.. i18n: Object: Lines of Point of Sale (pos.order.line)
323
370
.. i18n: ###############################################
 
371
..
324
372
 
325
373
Object: Lines of Point of Sale (pos.order.line)
326
374
###############################################
327
375
 
328
376
.. i18n: :create_date: Creation Date, datetime, readonly
 
377
..
329
378
 
330
379
:create_date: Creation Date, datetime, readonly
331
380
 
332
381
.. i18n: :name: Line Description, char
 
382
..
333
383
 
334
384
:name: Line Description, char
335
385
 
336
386
.. i18n: :order_id: Order Ref, many2one
 
387
..
337
388
 
338
389
:order_id: Order Ref, many2one
339
390
 
340
391
.. i18n: :price_unit: Unit Price, float, required
 
392
..
341
393
 
342
394
:price_unit: Unit Price, float, required
343
395
 
344
396
.. i18n: :price_subtotal: Subtotal, float, readonly
 
397
..
345
398
 
346
399
:price_subtotal: Subtotal, float, readonly
347
400
 
348
401
.. i18n: :qty: Quantity, float
 
402
..
349
403
 
350
404
:qty: Quantity, float
351
405
 
352
406
.. i18n: :discount: Discount (%), float
 
407
..
353
408
 
354
409
:discount: Discount (%), float
355
410
 
356
411
.. i18n: :product_id: Product, many2one, required
 
412
..
357
413
 
358
414
:product_id: Product, many2one, required
359
415
 
360
416
.. i18n: Object: Pos Payment (pos.payment)
361
417
.. i18n: #################################
 
418
..
362
419
 
363
420
Object: Pos Payment (pos.payment)
364
421
#################################
365
422
 
366
423
.. i18n: :payment_id: Payment Term, many2one
 
424
..
367
425
 
368
426
:payment_id: Payment Term, many2one
369
427
 
370
428
.. i18n: :payment_date: Payment Date, date, required
 
429
..
371
430
 
372
431
:payment_date: Payment Date, date, required
373
432
 
374
433
.. i18n: :payment_name: Payment Name, char
 
434
..
375
435
 
376
436
:payment_name: Payment Name, char
377
437
 
378
438
.. i18n: :name: Description, char
 
439
..
379
440
 
380
441
:name: Description, char
381
442
 
382
443
.. i18n: :order_id: Order Ref, many2one, required
 
444
..
383
445
 
384
446
:order_id: Order Ref, many2one, required
385
447
 
386
448
.. i18n: :journal_id: Journal, many2one, required
 
449
..
387
450
 
388
451
:journal_id: Journal, many2one, required
389
452
 
390
453
.. i18n: :amount: Amount, float, required
 
454
..
391
455
 
392
456
:amount: Amount, float, required
393
457
 
394
458
.. i18n: :payment_nb: Piece Number, char
 
459
..
395
460
 
396
461
:payment_nb: Piece Number, char
397
462
 
398
463
.. i18n: Object: transaction for the pos (report.transaction.pos)
399
464
.. i18n: ########################################################
 
465
..
400
466
 
401
467
Object: transaction for the pos (report.transaction.pos)
402
468
########################################################
403
469
 
404
470
.. i18n: :user_id: User, many2one, readonly
 
471
..
405
472
 
406
473
:user_id: User, many2one, readonly
407
474
 
408
475
.. i18n: :no_trans: Number of Transaction, float, readonly
 
476
..
409
477
 
410
478
:no_trans: Number of Transaction, float, readonly
411
479
 
412
480
.. i18n: :invoice_id: Invoice, many2one, readonly
 
481
..
413
482
 
414
483
:invoice_id: Invoice, many2one, readonly
415
484
 
416
485
.. i18n: :journal_id: Journal, many2one, readonly
 
486
..
417
487
 
418
488
:journal_id: Journal, many2one, readonly
419
489
 
420
490
.. i18n: :date_create: Date, char, readonly
 
491
..
421
492
 
422
493
:date_create: Date, char, readonly
423
494
 
424
495
.. i18n: :amount: Amount, float, readonly
 
496
..
425
497
 
426
498
:amount: Amount, float, readonly