Added Callcenter Stats

This commit is contained in:
Frank Schubert
2025-07-17 20:30:53 +02:00
parent b3906626a5
commit 42d28c894e
8 changed files with 795 additions and 1 deletions
+2 -1
View File
@@ -113,10 +113,11 @@
<li><a href="<?=self::getUrl("PreorderBilling")?>"><i class="far fa-fw fa-cash-register text-info"></i> Vorbestellkampagnen Verrechnung</a></li>
<?php endif; ?>
<?php if($me->isAdmin() || !empty(json_decode((new WorkerFlag($me->id, "constructionConsent_projects"))->value() ?? '[]'))): ?>
<li><a href="<?=self::getUrl("ConstructionConsentProject")?>"><i class="far fa-fw fa-clipboard-question text-info"></i> Zustimmungserklärungen</a></li>
<li class="border-top"><a href="<?=self::getUrl("ConstructionConsentProject")?>"><i class="far fa-fw fa-clipboard-question text-info"></i> Zustimmungserklärungen</a></li>
<?php endif; ?>
<?php if($me->is(["Admin"])): ?><li class="border-top"><a href="<?=self::getUrl("MailtemplateDispatch")?>"><i class="far fa-fw fa-envelope text-info"></i> Emailaussendungen</a></li><?php endif; ?>
<?php if($me->is(["Admin"])): ?><li class="border-top"><a href="<?=self::getUrl("Callcenterstats")?>"><i class="fas fa-fw fa-phone-office text-info"></i> Callcenter Auswertung</a></li><?php endif; ?>
<?php if($me->is(["Admin"])): ?><li class="border-top"><a href="<?=self::getUrl("AssetManagement")?>"><i class="far fa-fw fa-clipboard-list text-info"></i> Asset Management</a></li><?php endif; ?>
</ul>
</li>