diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 7b927fb..35b7340 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange\Admin\Install - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange\Admin\Install + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Navigation class. * - * @package Modules\Exchange\Admin\Install - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange\Admin\Install + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Navigation { @@ -34,7 +34,7 @@ class Navigation * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public static function install(string $path, DatabasePool $dbPool) : void { diff --git a/Admin/Installer.php b/Admin/Installer.php index 391f503..8d81658 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -25,10 +25,10 @@ use phpOMS\System\File\Local\Directory; /** * Installer class. * - * @package Modules\Exchange - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Installer extends InstallerAbstract { diff --git a/Admin/Status.php b/Admin/Status.php index d020ddb..dd038f4 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\Module\StatusAbstract; /** * Navigation class. * - * @package Modules\Exchange - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Status extends StatusAbstract { diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 5780725..8b28052 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\Module\UninstallerAbstract; /** * Uninstaller class. * - * @package Modules\Exchange - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Uninstaller extends UninstallerAbstract { diff --git a/Admin/Updater.php b/Admin/Updater.php index a7feed1..098ecb9 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\Module\UpdaterAbstract; /** * Updater class. * - * @package Modules\Exchange - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Updater extends UpdaterAbstract { diff --git a/Controller/ApiController.php b/Controller/ApiController.php index dbe37f4..a800a25 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -23,10 +23,10 @@ use phpOMS\Message\ResponseAbstract; /** * Exchange controller class. * - * @package Modules\Exchange - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class ApiController extends Controller { @@ -42,7 +42,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiExchangeImport(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -69,7 +69,7 @@ final class ApiController extends Controller * * @return bool * - * @since 1.0.0 + * @since 1.0.0 */ private function importDataFromRequest(RequestAbstract $request) : bool { @@ -97,7 +97,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiExchangeExport(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { diff --git a/Controller/BackendController.php b/Controller/BackendController.php index eb924ea..84b26b5 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -24,10 +24,10 @@ use phpOMS\Views\View; /** * Exchange controller class. * - * @package Modules\Exchange - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class BackendController extends Controller { @@ -50,7 +50,7 @@ final class BackendController extends Controller * * @return RenderableInterface Response can be rendered * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewExchangeExportList(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -82,7 +82,7 @@ final class BackendController extends Controller * * @return RenderableInterface Response can be rendered * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewExchangeImportList(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -114,7 +114,7 @@ final class BackendController extends Controller * * @return RenderableInterface Response can be rendered * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewExchangeExport(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -135,7 +135,7 @@ final class BackendController extends Controller * * @return RenderableInterface Response can be rendered * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewExchangeImport(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface diff --git a/Controller/Controller.php b/Controller/Controller.php index c68d7a3..02f50d6 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -20,10 +20,10 @@ use phpOMS\Module\WebInterface; /** * Exchange controller class. * - * @package Modules\Exchange - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Controller extends ModuleAbstract implements WebInterface { @@ -31,7 +31,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module path. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_PATH = __DIR__ . '/../'; @@ -39,7 +39,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module version. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_VERSION = '1.0.0'; @@ -47,7 +47,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module name. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_NAME = 'Exchange'; @@ -55,7 +55,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module id. * - * @var int + * @var int * @since 1.0.0 */ public const MODULE_ID = 1007000000; @@ -63,7 +63,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $providing = []; @@ -71,7 +71,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Dependencies. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $dependencies = []; diff --git a/Interfaces/GSD/Importer.php b/Interfaces/GSD/Importer.php index 526aa34..e9f7d72 100644 --- a/Interfaces/GSD/Importer.php +++ b/Interfaces/GSD/Importer.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Interfaces - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Interfaces + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -31,17 +31,17 @@ use phpOMS\Message\RequestAbstract; /** * GSD import class * - * @package Modules\Exchange\Models\Interfaces\GSD - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange\Models\Interfaces\GSD + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class Importer extends ImporterAbstract { /** * Database connection. * - * @var ConnectionInterface + * @var ConnectionInterface * @since 1.0.0 */ private $remote = null; @@ -54,7 +54,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function import(\DateTime $start, \DateTime $end) : void { @@ -77,7 +77,7 @@ final class Importer extends ImporterAbstract * * @return bool * - * @since 1.0.0 + * @since 1.0.0 */ public function importFromRequest(RequestAbstract $request) : bool { @@ -138,7 +138,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function importCostCenter(\DateTime $start, \DateTime $end) : void { @@ -164,7 +164,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function importCostObject(\DateTime $start, \DateTime $end) : void { @@ -190,7 +190,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function importAddress(\DateTime $start, \DateTime $end) : void { @@ -204,7 +204,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function importCustomer(\DateTime $start, \DateTime $end) : void { @@ -218,7 +218,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function importSupplier(\DateTime $start, \DateTime $end) : void { @@ -232,7 +232,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function importAccount(\DateTime $start, \DateTime $end) : void { @@ -246,7 +246,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function importInvoice(\DateTime $start, \DateTime $end) : void { @@ -260,7 +260,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function importPosting(\DateTime $start, \DateTime $end) : void { @@ -274,7 +274,7 @@ final class Importer extends ImporterAbstract * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function importBatchPosting(\DateTime $start, \DateTime $end) : void { diff --git a/Interfaces/GSD/Model/GSDAddressMapper.php b/Interfaces/GSD/Model/GSDAddressMapper.php index 1bf31d3..1e98b98 100644 --- a/Interfaces/GSD/Model/GSDAddressMapper.php +++ b/Interfaces/GSD/Model/GSDAddressMapper.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange\Interfaces\GSD\Model - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange\Interfaces\GSD\Model + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,17 +19,17 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Mapper class. * - * @package Modules\Exchange\Interfaces\GSD\Model - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange\Interfaces\GSD\Model + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class GSDAddressMapper extends DataMapperAbstract { /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -49,7 +49,7 @@ final class GSDAddressMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'KUNDENADRESSE'; @@ -57,7 +57,7 @@ final class GSDAddressMapper extends DataMapperAbstract /** * Created at. * - * @var string + * @var string * @since 1.0.0 */ protected static string $createdAt = 'row_create_time'; @@ -65,7 +65,7 @@ final class GSDAddressMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'AdressRowId'; diff --git a/Interfaces/GSD/Model/GSDArticleMapper.php b/Interfaces/GSD/Model/GSDArticleMapper.php index 944def0..9c9c88b 100644 --- a/Interfaces/GSD/Model/GSDArticleMapper.php +++ b/Interfaces/GSD/Model/GSDArticleMapper.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange\Interfaces\GSD\Model - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange\Interfaces\GSD\Model + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,17 +19,17 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Mapper class. * - * @package Modules\Exchange\Interfaces\GSD\Model - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange\Interfaces\GSD\Model + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class GSDArticleMapper extends DataMapperAbstract { /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -45,7 +45,7 @@ final class GSDArticleMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'Artikel'; @@ -53,7 +53,7 @@ final class GSDArticleMapper extends DataMapperAbstract /** * Created at. * - * @var string + * @var string * @since 1.0.0 */ protected static string $createdAt = 'row_create_time'; @@ -61,7 +61,7 @@ final class GSDArticleMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'row_id'; diff --git a/Interfaces/GSD/Model/GSDCostCenter.php b/Interfaces/GSD/Model/GSDCostCenter.php index da25261..e3ba05c 100644 --- a/Interfaces/GSD/Model/GSDCostCenter.php +++ b/Interfaces/GSD/Model/GSDCostCenter.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange\Interfaces\GSD\Model - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange\Interfaces\GSD\Model + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -17,10 +17,10 @@ namespace Modules\Exchange\Interfaces\GSD\Model; /** * Cost center class. * - * @package Modules\Exchange\Interfaces\GSD\Model - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange\Interfaces\GSD\Model + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class GSDCostCenter implements \JsonSerializable { @@ -28,7 +28,7 @@ final class GSDCostCenter implements \JsonSerializable /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -36,7 +36,7 @@ final class GSDCostCenter implements \JsonSerializable /** * Creator. * - * @var int + * @var int * @since 1.0.0 */ protected $createdBy = 0; @@ -44,7 +44,7 @@ final class GSDCostCenter implements \JsonSerializable /** * Created. * - * @var null|\DateTime + * @var null|\DateTime * @since 1.0.0 */ protected ?\DateTime $createdAt = null; @@ -52,7 +52,7 @@ final class GSDCostCenter implements \JsonSerializable /** * Description. * - * @var string + * @var string * @since 1.0.0 */ protected string $description = ''; @@ -60,7 +60,7 @@ final class GSDCostCenter implements \JsonSerializable /** * Cost center. * - * @var string + * @var string * @since 1.0.0 */ protected string $costCenter = ''; @@ -68,7 +68,7 @@ final class GSDCostCenter implements \JsonSerializable /** * Constructor. * - * @since 1.0.0 + * @since 1.0.0 */ public function __construct() { @@ -78,7 +78,7 @@ final class GSDCostCenter implements \JsonSerializable /** * @return \DateTime * - * @since 1.0.0 + * @since 1.0.0 */ public function getCreatedAt() : \DateTime { @@ -90,7 +90,7 @@ final class GSDCostCenter implements \JsonSerializable * * @return int|\phpOMS\Account\Account * - * @since 1.0.0 + * @since 1.0.0 */ public function getCreatedBy() { @@ -104,7 +104,7 @@ final class GSDCostCenter implements \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setCreatedBy($id) : void { @@ -118,7 +118,7 @@ final class GSDCostCenter implements \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setDescription(string $description) : void { @@ -130,7 +130,7 @@ final class GSDCostCenter implements \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getDescription() : string { @@ -144,7 +144,7 @@ final class GSDCostCenter implements \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setCostCenter(string $costCenter) : void { @@ -156,7 +156,7 @@ final class GSDCostCenter implements \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getCostCenter() : string { @@ -168,7 +168,7 @@ final class GSDCostCenter implements \JsonSerializable * * @return int * - * @since 1.0.0 + * @since 1.0.0 */ public function getId() : int { diff --git a/Interfaces/GSD/Model/GSDCostCenterMapper.php b/Interfaces/GSD/Model/GSDCostCenterMapper.php index ca21621..55fc215 100644 --- a/Interfaces/GSD/Model/GSDCostCenterMapper.php +++ b/Interfaces/GSD/Model/GSDCostCenterMapper.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange\Interfaces\GSD\Model - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange\Interfaces\GSD\Model + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Mapper class. * - * @package Modules\Exchange\Interfaces\GSD\Model - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange\Interfaces\GSD\Model + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class GSDCostCenterMapper extends DataMapperAbstract { @@ -30,7 +30,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -44,7 +44,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'FiKostenstellen'; @@ -52,7 +52,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract /** * Created at. * - * @var string + * @var string * @since 1.0.0 */ protected static string $createdAt = 'row_create_time'; @@ -60,7 +60,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'ROW_ID'; diff --git a/Interfaces/GSD/Model/GSDCostObject.php b/Interfaces/GSD/Model/GSDCostObject.php index 6e46ef7..3f5ca74 100644 --- a/Interfaces/GSD/Model/GSDCostObject.php +++ b/Interfaces/GSD/Model/GSDCostObject.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange\Interfaces\GSD\Model - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange\Interfaces\GSD\Model + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -17,10 +17,10 @@ namespace Modules\Exchange\Interfaces\GSD\Model; /** * Cost object class. * - * @package Modules\Exchange\Interfaces\GSD\Model - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange\Interfaces\GSD\Model + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class GSDCostObject implements \JsonSerializable { @@ -28,7 +28,7 @@ final class GSDCostObject implements \JsonSerializable /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -36,7 +36,7 @@ final class GSDCostObject implements \JsonSerializable /** * Creator. * - * @var int + * @var int * @since 1.0.0 */ protected $createdBy = 0; @@ -44,7 +44,7 @@ final class GSDCostObject implements \JsonSerializable /** * Created. * - * @var null|\DateTime + * @var null|\DateTime * @since 1.0.0 */ protected ?\DateTime $createdAt = null; @@ -52,7 +52,7 @@ final class GSDCostObject implements \JsonSerializable /** * Description. * - * @var string + * @var string * @since 1.0.0 */ protected string $description = ''; @@ -60,7 +60,7 @@ final class GSDCostObject implements \JsonSerializable /** * Cost object. * - * @var string + * @var string * @since 1.0.0 */ protected string $costObject = ''; @@ -68,7 +68,7 @@ final class GSDCostObject implements \JsonSerializable /** * Constructor. * - * @since 1.0.0 + * @since 1.0.0 */ public function __construct() { @@ -78,7 +78,7 @@ final class GSDCostObject implements \JsonSerializable /** * @return \DateTime * - * @since 1.0.0 + * @since 1.0.0 */ public function getCreatedAt() : \DateTime { @@ -90,7 +90,7 @@ final class GSDCostObject implements \JsonSerializable * * @return int|\phpOMS\Account\Account * - * @since 1.0.0 + * @since 1.0.0 */ public function getCreatedBy() { @@ -104,7 +104,7 @@ final class GSDCostObject implements \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setCreatedBy($id) : void { @@ -118,7 +118,7 @@ final class GSDCostObject implements \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setDescription(string $description) : void { @@ -130,7 +130,7 @@ final class GSDCostObject implements \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getDescription() : string { @@ -144,7 +144,7 @@ final class GSDCostObject implements \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setCostObject(string $costObject) : void { @@ -156,7 +156,7 @@ final class GSDCostObject implements \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getCostObject() : string { @@ -168,7 +168,7 @@ final class GSDCostObject implements \JsonSerializable * * @return int * - * @since 1.0.0 + * @since 1.0.0 */ public function getId() : int { diff --git a/Interfaces/GSD/Model/GSDCostObjectMapper.php b/Interfaces/GSD/Model/GSDCostObjectMapper.php index d45c2ff..1fd9053 100644 --- a/Interfaces/GSD/Model/GSDCostObjectMapper.php +++ b/Interfaces/GSD/Model/GSDCostObjectMapper.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange\Interfaces\GSD\Model - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange\Interfaces\GSD\Model + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Mapper class. * - * @package Modules\Exchange\Interfaces\GSD\Model - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange\Interfaces\GSD\Model + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class GSDCostObjectMapper extends DataMapperAbstract { @@ -30,7 +30,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -44,7 +44,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'FiKostentraeger'; @@ -52,7 +52,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract /** * Created at. * - * @var string + * @var string * @since 1.0.0 */ protected static string $createdAt = 'row_create_time'; @@ -60,7 +60,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'ROW_ID'; diff --git a/Interfaces/GSD/Model/GSDCustomerMapper.php b/Interfaces/GSD/Model/GSDCustomerMapper.php index 84e04f6..4f341eb 100644 --- a/Interfaces/GSD/Model/GSDCustomerMapper.php +++ b/Interfaces/GSD/Model/GSDCustomerMapper.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange\Interfaces\GSD\Model - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange\Interfaces\GSD\Model + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,17 +19,17 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Mapper class. * - * @package Modules\Exchange\Interfaces\GSD\Model - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange\Interfaces\GSD\Model + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class GSDCustomerMapper extends DataMapperAbstract { /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -49,7 +49,7 @@ final class GSDCustomerMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'Kunden'; @@ -57,7 +57,7 @@ final class GSDCustomerMapper extends DataMapperAbstract /** * Created at. * - * @var string + * @var string * @since 1.0.0 */ protected static string $createdAt = 'row_create_time'; @@ -65,7 +65,7 @@ final class GSDCustomerMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'row_id'; diff --git a/Interfaces/GSD/en.lang.php b/Interfaces/GSD/en.lang.php index 7ad3f4e..1204fed 100644 --- a/Interfaces/GSD/en.lang.php +++ b/Interfaces/GSD/en.lang.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ return [ 'Accounts' => 'Accounts', diff --git a/Models/ImporterAbstract.php b/Models/ImporterAbstract.php index d4d7744..ce96559 100644 --- a/Models/ImporterAbstract.php +++ b/Models/ImporterAbstract.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Interfaces - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Interfaces + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -20,17 +20,17 @@ use phpOMS\Message\RequestAbstract; /** * Import abstract * - * @package Interfaces - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Interfaces + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ abstract class ImporterAbstract { /** * Database connection. * - * @var ConnectionInterface + * @var ConnectionInterface * @since 1.0.0 */ private $local = null; @@ -40,7 +40,7 @@ abstract class ImporterAbstract * * @param ConnectionInterface $local Database connection * - * @since 1.0.0 + * @since 1.0.0 */ public function __construct(ConnectionInterface $local) { @@ -54,7 +54,7 @@ abstract class ImporterAbstract * * @return bool * - * @since 1.0.0 + * @since 1.0.0 */ abstract public function importFromRequest(RequestAbstract $request) : bool; } diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php index 6da73d9..6a9cdf3 100644 --- a/Models/InterfaceManager.php +++ b/Models/InterfaceManager.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package phpOMS\Module - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package phpOMS\Module + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,17 +22,17 @@ use phpOMS\Utils\ArrayUtils; * * Handling the info files for modules * - * @package phpOMS\Module - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package phpOMS\Module + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class InterfaceManager { /** * Interface ID. * - * @var int + * @var int * @since 1.0.0 */ private int $id = 0; @@ -40,7 +40,7 @@ class InterfaceManager /** * File path. * - * @var string + * @var string * @since 1.0.0 */ private string $path = ''; @@ -48,7 +48,7 @@ class InterfaceManager /** * Info data. * - * @var array + * @var array * @since 1.0.0 */ private $info = []; @@ -58,7 +58,7 @@ class InterfaceManager * * @param string $path Info file path * - * @since 1.0.0 + * @since 1.0.0 */ public function __construct(string $path = '') { @@ -70,7 +70,7 @@ class InterfaceManager * * @return int * - * @since 1.0.0 + * @since 1.0.0 */ public function getId() : int { @@ -82,7 +82,7 @@ class InterfaceManager * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getPath() : string { @@ -94,7 +94,7 @@ class InterfaceManager * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getInterfacePath() : string { @@ -106,7 +106,7 @@ class InterfaceManager * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getName() : string { @@ -118,7 +118,7 @@ class InterfaceManager * * @return bool * - * @since 1.0.0 + * @since 1.0.0 */ public function hasImport() : bool { @@ -130,7 +130,7 @@ class InterfaceManager * * @return bool * - * @since 1.0.0 + * @since 1.0.0 */ public function hasExport() : bool { @@ -144,7 +144,7 @@ class InterfaceManager * * @throws PathException This exception is thrown in case the info file path doesn't exist * - * @since 1.0.0 + * @since 1.0.0 */ public function load() : void { @@ -163,7 +163,7 @@ class InterfaceManager * * @throws PathException This exception is thrown in case the info file path doesn't exist * - * @since 1.0.0 + * @since 1.0.0 */ public function update() : void { @@ -185,7 +185,7 @@ class InterfaceManager * * @throws \InvalidArgumentException This exception is thrown if the data is not scalar, array or jsonSerializable * - * @since 1.0.0 + * @since 1.0.0 */ public function set(string $path, $data, string $delim = '/') : void { @@ -201,7 +201,7 @@ class InterfaceManager * * @return array * - * @since 1.0.0 + * @since 1.0.0 */ public function get() : array { diff --git a/Models/InterfaceManagerMapper.php b/Models/InterfaceManagerMapper.php index 8f61fab..75a169f 100644 --- a/Models/InterfaceManagerMapper.php +++ b/Models/InterfaceManagerMapper.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Mapper class. * - * @package Modules\Exchange - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class InterfaceManagerMapper extends DataMapperAbstract { @@ -30,7 +30,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -46,7 +46,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'exchange'; @@ -54,7 +54,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'exchange_id'; diff --git a/Models/PermissionState.php b/Models/PermissionState.php index d41e407..d683444 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Exchange - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Exchange + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\Stdlib\Base\Enum; /** * Permision state enum. * - * @package Modules\Exchange - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Exchange + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ abstract class PermissionState extends Enum { diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index f45771c..032f374 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ return ['Navigation' => [ 'Dashboard' => 'Dashboard', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index ea54813..e6e31a0 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ return ['Exchange' => [ 'Database' => 'Database', diff --git a/Theme/Backend/exchange-dashboard.tpl.php b/Theme/Backend/exchange-dashboard.tpl.php index 5da8ee6..27af383 100644 --- a/Theme/Backend/exchange-dashboard.tpl.php +++ b/Theme/Backend/exchange-dashboard.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** diff --git a/Theme/Backend/exchange-export-list.tpl.php b/Theme/Backend/exchange-export-list.tpl.php index 6b93640..2a7abe5 100644 --- a/Theme/Backend/exchange-export-list.tpl.php +++ b/Theme/Backend/exchange-export-list.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** diff --git a/Theme/Backend/exchange-export.tpl.php b/Theme/Backend/exchange-export.tpl.php index 5da8ee6..27af383 100644 --- a/Theme/Backend/exchange-export.tpl.php +++ b/Theme/Backend/exchange-export.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** diff --git a/Theme/Backend/exchange-import-list.tpl.php b/Theme/Backend/exchange-import-list.tpl.php index a52b590..4180ce8 100644 --- a/Theme/Backend/exchange-import-list.tpl.php +++ b/Theme/Backend/exchange-import-list.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** diff --git a/Theme/Backend/exchange-import.tpl.php b/Theme/Backend/exchange-import.tpl.php index c462de8..f818139 100644 --- a/Theme/Backend/exchange-import.tpl.php +++ b/Theme/Backend/exchange-import.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ $lang = $this->getData('lang');