diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/Admin/Hooks/Manual.php b/Admin/Hooks/Manual.php old mode 100755 new mode 100644 diff --git a/Admin/Hooks/Web/Api.php b/Admin/Hooks/Web/Api.php old mode 100755 new mode 100644 diff --git a/Admin/Install/ClientManagement.php b/Admin/Install/ClientManagement.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Coa/SKR03_DE_GAAP.csv b/Admin/Install/Coa/SKR03_DE_GAAP.csv old mode 100755 new mode 100644 diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php old mode 100755 new mode 100644 diff --git a/Admin/Install/SupplierManagement.php b/Admin/Install/SupplierManagement.php old mode 100755 new mode 100644 diff --git a/Admin/Install/db.json b/Admin/Install/db.json old mode 100755 new mode 100644 diff --git a/Admin/Installer.php b/Admin/Installer.php old mode 100755 new mode 100644 diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php old mode 100755 new mode 100644 diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php old mode 100755 new mode 100644 diff --git a/Admin/Status.php b/Admin/Status.php old mode 100755 new mode 100644 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php old mode 100755 new mode 100644 diff --git a/Admin/Updater.php b/Admin/Updater.php old mode 100755 new mode 100644 diff --git a/Controller.js b/Controller.js old mode 100755 new mode 100644 diff --git a/Controller/ApiController.php b/Controller/ApiController.php old mode 100755 new mode 100644 diff --git a/Controller/BackendController.php b/Controller/BackendController.php old mode 100755 new mode 100644 diff --git a/Controller/Controller.php b/Controller/Controller.php old mode 100755 new mode 100644 diff --git a/Docs/Dev/en/SUMMARY.md b/Docs/Dev/en/SUMMARY.md old mode 100755 new mode 100644 diff --git a/Docs/Help/de/SUMMARY.md b/Docs/Help/de/SUMMARY.md old mode 100755 new mode 100644 diff --git a/Docs/Help/de/account.md b/Docs/Help/de/account.md old mode 100755 new mode 100644 diff --git a/Docs/Help/de/introduction.md b/Docs/Help/de/introduction.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/SUMMARY.md b/Docs/Help/en/SUMMARY.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/account.md b/Docs/Help/en/account.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/introduction.md b/Docs/Help/en/introduction.md old mode 100755 new mode 100644 diff --git a/Docs/Help/img/account_general.png b/Docs/Help/img/account_general.png old mode 100755 new mode 100644 diff --git a/Docs/Help/img/cost_center_general.png b/Docs/Help/img/cost_center_general.png old mode 100755 new mode 100644 diff --git a/Docs/Help/img/cost_object_general.png b/Docs/Help/img/cost_object_general.png old mode 100755 new mode 100644 diff --git a/Docs/img.json b/Docs/img.json old mode 100755 new mode 100644 diff --git a/ICLA.txt b/ICLA.txt old mode 100755 new mode 100644 diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php old mode 100755 new mode 100644 diff --git a/Models/AccountAbstractMapper.php b/Models/AccountAbstractMapper.php old mode 100755 new mode 100644 diff --git a/Models/AccountL11nMapper.php b/Models/AccountL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/AccountStatus.php b/Models/AccountStatus.php old mode 100755 new mode 100644 diff --git a/Models/AccountType.php b/Models/AccountType.php old mode 100755 new mode 100644 diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php old mode 100755 new mode 100644 diff --git a/Models/CostCenter.php b/Models/CostCenter.php old mode 100755 new mode 100644 diff --git a/Models/CostCenterL11nMapper.php b/Models/CostCenterL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/CostCenterMapper.php b/Models/CostCenterMapper.php old mode 100755 new mode 100644 diff --git a/Models/CostObject.php b/Models/CostObject.php old mode 100755 new mode 100644 diff --git a/Models/CostObjectL11nMapper.php b/Models/CostObjectL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/CostObjectMapper.php b/Models/CostObjectMapper.php old mode 100755 new mode 100644 diff --git a/Models/Creditor.php b/Models/Creditor.php old mode 100755 new mode 100644 diff --git a/Models/Debitor.php b/Models/Debitor.php old mode 100755 new mode 100644 diff --git a/Models/EntryInterface.php b/Models/EntryInterface.php old mode 100755 new mode 100644 diff --git a/Models/IncomeStatement.php b/Models/IncomeStatement.php old mode 100755 new mode 100644 diff --git a/Models/InvoicePosting.php b/Models/InvoicePosting.php old mode 100755 new mode 100644 diff --git a/Models/NullAccountAbstract.php b/Models/NullAccountAbstract.php old mode 100755 new mode 100644 diff --git a/Models/NullCostCenter.php b/Models/NullCostCenter.php old mode 100755 new mode 100644 diff --git a/Models/NullCostObject.php b/Models/NullCostObject.php old mode 100755 new mode 100644 diff --git a/Models/NullPosting.php b/Models/NullPosting.php old mode 100755 new mode 100644 diff --git a/Models/NullPostingElement.php b/Models/NullPostingElement.php old mode 100755 new mode 100644 diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php old mode 100755 new mode 100644 diff --git a/Models/Posting.php b/Models/Posting.php old mode 100755 new mode 100644 diff --git a/Models/PostingElement.php b/Models/PostingElement.php old mode 100755 new mode 100644 diff --git a/Models/PostingElementMapper.php b/Models/PostingElementMapper.php old mode 100755 new mode 100644 diff --git a/Models/PostingMapper.php b/Models/PostingMapper.php old mode 100755 new mode 100644 diff --git a/Models/PostingSide.php b/Models/PostingSide.php old mode 100755 new mode 100644 diff --git a/Models/RequirementType.php b/Models/RequirementType.php old mode 100755 new mode 100644 diff --git a/Models/TimeRangeType.php b/Models/TimeRangeType.php old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/coa-list.tpl.php b/Theme/Backend/coa-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/coa-view.tpl.php b/Theme/Backend/coa-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/costcenter-list.tpl.php b/Theme/Backend/costcenter-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/costcenter-view.tpl.php b/Theme/Backend/costcenter-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/costobject-list.tpl.php b/Theme/Backend/costobject-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/costobject-view.tpl.php b/Theme/Backend/costobject-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/entries.tpl.php b/Theme/Backend/entries.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/gl-create.tpl.php b/Theme/Backend/gl-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/gl-view.tpl.php b/Theme/Backend/gl-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/journal-list.tpl.php b/Theme/Backend/journal-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/personal-list.tpl.php b/Theme/Backend/personal-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/personal-view.tpl.php b/Theme/Backend/personal-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/stack-archive-list.tpl.php b/Theme/Backend/stack-archive-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/stack-create.tpl.php b/Theme/Backend/stack-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/stack-entries.tpl.php b/Theme/Backend/stack-entries.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/stack-list.tpl.php b/Theme/Backend/stack-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/stack-predefined-list.tpl.php b/Theme/Backend/stack-predefined-list.tpl.php old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 diff --git a/img/module_teaser_small.png b/img/module_teaser_small.png old mode 100755 new mode 100644 diff --git a/info.json b/info.json old mode 100755 new mode 100644 diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php old mode 100755 new mode 100644 diff --git a/tests/Autoloader.php b/tests/Autoloader.php old mode 100755 new mode 100644 diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerAccountTrait.php b/tests/Controller/Api/ApiControllerAccountTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerBatchEntryTrait.php b/tests/Controller/Api/ApiControllerBatchEntryTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerCostCenterTrait.php b/tests/Controller/Api/ApiControllerCostCenterTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerCostObjectTrait.php b/tests/Controller/Api/ApiControllerCostObjectTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerEntryTrait.php b/tests/Controller/Api/ApiControllerEntryTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerTaxKeyTrait.php b/tests/Controller/Api/ApiControllerTaxKeyTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/AccountAbstractTest.php b/tests/Models/AccountAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/BatchPostingTest.php b/tests/Models/BatchPostingTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CostCenterMapperTest.php b/tests/Models/CostCenterMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CostCenterTest.php b/tests/Models/CostCenterTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CostObjectMapperTest.php b/tests/Models/CostObjectMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CostObjectTest.php b/tests/Models/CostObjectTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CreditorTest.php b/tests/Models/CreditorTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/DebitorTest.php b/tests/Models/DebitorTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullCostCenterTest.php b/tests/Models/NullCostCenterTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullCostObjectTest.php b/tests/Models/NullCostObjectTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit_default.xml b/tests/phpunit_default.xml old mode 100755 new mode 100644