Travel reimburse feature added

This commit is contained in:
2026-07-07 22:48:57 +02:00
parent e1ef2456ea
commit 30269316b2
29 changed files with 21392 additions and 26 deletions

View File

@@ -319,12 +319,14 @@ while ($module = $system_modules_data->fetch_assoc()) {
<tr>
<th><?php echo __('module_name') ?></th>
<th><?php echo __('enabled') ?></th>
<th><?php echo __('configure') ?></th>
</tr>
</thead>
<tfoot>
<tr>
<th><?php echo __('module_name') ?></th>
<th><?php echo __('enabled') ?></th>
<th><?php echo __('configure') ?></th>
</tr>
</tfoot>
<tbody>
@@ -342,6 +344,11 @@ while ($module = $system_modules_data->fetch_assoc()) {
<span class="slider"></span>
</label>
</td>
<td class="text-nowrap">
<?php if ($module['module_slugify'] === 'office') { ?>
<a href="/portal-management/modules/office/" class="btn btn-primary btn-sm btn-rounded"><i class="fa-solid fa-gear"></i></a>
<?php } ?>
</td>
</tr>
<?php } ?>
</tbody>