This commit is contained in:
Dennis Eichhorn 2022-02-19 13:57:39 +01:00
parent 7962a669ef
commit fa923fbe49
137 changed files with 338 additions and 338 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
## Code Style & Best Practices
For the code style and best practices please have a look at the developer-guide [https://github.com/Orange-Management/Developer-Guide](https://github.com/Orange-Management/Developer-Guide). Especially the `standards` should be followed for a successful pull request.
For the code style and best practices please have a look at the developer-guide [https://github.comkaraka-management/Developer-Guide](https://github.comkaraka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request.
## How Can I Contribute
@ -12,7 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all
### Issues
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.com/Orange-Management/Docs/blob/master/Project/PROJECT.md) file.
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.comkaraka-management/Docs/blob/master/Project/PROJECT.md) file.
### Code Style

View File

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

View File

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

View File

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

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

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -10,7 +10,7 @@ declare(strict_types=1);
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
return [
];

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -27,7 +27,7 @@ use phpOMS\Utils\StringUtils;
*
* @package Modules\Exchange\Models\Interfaces\OMS
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Exporter extends ExporterAbstract

View File

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

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -30,7 +30,7 @@ use phpOMS\Message\RequestAbstract;
*
* @package Modules\Exchange\Models\Interfaces\OMS
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Importer extends ImporterAbstract
@ -195,7 +195,7 @@ final class Importer extends ImporterAbstract
\fwrite($fp,
"<?php\n"
. "/**\n"
. " * Orange Management\n"
. " * Karaka\n"
. " *\n"
. " * PHP Version 8.0\n"
. " *\n"
@ -203,7 +203,7 @@ final class Importer extends ImporterAbstract
. " * @copyright Dennis Eichhorn\n"
. " * @license OMS License 1.0\n"
. " * @version 1.0.0\n"
. " * @link https://orange-management.org\n"
. " * @link https://karaka.app\n"
. " */\n"
. "declare(strict_types=1);\n\n"
. "return ['" . ($file === '' ? $module : $file) . "' => [\n"

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -10,7 +10,7 @@ declare(strict_types=1);
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
return [
'Language' => 'Language',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Message\RequestAbstract;
*
* @package Interfaces
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
abstract class ExporterAbstract

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Message\RequestAbstract;
*
* @package Interfaces
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
abstract class ImporterAbstract

View File

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

View File

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

View File

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

View File

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

View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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