3 Commits

Author SHA1 Message Date
238c9ecaed Add initial files and database migration for ticket pricing system
- Created new directories and index files for controls, factory, and views.
- Added .htaccess files for URL rewriting in layout and images directories.
- Included a logo image in the layout/images directory.
- Implemented load_prices.php to load ticket prices from the database into settings.
- Developed admin panel settings page for enabling ticket sales.
- Created tickets management page in the admin panel to display and edit ticket prices.
- Added upgrade.php for database migrations, including creating the ticket_prices table and adding weekend price column.
2026-02-23 00:17:46 +01:00
d01f237aeb Refactor Cron class: remove unused methods and clean up code
- Deleted methods related to points history management, push notifications, and email notifications from the factory Cron class to streamline functionality.
- Removed the main_view method from the view Cron class as it was not needed.
2025-09-03 12:36:30 +02:00
652863d54f first commit 2025-04-30 23:59:49 +02:00