Metadata-Version: 2.1
Name: trytond-purchase-shipment-cost
Version: 5.2.2
Summary: Tryton module for purchase shipment cost
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/purchase_shipment_cost
Keywords: tryton purchase shipment cost
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: Intended Audience :: Manufacturing
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
Requires-Python: >=3.5
License-File: LICENSE
Requires-Dist: trytond-carrier (<5.3,>=5.2)
Requires-Dist: trytond-currency (<5.3,>=5.2)
Requires-Dist: trytond-stock (<5.3,>=5.2)
Requires-Dist: trytond (<5.3,>=5.2)
Provides-Extra: account_product
Requires-Dist: trytond-account-product (<5.3,>=5.2) ; extra == 'account_product'
Provides-Extra: account_stock_anglo_saxon
Requires-Dist: trytond-account-stock-anglo-saxon (<5.3,>=5.2) ; extra == 'account_stock_anglo_saxon'
Provides-Extra: account_stock_continental
Requires-Dist: trytond-account-stock-continental (<5.3,>=5.2) ; extra == 'account_stock_continental'

Purchase Shipment Cost Module
#############################

The purchase_shipment_cost module adds shipment cost to *Supplier Shipment*.

One field is added to *Carrier*:

- *Carrier Cost Allocation Method*: The method used to allocate the cost on
  each lines of the shipment.

    - *By Value*: The cost will be allocated according to the value of each
      line. (The value is: *Quantity* * *Unit Price*)

Three new fields are added to *Supplier Shipment*:

- *Carrier*: The carrier used for the shipment.
- *Cost*: The cost of the shipment.
- *Cost Currency*: The currency of the cost.

At the reception of the shipment, the unit price of each incoming moves will be
updated according to the allocation of the cost.
