feat: avto va tezkor baholash uchun history bo'limi qo'shildi
This commit is contained in:
10
core/apps/evaluation/choices/history.py
Normal file
10
core/apps/evaluation/choices/history.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.db import models
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class EvaluationEventType(models.TextChoices):
|
||||
ORDER_CREATED = "order_created", _("Buyurtma yaratildi")
|
||||
STATUS_CHANGED = "status_changed", _("Status o'zgartirildi")
|
||||
EVALUATOR_ASSIGNED = "evaluator_assigned", _("Baholovchi biriktirildi")
|
||||
DOCUMENT_UPLOADED = "document_uploaded", _("Hujjat yuklandi")
|
||||
PAYMENT_MADE = "payment_made", _("To'lov qilindi")
|
||||
Reference in New Issue
Block a user