Files
pretix_original/doc/development/algorithms/index.rst
Raphael Michel 6fee0ac0a9 Discounts (#2510)
2022-04-27 14:43:16 +02:00

15 lines
571 B
ReStructuredText

Algorithms
==========
The business logic inside pretix is full of complex algorithms making decisions based on all the hundreds of settings
and input parameters available. Some of them are documented here as graphs, either because fully understanding them is very important
when working on features close to them, or because they also need to be re-implemented by client-side components like our
ticket scanning apps and we want to ensure the implementations are as similar as possible to avoid confusion.
.. toctree::
:maxdepth: 2
pricing
checkin
layouts