Metadata-Version: 2.1
Name: trytond_purchase_shipment_cost
Version: 6.2.0
Summary: Tryton module for purchase shipment cost
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/6.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 :: Indonesian
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Persian
Classifier: Natural Language :: Polish
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Romanian
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: trytond_carrier<6.3,>=6.2
Requires-Dist: trytond_currency<6.3,>=6.2
Requires-Dist: trytond_product<6.3,>=6.2
Requires-Dist: trytond_stock<6.3,>=6.2
Requires-Dist: trytond<6.3,>=6.2
Provides-Extra: account-invoice-stock
Requires-Dist: trytond_account_invoice_stock<6.3,>=6.2; extra == "account-invoice-stock"
Provides-Extra: account-product
Requires-Dist: trytond_account_product<6.3,>=6.2; extra == "account-product"
Provides-Extra: account-stock-continental
Requires-Dist: trytond_account_stock_continental<6.3,>=6.2; extra == "account-stock-continental"
Provides-Extra: account-stock-anglo-saxon
Requires-Dist: trytond_account_stock_anglo_saxon<6.3,>=6.2; extra == "account-stock-anglo-saxon"
Provides-Extra: product-kit
Requires-Dist: trytond_product_kit<6.3,>=6.2; extra == "product-kit"

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.
