No description
Find a file
2024-05-14 11:37:27 +03:00
.github/workflows [FEAT] add better release workflow (#18) 2023-09-23 22:36:08 +02:00
static/image Added extended description 2024-04-30 15:36:05 +01:00
templates/events Merge branch 'main' into add_image_banner 2024-02-17 14:04:42 +00:00
.gitignore add gitignore 2023-06-27 11:47:19 +02:00
__init__.py fix: properly start/stop tasks (#27) 2024-04-15 12:53:16 +02:00
config.json chore: bump min_lnbits_version 2024-05-14 11:37:27 +03:00
crud.py fix timestamp on postgres (#26) 2024-03-07 12:06:59 +02:00
description.md Added extended description 2024-04-30 15:36:05 +01:00
LICENSE add license 2023-02-24 18:13:39 +01:00
manifest.json [FEAT] add timestamp on register (#15) 2023-08-18 08:17:29 +02:00
migrations.py allow for an image banner 2024-01-31 13:15:52 +00:00
models.py allow for an image banner 2024-01-31 13:15:52 +00:00
README.md [FEAT] add timestamp on register (#15) 2023-08-18 08:17:29 +02:00
tasks.py [FEAT] Fiat event tickets (#10) 2023-12-12 11:42:50 +01:00
toc.md Added extended description 2024-04-30 15:36:05 +01:00
views.py allow for an image banner 2024-01-31 13:15:52 +00:00
views_api.py Check payment (#28) 2024-05-06 12:41:35 +01:00

Events - LNbits extension

For more about LNBits extension check this tutorial

Sell tickets for events and use the built-in scanner for registering attendants

Events alows you to make tickets for an event. Each ticket is in the form of a uniqque QR code. After registering, and paying for ticket, the user gets a QR code to present at registration/entrance.

Events includes a shareable ticket scanner, which can be used to register attendees.

Usage

  1. Create an event
    create event

  2. Fill out the event information:

    • event name
    • wallet (normally there's only one)
    • event information
    • closing date for event registration
    • begin and end date of the event

    event info

  3. Share the event registration link
    event ticket

    • ticket example
      ticket example

    • QR code ticket, presented after invoice paid, to present at registration
      event ticket

  4. Use the built-in ticket scanner to validate registered, and paid, attendees
    ticket scanner