Files @ e726ff21a8ff
Branch filter:

Location: symposion_app/vendor/registrasion/docs/views.rst

James Polley
Create regidesk app

Shows summary of all attendees with a paid ticket, including
boarding_pass status.

Currently, regidesk allows staff with the requisite permission the
ability to view the checkin status of attendees, and email the user
their boarding pass email.

Included is a view for the user to retrieve their own QR code (in case
they got the plain-text version of the email, they can use this to
download an image to their phone for faster checkin)
User-facing views
=================


View functions
--------------

Here's all of the views that Registrasion exposes to the public.

.. automodule:: registrasion.views
    :members:

Data types
~~~~~~~~~~

.. automodule:: registrasion.controllers.discount

.. autoclass:: DiscountAndQuantity


Template tags
-------------

Registrasion makes template tags available:

.. automodule:: registrasion.templatetags.registrasion_tags
    :members:


Rendering invoices
------------------

You'll need to render the following Django models in order to view invoices.

.. automodule:: registrasion.models.commerce

.. autoclass:: Invoice

.. autoclass:: LineItem

See also: :class:`PaymentBase`