This commit is contained in:
Dennis Eichhorn 2022-02-19 13:57:38 +01:00
parent 1501e625f2
commit 2f9893901e
117 changed files with 267 additions and 267 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract;
* *
* @package Modules\Accounting\Admin\Install * @package Modules\Accounting\Admin\Install
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Navigation class Navigation

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract;
* *
* @package Modules\Accounting\Admin * @package Modules\Accounting\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Installer extends InstallerAbstract final class Installer extends InstallerAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract;
* *
* @package Modules\Accounting\Admin * @package Modules\Accounting\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Status extends StatusAbstract final class Status extends StatusAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract;
* *
* @package Modules\Accounting\Admin * @package Modules\Accounting\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Uninstaller extends UninstallerAbstract final class Uninstaller extends UninstallerAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract;
* *
* @package Modules\Accounting\Admin * @package Modules\Accounting\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Updater extends UpdaterAbstract final class Updater extends UpdaterAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\Model\Message\FormValidation;
* *
* @package Modules\Accounting * @package Modules\Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class ApiController extends Controller final class ApiController extends Controller

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\Views\View;
* *
* @package Modules\Accounting * @package Modules\Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
* @codeCoverageIgnore * @codeCoverageIgnore
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\ModuleAbstract;
* *
* @package Modules\Accounting * @package Modules\Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Controller extends ModuleAbstract class Controller extends ModuleAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class AccountAbstract abstract class AccountAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class AccountType extends Enum abstract class AccountType extends Enum

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Balance class Balance

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Localization\ISO639x1Enum;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class BalanceL11n implements \JsonSerializable, ArrayableInterface class BalanceL11n implements \JsonSerializable, ArrayableInterface

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class BatchPosting implements \Countable class BatchPosting implements \Countable

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class CostCenter class CostCenter

6
Models/CostCenterL11n.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Localization\ISO639x1Enum;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class CostCenterL11n implements \JsonSerializable, ArrayableInterface class CostCenterL11n implements \JsonSerializable, ArrayableInterface

6
Models/CostCenterL11nMapper.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CostCenterL11nMapper extends DataMapperFactory final class CostCenterL11nMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CostCenterMapper extends DataMapperFactory final class CostCenterMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class CostObject class CostObject

6
Models/CostObjectL11n.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Localization\ISO639x1Enum;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class CostObjectL11n implements \JsonSerializable, ArrayableInterface class CostObjectL11n implements \JsonSerializable, ArrayableInterface

6
Models/CostObjectL11nMapper.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CostObjectL11nMapper extends DataMapperFactory final class CostObjectL11nMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CostObjectMapper extends DataMapperFactory final class CostObjectMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use Modules\Admin\Models\Account;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Creditor class Creditor

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use Modules\Admin\Models\Account;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Debitor class Debitor

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface EntryInterface interface EntryInterface

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class IncomeStatement class IncomeStatement

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class InvoicePosting extends PostingAbstract class InvoicePosting extends PostingAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullCostCenter extends CostCenter final class NullCostCenter extends CostCenter

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullCostObject extends CostObject final class NullCostObject extends CostObject

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class PermissionState extends Enum abstract class PermissionState extends Enum

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class Posting extends PostingAbstract abstract class Posting extends PostingAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class PostingAbstract implements PostingInterface abstract class PostingAbstract implements PostingInterface

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Accounting\Models;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
interface PostingInterface interface PostingInterface

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class TimeRangeType extends Enum abstract class TimeRangeType extends Enum

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/Navigation.en.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/ar.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/cs.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/da.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/el.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/es.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/fi.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/fr.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/hu.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/it.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/ja.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/ko.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/no.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/pl.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/pt.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/ru.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/sv.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/th.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/tr.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/uk.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/zh.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -11,7 +11,7 @@
"phpOMS-db": "1.0.0" "phpOMS-db": "1.0.0"
}, },
"creator": { "creator": {
"name": "Orange Management", "name": "Karaka",
"website": "www.spl1nes.com" "website": "www.spl1nes.com"
}, },
"description": "Accounting module.", "description": "Accounting module.",

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ namespace tests;
* *
* @package tests * @package tests
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Autoloader final class Autoloader

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

Some files were not shown because too many files have changed in this diff Show More