Admin¶
amlit_helpdesk.admin ¶
amlit_helpdesk.admin.FeatureTicket ¶
Bases: Model
One on one with ticket to have features data and additional data from civitas
assign_community_code ¶
assign community code to ticket
Source code in django_project/amlit_helpdesk/models/feature_ticket.py
amlit_helpdesk.admin.RecurringTicket ¶
Bases: Model
Recurring info for the ticket Contains all of tickets that already created And also create ticket automatically
calculate_next_date ¶
For calculating new date based on the recurring type
Source code in django_project/amlit_helpdesk/models/recurring_ticket.py
check_recurring_event ¶
Recurring event for creating new ticket next_date is today
Source code in django_project/amlit_helpdesk/models/recurring_ticket.py
create_recurring
staticmethod
¶
Create recurring for the ticket
Source code in django_project/amlit_helpdesk/models/recurring_ticket.py
setup_data ¶
Setup recurring data
Source code in django_project/amlit_helpdesk/models/recurring_ticket.py
amlit_helpdesk.admin.SchedulerOrganisation ¶
Bases: Model
Overridden scheduler for an organisation
activate ¶
inactivate ¶
update ¶
Update the scheduler based on data TODO: LIT We need to fix it to reuse function to create ticket, feature ticket and recurring ticket
Source code in django_project/amlit_helpdesk/models/scheduler.py
amlit_helpdesk.admin.SchedulerTemplate ¶
Bases: Model
Scheduler template to create or update the recurring ticket Mostly used for schedule ticket ofr multi assets
API¶
amlit_helpdesk.api ¶
Migrations¶
amlit_helpdesk.migrations ¶
Models¶
amlit_helpdesk.models ¶
amlit_helpdesk.models.SchedulerOrganisation ¶
Bases: Model
Overridden scheduler for an organisation
activate ¶
inactivate ¶
update ¶
Update the scheduler based on data TODO: LIT We need to fix it to reuse function to create ticket, feature ticket and recurring ticket
Source code in django_project/amlit_helpdesk/models/scheduler.py
amlit_helpdesk.models.SchedulerTemplate ¶
Bases: Model
Scheduler template to create or update the recurring ticket Mostly used for schedule ticket ofr multi assets