- Added migration 025 for the Ticket System, creating tables for tickets, comments, attachments, worklogs, prepaid cards, and audit logs. - Introduced migration 026 to add ticket-related permissions to the auth system and assign them to user groups. - Developed a test suite for the Ticket Module, validating database schema, ticket number generation, prepaid card constraints, service logic, worklog creation, audit logging, and views.
7 lines
108 B
Python
7 lines
108 B
Python
"""
|
|
Ticket Module Frontend
|
|
======================
|
|
|
|
HTML templates og view handlers for ticket-systemet.
|
|
"""
|