mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-17 09:58:42 +00:00
22 lines
449 B
PHP
Executable File
22 lines
449 B
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\ClientManagement
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
/* @todo: single month/quarter/fiscal year/calendar year */
|
|
/* @todo: time range (<= 12 month = monthly view; else annual view/comparison) */
|
|
|
|
/**
|
|
* @var \phpOMS\Views\View $this
|
|
*/
|
|
echo $this->getData('nav')->render();
|