Source: tryton-modules-sale-promotion-coupon
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               jdupes,
               python3-all,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.7.0
Homepage: https://www.tryton.org/
Vcs-Git: https://salsa.debian.org/tryton-team/tryton-modules-sale-promotion-coupon.git
Vcs-Browser: https://salsa.debian.org/tryton-team/tryton-modules-sale-promotion-coupon
Rules-Requires-Root: no

Package: tryton-modules-sale-promotion-coupon
Architecture: all
Depends: tryton-modules-company (>= ${version:major}),
         tryton-modules-sale (>= ${version:major}),
         tryton-modules-sale-promotion (>= ${version:major}),
         tryton-server (>= ${version:major}),
         ${API},
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Description: Tryton application platform - sale promotion coupon module
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 The sale_promotion_coupon module adds coupon to the promotions.
 .
 A promotion with coupons will be applied only if a linked coupon has been added
 on the sale.
 .
 Promotion Coupon
 ****************
 .
 It defines the behaviours of a sets of coupon numbers for a promotion:
 .
  - *Name*: The name of the coupon.
  - *Promotion*: The promotion to which the coupon is attached.
  - *Number of Use*: How much time a coupon number can be used.
  - *Per Party*: How the usage is counted.
  - *Numbers*: The list of numbers which must be unique.
