~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/sale_supplier_direct_delivery.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:: sale_supplier_direct_delivery
 
3
    :synopsis: Automates direct delivery between a supplier and a customer 
 
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="/sale_supplier_direct_delivery"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Automates direct delivery between a supplier and a customer (*sale_supplier_direct_delivery*)
 
23
=============================================================================================
 
24
:Module: sale_supplier_direct_delivery
 
25
:Name: Automates direct delivery between a supplier and a customer
 
26
:Version: 5.0.0.9
 
27
:Author: Smile.fr for Loyalty Expert
 
28
:Directory: sale_supplier_direct_delivery
 
29
:Web: 
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Enable to send goods directly form supplier to customer taking special care of:
 
39
  - making only one picking from supplier location to customer location and using that picking in the sale_order workflow
 
40
  - copying the sale order shipping address to the generate purchase order line (so merging purchase orders later on will still work)
 
41
  
 
42
  Also take note of the following points:
 
43
  1) We set automatically a Sale Order line to direct delivery if there isn't enough product in the stock.
 
44
  2) We don't try to split such a line, but we set it entirely to direct delivery even if some products are available
 
45
  3) In a sale order, some lines can be set to direct while some others are on stock at the same time
 
46
  4) When we look if there is enough product on virtual stock for a line, we look at the time the sale order is confirmed,
 
47
  we don't try to anticipate if there will be enough virtual stock is the future if the sale order is planned for later.
 
48
 
 
49
Download links
 
50
--------------
 
51
 
 
52
You can download this module as a zip file in the following version:
 
53
 
 
54
  * `trunk <http://www.openerp.com/download/modules/trunk/sale_supplier_direct_delivery.zip>`_
 
55
 
 
56
 
 
57
Dependencies
 
58
------------
 
59
 
 
60
 * :mod:`base`
 
61
 * :mod:`product`
 
62
 * :mod:`sale`
 
63
 * :mod:`purchase`
 
64
 
 
65
Reports
 
66
-------
 
67
 
 
68
None
 
69
 
 
70
 
 
71
Menus
 
72
-------
 
73
 
 
74
 * Stock Management/Supplier Direct Delivery
 
75
 
 
76
Views
 
77
-----
 
78
 
 
79
 * \* INHERIT product.supplierinfo.tree.direct_delivery.inherit (tree)
 
80
 * \* INHERIT product.supplierinfo.form.direct_delivery.inherit (form)
 
81
 * \* INHERIT sale.order.tree.direct_delivery (tree)
 
82
 * \* INHERIT sale.order.line.form.direct_delivery (form)
 
83
 * \* INHERIT sale.order.line.tree.direct_delivery (form)
 
84
 * \* INHERIT purchase.order.tree.direct_delivery (tree)
 
85
 * \* INHERIT purchase.order.line.form.direct_delivery (form)
 
86
 * \* INHERIT purchase.order.line.tree.direct_delivery (tree)
 
87
 
 
88
 
 
89
Objects
 
90
-------
 
91
 
 
92
None