Metadata-Version: 1.2
Name: trytond-stock-supply
Version: 6.2.0
Summary: Tryton module for stock supply
Home-page: http://www.tryton.org/
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/stock_supply
Description: Stock Supply Module
        ###################
        
        The Stock Supply module add automatic supply mechanisms and introduce
        the concepts of order point.
        
        Order Point
        ***********
        
        An order point define minimum, maximum and target quantities for a product on a
        location.
        
        * The minimum quantity is the threshold quantity below which the provisioning
          process will be triggered.
        
        * The maximum quantity is the threshold quantity above which the overflowing
          process will be triggered. 
        
        * The target quantity is the quantity that will be found in the location after
          the provisioning / overflowing process has been completed.
        
        An order point also define a type which can be:
        
        * Internal
        
          An Internal order point is defined on a Storage location, it also defines a
          provisioning and/or an overflowing location. If the minimum quantity is
          reached it will result in the creation of an internal shipment between the
          provisioning location and the Storage location. If the maximum quantity is
          reached it will result in the creation of an internal shipment between the
          storage location and the overflowing location.
        
        * Purchase
        
          A Purchase order point is defined on a warehouse location. If the
          minimal quantity is reached on the warehouse it will result in a
          purchase request.
        
        The internal shipments and purchase requests are created by the supply wizard
        with respect to stock levels and existing shipments and requests. The
        stock levels are computed between the next two supply dates computed over the
        Supply Period from the configuration (default: 1 day). If the stock level of a
        product without order point on the given warehouse is below zero, a purchase
        request is also created.  The same happens if the stock level of a storage
        location with a provisioning location is below zero. Likewise, if the stock
        level of a storage is above zero and an overflow location is defined on the
        location then an internal shipment will be created.
        
Keywords: tryton stock supply
Platform: UNKNOWN
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
