No description
Find a file
dni ⚡ 9ca714d878
fix: fetch incoming payment (#35)
did not work for internal payment
2024-09-03 16:35:42 +02:00
.github/workflows feat: code quality (#34) 2024-08-29 12:18:49 +02:00
static/image Added video 2024-05-17 17:39:11 +01:00
templates/events Merge branch 'main' into add_image_banner 2024-02-17 14:04:42 +00:00
tests feat: code quality (#34) 2024-08-29 12:18:49 +02:00
.gitignore feat: code quality (#34) 2024-08-29 12:18:49 +02:00
.prettierrc feat: code quality (#34) 2024-08-29 12:18:49 +02:00
__init__.py feat: code quality (#34) 2024-08-29 12:18:49 +02:00
config.json Added video 2024-05-17 17:39:11 +01:00
crud.py feat: code quality (#34) 2024-08-29 12:18:49 +02:00
description.md feat: code quality (#34) 2024-08-29 12:18:49 +02:00
LICENSE add license 2023-02-24 18:13:39 +01:00
Makefile feat: code quality (#34) 2024-08-29 12:18:49 +02: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 feat: code quality (#34) 2024-08-29 12:18:49 +02:00
package-lock.json feat: code quality (#34) 2024-08-29 12:18:49 +02:00
package.json feat: code quality (#34) 2024-08-29 12:18:49 +02:00
poetry.lock feat: code quality (#34) 2024-08-29 12:18:49 +02:00
pyproject.toml feat: code quality (#34) 2024-08-29 12:18:49 +02:00
README.md [FEAT] add timestamp on register (#15) 2023-08-18 08:17:29 +02:00
tasks.py fix: fetch incoming payment (#35) 2024-09-03 16:35:42 +02:00
toc.md feat: code quality (#34) 2024-08-29 12:18:49 +02:00
views.py feat: code quality (#34) 2024-08-29 12:18:49 +02:00
views_api.py fix: fetch incoming payment (#35) 2024-09-03 16:35:42 +02: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