ezgg-lan-manager/config
tcprod a419ee8885 Replace float with Decimal for price calculations
Fix Decimal precision issue

Fix Decimal precision issue

Fix Decimal precision issue

Fix old prices for tickets

Fix Decimal precision issue
2025-02-07 23:20:57 +01:00
..
config.example.toml Replace float with Decimal for price calculations 2025-02-07 23:20:57 +01:00
README.md add SeatingService with seating plan generation 2024-08-20 15:34:36 +02:00

Configuration

config.toml

TBD

seating plan

creation

  • Create a new seating plan via diagrams.net editor (make sure to use the "editable XML" version)
  • Boxes with a letter followed by up to 3 numbers are detected as seats
  • Add the property "category" to designate seats as specific category (otherwise, the default will be applied)

exporting

  • Export as SVG when ready
  • remove the onclick listener from the root element (optional)
  • add path of svg to seating configuration