This commit is contained in:
Dennis Eichhorn 2022-02-19 13:57:38 +01:00
parent 252fbd9821
commit e6c4a2f05a
99 changed files with 224 additions and 224 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);

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);
@ -24,7 +24,7 @@ use phpOMS\Application\ApplicationAbstract;
* *
* @package Modules\Billing\Admin\Install * @package Modules\Billing\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 Media class Media

View File

@ -25,7 +25,7 @@ $mpdf = new Mpdf([
$mpdf->SetDisplayMode('fullpage'); $mpdf->SetDisplayMode('fullpage');
$mpdf->SetTitle($bill->getNumber()); $mpdf->SetTitle($bill->getNumber());
$mpdf->SetAuthor('Orange Management'); $mpdf->SetAuthor('Karaka');
$html = ' $html = '
<html> <html>
@ -73,7 +73,7 @@ $html = '
<table width="100%"> <table width="100%">
<tr> <tr>
<td width="50%" style="color:#0000BB; "> <td width="50%" style="color:#0000BB; ">
<span style="font-weight: bold; font-size: 14pt;">Orange Management</span><br /> <span style="font-weight: bold; font-size: 14pt;">Karaka</span><br />
123 1313 Webfoot Street<br /> 123 1313 Webfoot Street<br />
Duckburg<br /> Duckburg<br />
</td> </td>

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\Billing\Admin\Install * @package Modules\Billing\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);
@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Schema\Builder;
* *
* @package Modules\Billing\Admin\Install * @package Modules\Billing\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 WarehouseManagement class WarehouseManagement

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);
@ -32,7 +32,7 @@ use phpOMS\Module\ModuleInfo;
* *
* @package Modules\Billing\Admin * @package Modules\Billing\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\Billing\Admin * @package Modules\Billing\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\Billing\Admin * @package Modules\Billing\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\Billing\Admin * @package Modules\Billing\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);
@ -39,7 +39,7 @@ use phpOMS\Views\View;
* *
* @package Modules\Billing * @package Modules\Billing
* @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);
@ -32,7 +32,7 @@ use phpOMS\Views\View;
* *
* @package Modules\Billing * @package Modules\Billing
* @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);
@ -22,7 +22,7 @@ use phpOMS\Module\WebInterface;
* *
* @package Modules\Billing * @package Modules\Billing
* @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 implements WebInterface class Controller extends ModuleAbstract implements WebInterface

0
Docs/Dev/img/er.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 365 KiB

After

Width:  |  Height:  |  Size: 365 KiB

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);
@ -29,7 +29,7 @@ use Modules\Media\Models\NullMedia;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 Bill implements \JsonSerializable class Bill implements \JsonSerializable

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\Stdlib\Base\FloatInt;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 BillElement implements \JsonSerializable class BillElement implements \JsonSerializable

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\Billing\Models * @package Modules\Billing\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 BillElementMapper extends DataMapperFactory final class BillElementMapper 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);
@ -26,7 +26,7 @@ use Modules\Editor\Models\EditorDocMapper;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 BillMapper extends DataMapperFactory class BillMapper 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\Stdlib\Base\Enum;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 BillStatus extends Enum abstract class BillStatus 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);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 BillTransferType extends Enum abstract class BillTransferType 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);
@ -23,7 +23,7 @@ use phpOMS\Localization\ISO639x1Enum;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 BillType class BillType

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\Billing\Models * @package Modules\Billing\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 BillTypeL11n implements \JsonSerializable, ArrayableInterface class BillTypeL11n 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);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 BillTypeL11nMapper extends DataMapperFactory final class BillTypeL11nMapper 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);
@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 BillTypeMapper extends DataMapperFactory final class BillTypeMapper 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\Billing\Models;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 NullBill extends Bill final class NullBill extends Bill

6
Models/NullBillElement.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);
@ -19,7 +19,7 @@ namespace Modules\Billing\Models;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 NullBillElement extends BillElement final class NullBillElement extends BillElement

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\Billing\Models;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 NullBillType extends BillType final class NullBillType extends BillType

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\Billing\Models * @package Modules\Billing\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);
@ -24,7 +24,7 @@ use phpOMS\Localization\Money;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 PurchaseBillMapper extends BillMapper final class PurchaseBillMapper extends BillMapper

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);
@ -24,7 +24,7 @@ use phpOMS\Localization\Money;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 SalesBillMapper extends BillMapper final class SalesBillMapper extends BillMapper

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\Billing\Models * @package Modules\Billing\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 SettingsEnum extends Enum abstract class SettingsEnum 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);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
* *
* @package Modules\Billing\Models * @package Modules\Billing\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 StockBillMapper extends BillMapper final class StockBillMapper extends BillMapper

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);

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 @@
{ {
"name": "orange-management/module", "name": "karaka/module",
"description": "Module for Orange Management.", "description": "Module for Karaka.",
"authors": [ "authors": [
{ {
"name": "Dennis Eichhorn", "name": "Dennis Eichhorn",

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);

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);