diff --git a/Admin/Activate.php b/Admin/Activate.php index b3056a0..1357c89 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Module\InfoManager; * * @category Modules * @package Modules\Admin - * @author OMS Development Team * @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 d6cbb8e..49038bd 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Module\InfoManager; * * @category Modules * @package Modules\Admin - * @author OMS Development Team * @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 086a252..4c43afa 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +20,6 @@ use phpOMS\DataStorage\Database\DatabasePool; * * @category Modules * @package Modules\Admin - * @author OMS Development Team * @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 9638249..fa55772 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -25,7 +24,6 @@ use phpOMS\Module\InstallerAbstract; * * @category Modules * @package Modules\Admin - * @author OMS Development Team * @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 dfc5066..87cd14e 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Module\UninstallAbstract; * * @category Modules * @package Modules\Admin - * @author OMS Development Team * @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 2e58492..28e05ec 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\System\File\Directory; * * @category Modules * @package Modules\Admin - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Controller.php b/Controller.php index 443e47e..5d7be7b 100644 --- a/Controller.php +++ b/Controller.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -30,7 +29,6 @@ use phpOMS\Views\ViewLayout; * * @category Modules * @package Framework - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index 8ffb2d0..cbfd8c1 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +20,6 @@ namespace Modules\Accounting\Models; * * @category Module * @package Accounting - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/AccountBalance.php b/Models/AccountBalance.php index fff1311..3f177a7 100644 --- a/Models/AccountBalance.php +++ b/Models/AccountBalance.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,7 +19,6 @@ namespace Modules\Accounting\Models; * * @category Modules * @package Modules\Accounting\Models - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/AccountInterface.php b/Models/AccountInterface.php index 64af820..cf549e4 100644 --- a/Models/AccountInterface.php +++ b/Models/AccountInterface.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,7 +19,6 @@ namespace Modules\Accounting\Models; * * @category Module * @package Accounting - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/AccountType.php b/Models/AccountType.php index 330017a..b81efb2 100644 --- a/Models/AccountType.php +++ b/Models/AccountType.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Datatypes\Enum; * * @category Modules * @package Modules\Accounting - * @author OMS Development Team * @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 f146c42..c65a8a0 100644 --- a/Models/Balance.php +++ b/Models/Balance.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * * @category Modules * @package Modules\Accounting\Models - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index f646b4e..b803003 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * * @category Module * @package Accounting - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/Creditor.php b/Models/Creditor.php index 29da1a3..c0f30df 100644 --- a/Models/Creditor.php +++ b/Models/Creditor.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * * @category Module * @package Accounting - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/CreditorAccount.php b/Models/CreditorAccount.php index 563f1fb..fbbf354 100644 --- a/Models/CreditorAccount.php +++ b/Models/CreditorAccount.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use Modules\Accounting\Models\PersonalAccount; * * @category Modules * @package Modules\Accounting\Models - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/Debitor.php b/Models/Debitor.php index df424f2..360c595 100644 --- a/Models/Debitor.php +++ b/Models/Debitor.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * * @category Module * @package Accounting - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/DebitorAccount.php b/Models/DebitorAccount.php index 7b45b30..c88a896 100644 --- a/Models/DebitorAccount.php +++ b/Models/DebitorAccount.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use Modules\Accounting\Models\PersonalAccount; * * @category Modules * @package Modules\Accounting\Models - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/EntryInterface.php b/Models/EntryInterface.php index bd63dd3..419c425 100644 --- a/Models/EntryInterface.php +++ b/Models/EntryInterface.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,7 +19,6 @@ namespace Modules\Accounting\Models; * * @category Modules * @package Accounting - * @author OMS Development Team * @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 9a5ad1d..7ebb0a1 100644 --- a/Models/ImpersonalAccount.php +++ b/Models/ImpersonalAccount.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * * @category Module * @package Accounting - * @author OMS Development Team * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/IncomeStatement.php b/Models/IncomeStatement.php index faae95a..bcfa322 100644 --- a/Models/IncomeStatement.php +++ b/Models/IncomeStatement.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * * @category Module * @package Accounting - * @author OMS Development Team * @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 370b1ee..d430386 100644 --- a/Models/InvoicePosting.php +++ b/Models/InvoicePosting.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/InvoicePostingSimple.php b/Models/InvoicePostingSimple.php index 2ed261f..b2fc9e7 100644 --- a/Models/InvoicePostingSimple.php +++ b/Models/InvoicePostingSimple.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/PersonalAccountAbstract.php b/Models/PersonalAccountAbstract.php index 6c1dc5c..4c7a7e5 100644 --- a/Models/PersonalAccountAbstract.php +++ b/Models/PersonalAccountAbstract.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * * @category Modules * @package Modules\Accounting\Models - * @author OMS Development Team * @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 19797e1..88bb71c 100644 --- a/Models/Posting.php +++ b/Models/Posting.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/PostingAbstract.php b/Models/PostingAbstract.php index 1f88041..77df846 100644 --- a/Models/PostingAbstract.php +++ b/Models/PostingAbstract.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/PostingInterface.php b/Models/PostingInterface.php index 8102bce..9488bbc 100644 --- a/Models/PostingInterface.php +++ b/Models/PostingInterface.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Utils\IO\ExchangeInterface; * * @category Modules * @package Accounting - * @author OMS Development Team * @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 f9e147a..15d4142 100644 --- a/Models/TimeRangeType.php +++ b/Models/TimeRangeType.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ use phpOMS\Datatypes\Enum; * * @category Modules * @package Modules\Accounting\Models - * @author OMS Development Team * @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 770e4a8..11bbf80 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 38430e4..dcbf7d1 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 97461f0..407affb 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 3d98f37..a8b8931 100644 --- a/Theme/Backend/entries.tpl.php +++ b/Theme/Backend/entries.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 0b64a29..4b7280a 100644 --- a/Theme/Backend/gl-create.tpl.php +++ b/Theme/Backend/gl-create.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 e0b1ee4..f8e7c21 100644 --- a/Theme/Backend/gl-list.tpl.php +++ b/Theme/Backend/gl-list.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 dd847c2..6d6f7fd 100644 --- a/Theme/Backend/gl-profile.tpl.php +++ b/Theme/Backend/gl-profile.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 e1ef577..181b6f0 100644 --- a/Theme/Backend/journal-list.tpl.php +++ b/Theme/Backend/journal-list.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 2481ee1..c02cc9d 100644 --- a/Theme/Backend/stack-archive-list.tpl.php +++ b/Theme/Backend/stack-archive-list.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 232767e..85f21ee 100644 --- a/Theme/Backend/stack-create.tpl.php +++ b/Theme/Backend/stack-create.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 dd847c2..6d6f7fd 100644 --- a/Theme/Backend/stack-entries.tpl.php +++ b/Theme/Backend/stack-entries.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 56c954a..0b2975d 100644 --- a/Theme/Backend/stack-list.tpl.php +++ b/Theme/Backend/stack-list.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @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 81b3a8b..23103e2 100644 --- a/Theme/Backend/stack-predefined-list.tpl.php +++ b/Theme/Backend/stack-predefined-list.tpl.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0