diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2024-02-14 12:44:02 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-19 19:27:08 +0200 |
| commit | ad11845f2b1efefa7e5a1f50f1884205d28a1c20 (patch) | |
| tree | b435b304eb3b0e2078bcaf05e02de19f66dcf5db /gnu/packages/tryton.scm | |
| parent | e00479ad42520b0dcdf79481301d20deefe9127e (diff) | |
gnu: Add trytond-sale-promotion-coupon-payment.
* gnu/packages/tryton.scm (trytond-sale-promotion-coupon-payment): New variable.
Diffstat (limited to 'gnu/packages/tryton.scm')
| -rw-r--r-- | gnu/packages/tryton.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 3830a93219c..a81048aa3ad 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -4322,6 +4322,29 @@ on a sale based on criteria.") | |||
| 4322 | to the promotions.") | 4322 | to the promotions.") |
| 4323 | (license license:gpl3+))) | 4323 | (license license:gpl3+))) |
| 4324 | 4324 | ||
| 4325 | (define-public trytond-sale-promotion-coupon-payment | ||
| 4326 | (package | ||
| 4327 | (name "trytond-sale-promotion-coupon-payment") | ||
| 4328 | (version "7.0.0") | ||
| 4329 | (source | ||
| 4330 | (origin | ||
| 4331 | (method url-fetch) | ||
| 4332 | (uri (pypi-uri "trytond_sale_promotion_coupon_payment" version)) | ||
| 4333 | (sha256 | ||
| 4334 | (base32 "051jgg0pid8rsk8987q0vfx1xiixvh65rzl9bcgdzj7kl8fxlssp")))) | ||
| 4335 | (build-system pyproject-build-system) | ||
| 4336 | (arguments (tryton-arguments "sale_promotion_coupon_payment")) | ||
| 4337 | (native-inputs %standard-trytond-native-inputs) | ||
| 4338 | (propagated-inputs | ||
| 4339 | (list trytond | ||
| 4340 | trytond-account-payment | ||
| 4341 | trytond-sale-promotion-coupon)) | ||
| 4342 | (home-page "https://docs.tryton.org/projects/modules-sale-promotion-coupon-payment") | ||
| 4343 | (synopsis "Tryton module to link payments with coupons") | ||
| 4344 | (description "The @emph{Sale Promotion Coupon Payment} Tryton module | ||
| 4345 | includes the identical parties from the payments to count usage per party.") | ||
| 4346 | (license license:gpl3+))) | ||
| 4347 | |||
| 4325 | (define-public trytond-sale-secondary-unit | 4348 | (define-public trytond-sale-secondary-unit |
| 4326 | (package | 4349 | (package |
| 4327 | (name "trytond-sale-secondary-unit") | 4350 | (name "trytond-sale-secondary-unit") |
