From c2bc80eb297224098867a37447775d556dffe105 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 20 Jul 2017 18:12:29 +0200 Subject: [PATCH] Remove @author docblock --- Admin/Activate.php | 2 -- Admin/Deactivate.php | 2 -- Admin/Install/Navigation.php | 2 -- Admin/Installer.php | 2 -- Admin/Uninstall.php | 2 -- Admin/Update.php | 2 -- Controller.php | 12 ------------ Models/AccountAbstract.php | 4 ---- Models/AccountBalance.php | 13 ------------- Models/AccountInterface.php | 4 ---- Models/AccountType.php | 2 -- Models/Balance.php | 5 ----- Models/BatchPosting.php | 14 -------------- Models/Creditor.php | 3 --- Models/CreditorAccount.php | 3 --- Models/Debitor.php | 3 --- Models/DebitorAccount.php | 3 --- Models/EntryInterface.php | 2 -- Models/ImpersonalAccount.php | 3 --- Models/IncomeStatement.php | 2 -- Models/InvoicePosting.php | 3 --- Models/InvoicePostingSimple.php | 3 --- Models/PersonalAccountAbstract.php | 2 -- Models/Posting.php | 3 --- Models/PostingAbstract.php | 3 --- Models/PostingInterface.php | 2 -- Models/TimeRangeType.php | 2 -- Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/api.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - Theme/Backend/entries.tpl.php | 1 - Theme/Backend/gl-create.tpl.php | 1 - Theme/Backend/gl-list.tpl.php | 1 - Theme/Backend/gl-profile.tpl.php | 1 - Theme/Backend/journal-list.tpl.php | 1 - Theme/Backend/stack-archive-list.tpl.php | 1 - Theme/Backend/stack-create.tpl.php | 1 - Theme/Backend/stack-entries.tpl.php | 1 - Theme/Backend/stack-list.tpl.php | 1 - Theme/Backend/stack-predefined-list.tpl.php | 1 - 40 files changed, 116 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index b684a85..b3056a0 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index 8aa12a5..d6cbb8e 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index d89ff7a..086a252 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,7 +22,6 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Installer.php b/Admin/Installer.php index 2882073..9638249 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,7 +26,6 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index eb00444..dfc5066 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\UninstallAbstract; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Update.php b/Admin/Update.php index 4e6126e..2e58492 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\System\File\Directory; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Controller.php b/Controller.php index 828e6d3..443e47e 100644 --- a/Controller.php +++ b/Controller.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -32,7 +31,6 @@ use phpOMS\Views\ViewLayout; * @category Modules * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -90,7 +88,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewEntries(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -109,7 +106,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewJournalList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -128,7 +124,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewStackList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -147,7 +142,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewStackPredefinedList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -166,7 +160,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewStackCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -185,7 +178,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewStackEntries(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -204,7 +196,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewStackArchiveList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -223,7 +214,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewGLList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -242,7 +232,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewGLCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -261,7 +250,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewGLProfile(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index 0d2bfe7..8ffb2d0 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,7 +22,6 @@ namespace Modules\Accounting\Models; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -63,7 +61,6 @@ abstract class AccountAbstract implements AccountInterface * @param int $id Account ID * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct($id) { @@ -78,7 +75,6 @@ abstract class AccountAbstract implements AccountInterface * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getEntryById($id) { diff --git a/Models/AccountBalance.php b/Models/AccountBalance.php index fdb7de0..fff1311 100644 --- a/Models/AccountBalance.php +++ b/Models/AccountBalance.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\Accounting\Models; * @category Modules * @package Modules\Accounting\Models * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -84,7 +82,6 @@ abstract class AccountBalance * @param int $id Account id * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct(int $id) { @@ -95,7 +92,6 @@ abstract class AccountBalance * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getStart() { @@ -108,7 +104,6 @@ abstract class AccountBalance * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setStart($start) { @@ -119,7 +114,6 @@ abstract class AccountBalance * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getEnd() { @@ -132,7 +126,6 @@ abstract class AccountBalance * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setEnd($end) { @@ -143,7 +136,6 @@ abstract class AccountBalance * @return TimeRangeType * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getRangetype() { @@ -156,7 +148,6 @@ abstract class AccountBalance * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setRangetype($rangetype) { @@ -167,7 +158,6 @@ abstract class AccountBalance * @return AccountInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getAccount() { @@ -180,7 +170,6 @@ abstract class AccountBalance * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setAccount($account) { @@ -191,7 +180,6 @@ abstract class AccountBalance * @return float * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getBalance() { @@ -204,7 +192,6 @@ abstract class AccountBalance * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setBalance($balance) { diff --git a/Models/AccountInterface.php b/Models/AccountInterface.php index 1ed0f5e..64af820 100644 --- a/Models/AccountInterface.php +++ b/Models/AccountInterface.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\Accounting\Models; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -38,7 +36,6 @@ interface AccountInterface * @return float * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getBalance(); @@ -46,7 +43,6 @@ interface AccountInterface * Close out account. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function closeOut(); } diff --git a/Models/AccountType.php b/Models/AccountType.php index 4cb9cbf..330017a 100644 --- a/Models/AccountType.php +++ b/Models/AccountType.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Modules * @package Modules\Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/Balance.php b/Models/Balance.php index 15acf36..f146c42 100644 --- a/Models/Balance.php +++ b/Models/Balance.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * @category Modules * @package Modules\Accounting\Models * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -69,7 +67,6 @@ abstract class Balance implements ExchangeInterface * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -79,7 +76,6 @@ abstract class Balance implements ExchangeInterface * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() { @@ -92,7 +88,6 @@ abstract class Balance implements ExchangeInterface * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setId($id) { diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index 2ebd858..f646b4e 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -76,7 +74,6 @@ class BatchPosting implements ExchangeInterface, \Countable * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -88,7 +85,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() { @@ -103,7 +99,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setId($id) { @@ -116,7 +111,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDescription() { @@ -131,7 +125,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDescription($desc) { @@ -143,7 +136,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return \Datetime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreated() { @@ -158,7 +150,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreated($created) { @@ -171,7 +162,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreator() { @@ -186,7 +176,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreator($creator) { @@ -201,7 +190,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return \Modules\Accounting\Models\PostingAbstract * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPosting($id) { @@ -216,7 +204,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function removePosting($id) { @@ -231,7 +218,6 @@ class BatchPosting implements ExchangeInterface, \Countable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function addPosting($posting) { diff --git a/Models/Creditor.php b/Models/Creditor.php index 93f64f1..29da1a3 100644 --- a/Models/Creditor.php +++ b/Models/Creditor.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -36,7 +34,6 @@ abstract class Creditor implements ExchangeInterface * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { diff --git a/Models/CreditorAccount.php b/Models/CreditorAccount.php index a6affd7..563f1fb 100644 --- a/Models/CreditorAccount.php +++ b/Models/CreditorAccount.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use Modules\Accounting\Models\PersonalAccount; * @category Modules * @package Modules\Accounting\Models * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -36,7 +34,6 @@ abstract class CreditorAccount extends PersonalAccount * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { diff --git a/Models/Debitor.php b/Models/Debitor.php index c3cdc7a..df424f2 100644 --- a/Models/Debitor.php +++ b/Models/Debitor.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -36,7 +34,6 @@ abstract class Debitor implements ExchangeInterface * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { diff --git a/Models/DebitorAccount.php b/Models/DebitorAccount.php index cd837fa..7b45b30 100644 --- a/Models/DebitorAccount.php +++ b/Models/DebitorAccount.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use Modules\Accounting\Models\PersonalAccount; * @category Modules * @package Modules\Accounting\Models * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -36,7 +34,6 @@ abstract class DebitorAccount extends PersonalAccount * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { diff --git a/Models/EntryInterface.php b/Models/EntryInterface.php index b62ee1b..bd63dd3 100644 --- a/Models/EntryInterface.php +++ b/Models/EntryInterface.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\Accounting\Models; * @category Modules * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/ImpersonalAccount.php b/Models/ImpersonalAccount.php index b74ade8..9a5ad1d 100644 --- a/Models/ImpersonalAccount.php +++ b/Models/ImpersonalAccount.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -36,7 +34,6 @@ abstract class ImpersonalAccount implements ExchangeInterface * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { diff --git a/Models/IncomeStatement.php b/Models/IncomeStatement.php index 1736dc5..faae95a 100644 --- a/Models/IncomeStatement.php +++ b/Models/IncomeStatement.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/InvoicePosting.php b/Models/InvoicePosting.php index 9b85c9d..370b1ee 100644 --- a/Models/InvoicePosting.php +++ b/Models/InvoicePosting.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ namespace Modules\Accounting\Models; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -36,7 +34,6 @@ abstract class InvoicePosting extends PostingAbstract * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { diff --git a/Models/InvoicePostingSimple.php b/Models/InvoicePostingSimple.php index 7bc5cfa..2ed261f 100644 --- a/Models/InvoicePostingSimple.php +++ b/Models/InvoicePostingSimple.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ namespace Modules\Accounting\Models; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -36,7 +34,6 @@ abstract class InvoicePostingSimple extends PostingAbstract * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { diff --git a/Models/PersonalAccountAbstract.php b/Models/PersonalAccountAbstract.php index 5f05918..6c1dc5c 100644 --- a/Models/PersonalAccountAbstract.php +++ b/Models/PersonalAccountAbstract.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * @category Modules * @package Modules\Accounting\Models * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/Posting.php b/Models/Posting.php index 75a7592..19797e1 100644 --- a/Models/Posting.php +++ b/Models/Posting.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ namespace Modules\Accounting\Models; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -36,7 +34,6 @@ abstract class Posting extends PostingAbstract * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { diff --git a/Models/PostingAbstract.php b/Models/PostingAbstract.php index bf05ccc..1f88041 100644 --- a/Models/PostingAbstract.php +++ b/Models/PostingAbstract.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ namespace Modules\Accounting\Models; * @category Module * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -36,7 +34,6 @@ abstract class PostingAbstract implements PostingInterface * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { diff --git a/Models/PostingInterface.php b/Models/PostingInterface.php index 45be928..8102bce 100644 --- a/Models/PostingInterface.php +++ b/Models/PostingInterface.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * @category Modules * @package Accounting * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/TimeRangeType.php b/Models/TimeRangeType.php index dab356a..f9e147a 100644 --- a/Models/TimeRangeType.php +++ b/Models/TimeRangeType.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Modules * @package Modules\Accounting\Models * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 303e4a6..770e4a8 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index afe845f..38430e4 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index e908fa3..97461f0 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/entries.tpl.php b/Theme/Backend/entries.tpl.php index e7aebde..4cb8897 100644 --- a/Theme/Backend/entries.tpl.php +++ b/Theme/Backend/entries.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/gl-create.tpl.php b/Theme/Backend/gl-create.tpl.php index 21ec1af..aad4754 100644 --- a/Theme/Backend/gl-create.tpl.php +++ b/Theme/Backend/gl-create.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php index 5bc1ae2..5c2a80f 100644 --- a/Theme/Backend/gl-list.tpl.php +++ b/Theme/Backend/gl-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/gl-profile.tpl.php b/Theme/Backend/gl-profile.tpl.php index 01c1a1e..dd847c2 100644 --- a/Theme/Backend/gl-profile.tpl.php +++ b/Theme/Backend/gl-profile.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/journal-list.tpl.php b/Theme/Backend/journal-list.tpl.php index eb37271..bf73972 100644 --- a/Theme/Backend/journal-list.tpl.php +++ b/Theme/Backend/journal-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/stack-archive-list.tpl.php b/Theme/Backend/stack-archive-list.tpl.php index 7eec24c..5ca5b8a 100644 --- a/Theme/Backend/stack-archive-list.tpl.php +++ b/Theme/Backend/stack-archive-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/stack-create.tpl.php b/Theme/Backend/stack-create.tpl.php index 815d39a..1f655c1 100644 --- a/Theme/Backend/stack-create.tpl.php +++ b/Theme/Backend/stack-create.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/stack-entries.tpl.php b/Theme/Backend/stack-entries.tpl.php index 01c1a1e..dd847c2 100644 --- a/Theme/Backend/stack-entries.tpl.php +++ b/Theme/Backend/stack-entries.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/stack-list.tpl.php b/Theme/Backend/stack-list.tpl.php index 415be60..487076b 100644 --- a/Theme/Backend/stack-list.tpl.php +++ b/Theme/Backend/stack-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/stack-predefined-list.tpl.php b/Theme/Backend/stack-predefined-list.tpl.php index 868d8f4..11d2e9f 100644 --- a/Theme/Backend/stack-predefined-list.tpl.php +++ b/Theme/Backend/stack-predefined-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0