選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

voucher.rst 613B

12345678910111213141516171819202122232425
  1. =======
  2. Voucher
  3. =======
  4. Oscar ships with broad support for vouchers, which are handled by this app.
  5. In addition to individual vouchers, vouchers can also be managed as sets.
  6. VoucherSets can typically be used for automatically generated vouchers based on
  7. loyalty criteria. They can also be used to quickly create a large set of vouchers
  8. with a shared condition and benefit. They also allow shared management of such
  9. sets, so you can easily extend, restrict, enable or disable them at once.
  10. Abstract models
  11. ---------------
  12. .. automodule:: oscar.apps.voucher.abstract_models
  13. :members:
  14. Views
  15. -----
  16. None.