[UPDT] BASE: Updated base app by modify some translator and horilla_crumbs files

This commit is contained in:
Horilla
2025-05-17 14:08:27 +05:30
parent c58c04502b
commit 34449666e8
5 changed files with 5776 additions and 4331 deletions

View File

@@ -354,3 +354,11 @@ _("backup"),
_("gdrive"),
_("horilla-theme"),
_("color-settings"),
_("report"),
_("recruitment-report"),
_("employee-report"),
_("attendance-report"),
_("leave-report"),
_("payroll-report"),
_("asset-report"),
_("pms-report"),

View File

@@ -276,5 +276,6 @@
<script>
$(document).ready(function () {
$(".oh-accordion-meta__body").first().removeClass('d-none');
$(".oh-accordion-meta__header").first().addClass('oh-accordion-meta__header--show');
})
</script>

File diff suppressed because it is too large Load Diff

View File

@@ -152,6 +152,21 @@ sidebar_urls = [
"asset-batch-view",
"task-all",
"gdrive",
"color-settings",
"employee-report",
"employee-pivot",
"recruitment-report",
"recruitment-pivot",
"attendance-report",
"attendance-pivot",
"leave-report",
"leave-pivot",
"payroll-report",
"payroll-pivot",
"asset-report",
"asset-pivot",
"pms-report",
"pms-pivot",
]
remove_urls = [
"feedback-detailed-view",

View File

@@ -47,8 +47,8 @@ class OnboardingStage(HorillaModel):
Meta class for additional options
"""
verbose_name = _("Stage")
verbose_name_plural = _("Stages")
verbose_name = _("Onboarding Stage")
verbose_name_plural = _("Onboarding Stages")
ordering = ["sequence"]