Metadata-Version: 2.1
Name: trytond-sale-supply-drop-shipment
Version: 5.2.6
Summary: Tryton module for sale supply drop shipment
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/5.2/
Author: Tryton
Author-email: bugs@tryton.org
License: GPL-3
Project-URL: Bug Tracker, https://bugs.tryton.org/
Project-URL: Documentation, https://docs.tryton.org/
Project-URL: Forum, https://www.tryton.org/forum
Project-URL: Source Code, https://hg.tryton.org/modules/sale_supply_drop_shipment
Keywords: tryton sale supply drop shipment
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: Finnish
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Hungarian
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Persian
Classifier: Natural Language :: Polish
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Natural Language :: Turkish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Accounting
Requires-Python: >=3.5
License-File: LICENSE
Requires-Dist: trytond-company (<5.3,>=5.2)
Requires-Dist: trytond-purchase (<5.3,>=5.2)
Requires-Dist: trytond-purchase-request (<5.3,>=5.2)
Requires-Dist: trytond-sale (<5.3,>=5.2)
Requires-Dist: trytond-sale-supply (<5.3,>=5.2)
Requires-Dist: trytond-stock (<5.3,>=5.2)
Requires-Dist: trytond (<5.3,>=5.2)

Sale Supply Drop Shipment Model
###############################

The Sale Supply Drop Shipment module adds a drop shipment option on product
supplier if "supply on request" is checked. When checked, the purchase request
and the linked purchase have the address of customer as Delivery Address;
at the confirmation of the purchase a drop shipment is created and linked to
both the purchase and the sale.

Drop Shipment
*************

A drop shipment is used when products are sent directly from the supplier to
the customer without going through the warehouse.
It is mainly composed of a supplier, a customer and a list of moves.

The drop shipment can be in one of this states:

* Draft

  All moves are in draft.

* Waiting

  All moves are in draft, the synchronization between the moves of the supplier
  and the moves to the customer has occurred.

* Shipped

  All moves from the supplier are done.

* Done

  All moves are in state Done.

* Cancel

  All moves are cancelled.
