Metadata-Version: 1.2
Name: trytond-sale-promotion
Version: 6.0.1
Summary: Tryton module for sale promotion
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: bugs@tryton.org
License: GPL-3
Download-URL: http://downloads.tryton.org/6.0/
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_promotion
Description: Sale Promotion
        ##############
        
        The sale_promotion module allows to apply promotions on sale based on criteria.
        
        The promotion is applied by changing the unit price of the affected lines when
        the sale goes into quotation but the unit price is restored when going back to
        draft.
        
        Sale Promotion
        **************
        
        Each matching *Sale Promotion* is considered for application but only those who
        reduces the unit price of the lines are really applied.
        The criteria are the fields:
        
        - *Company*: The company should be the same as the sale.
        - *Price List*: The sale price list.
        - *Start Date*/*End Date*: The period for which the promotion is valid.
        - *Amount*: The amount of the sale.
        - *Quantity*: The sum quantity of the sale lines which have the same *Unit*.
        - *Products*: The list of products to apply the promotion.
        - *Categories*: The list of product categories to apply the promotion.
        
        The new unit price is computed by the field *Formula*.
        
Keywords: tryton sale promotion
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: 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
Classifier: Topic :: Office/Business :: Financial :: Accounting
Requires-Python: >=3.6
