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/Cli.php b/Admin/Hooks/Cli.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/Admin.install.php b/Admin/Install/Admin.install.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Admin.php b/Admin/Install/Admin.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Media.install.json b/Admin/Install/Media.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Media/bill.pdf.php b/Admin/Install/Media/bill.pdf.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Media/lang.php b/Admin/Install/Media/lang.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Media/logo.png b/Admin/Install/Media/logo.png old mode 100755 new mode 100644 diff --git a/Admin/Install/Media2.install.json b/Admin/Install/Media2.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Messages.install.json b/Admin/Install/Messages.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Messages.php b/Admin/Install/Messages.php 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/Tag.install.json b/Admin/Install/Tag.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Tag.php b/Admin/Install/Tag.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Taxes/de_small_business.json b/Admin/Install/Taxes/de_small_business.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Taxes/taxes.json b/Admin/Install/Taxes/taxes.json old mode 100755 new mode 100644 diff --git a/Admin/Install/WarehouseManagement.php b/Admin/Install/WarehouseManagement.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow.install.json b/Admin/Install/Workflow.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow.php b/Admin/Install/Workflow.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow/bill/WorkflowController.php b/Admin/Install/Workflow/bill/WorkflowController.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow/bill/WorkflowState.php b/Admin/Install/Workflow/bill/WorkflowState.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow/bill/instance-list.tpl.php b/Admin/Install/Workflow/bill/instance-list.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow/bill/instance-profile.tpl.php b/Admin/Install/Workflow/bill/instance-profile.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow/bill/lang.php b/Admin/Install/Workflow/bill/lang.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow/bill/settings.json b/Admin/Install/Workflow/bill/settings.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow/bill/settings.tpl.php b/Admin/Install/Workflow/bill/settings.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow/bill/template-profile.tpl.php b/Admin/Install/Workflow/bill/template-profile.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow/bill/workflow.json b/Admin/Install/Workflow/bill/workflow.json old mode 100755 new mode 100644 diff --git a/Admin/Install/attributes.json b/Admin/Install/attributes.json 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/Install/db.mysql.sql b/Admin/Install/db.mysql.sql old mode 100755 new mode 100644 diff --git a/Admin/Install/db.psql.sql b/Admin/Install/db.psql.sql old mode 100755 new mode 100644 diff --git a/Admin/Install/paymentterms.json b/Admin/Install/paymentterms.json old mode 100755 new mode 100644 diff --git a/Admin/Install/shippingterms.json b/Admin/Install/shippingterms.json old mode 100755 new mode 100644 diff --git a/Admin/Install/types.json b/Admin/Install/types.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/Cli.php b/Admin/Routes/Cli.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/ApiAttributeController.php b/Controller/ApiAttributeController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiBillController.php b/Controller/ApiBillController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiBillTypeController.php b/Controller/ApiBillTypeController.php 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/ApiPriceController.php b/Controller/ApiPriceController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiPurchaseController.php b/Controller/ApiPurchaseController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiTaxController.php b/Controller/ApiTaxController.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/CliController.php b/Controller/CliController.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/en/SUMMARY.md b/Docs/Help/en/SUMMARY.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/bill.md b/Docs/Help/en/bill.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/bill_types.md b/Docs/Help/en/bill_types.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/en/invoice_recognition.md b/Docs/Help/en/invoice_recognition.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/taxes.md b/Docs/Help/en/taxes.md old mode 100755 new mode 100644 diff --git a/Docs/Help/img/bill/bill_element_list.png b/Docs/Help/img/bill/bill_element_list.png old mode 100755 new mode 100644 diff --git a/Docs/Help/img/bill/bill_invoice_billing_address.png b/Docs/Help/img/bill/bill_invoice_billing_address.png old mode 100755 new mode 100644 diff --git a/Docs/Help/img/bill/bill_invoice_delivery_address.png b/Docs/Help/img/bill/bill_invoice_delivery_address.png old mode 100755 new mode 100644 diff --git a/Docs/Help/img/bill/bill_invoice_general.png b/Docs/Help/img/bill/bill_invoice_general.png old mode 100755 new mode 100644 diff --git a/Docs/Help/img/bill/bill_invoice_terms.png b/Docs/Help/img/bill/bill_invoice_terms.png old mode 100755 new mode 100644 diff --git a/Docs/Help/img/taxes/taxes_combination.png b/Docs/Help/img/taxes/taxes_combination.png old mode 100755 new mode 100644 diff --git a/Docs/Help/img/taxes/taxes_combinations.png b/Docs/Help/img/taxes/taxes_combinations.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/Attribute/BillAttributeMapper.php b/Models/Attribute/BillAttributeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/BillAttributeTypeL11nMapper.php b/Models/Attribute/BillAttributeTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/BillAttributeTypeMapper.php b/Models/Attribute/BillAttributeTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/BillAttributeValueL11nMapper.php b/Models/Attribute/BillAttributeValueL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/BillAttributeValueMapper.php b/Models/Attribute/BillAttributeValueMapper.php old mode 100755 new mode 100644 diff --git a/Models/Bill.php b/Models/Bill.php old mode 100755 new mode 100644 diff --git a/Models/BillElement.php b/Models/BillElement.php old mode 100755 new mode 100644 diff --git a/Models/BillElementMapper.php b/Models/BillElementMapper.php old mode 100755 new mode 100644 diff --git a/Models/BillMapper.php b/Models/BillMapper.php old mode 100755 new mode 100644 diff --git a/Models/BillPaymentStatus.php b/Models/BillPaymentStatus.php old mode 100755 new mode 100644 diff --git a/Models/BillStatus.php b/Models/BillStatus.php old mode 100755 new mode 100644 diff --git a/Models/BillTransferType.php b/Models/BillTransferType.php old mode 100755 new mode 100644 diff --git a/Models/BillType.php b/Models/BillType.php old mode 100755 new mode 100644 diff --git a/Models/BillTypeL11nMapper.php b/Models/BillTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/BillTypeMapper.php b/Models/BillTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/InvoiceRecognition.php b/Models/InvoiceRecognition.php old mode 100755 new mode 100644 diff --git a/Models/NullBill.php b/Models/NullBill.php old mode 100755 new mode 100644 diff --git a/Models/NullBillElement.php b/Models/NullBillElement.php old mode 100755 new mode 100644 diff --git a/Models/NullBillType.php b/Models/NullBillType.php old mode 100755 new mode 100644 diff --git a/Models/NullSubscription.php b/Models/NullSubscription.php old mode 100755 new mode 100644 diff --git a/Models/PaymentTermL11nMapper.php b/Models/PaymentTermL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/PaymentTermMapper.php b/Models/PaymentTermMapper.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/Price/NullPrice.php b/Models/Price/NullPrice.php old mode 100755 new mode 100644 diff --git a/Models/Price/Price.php b/Models/Price/Price.php old mode 100755 new mode 100644 diff --git a/Models/Price/PriceMapper.php b/Models/Price/PriceMapper.php old mode 100755 new mode 100644 diff --git a/Models/Price/PriceStatus.php b/Models/Price/PriceStatus.php old mode 100755 new mode 100644 diff --git a/Models/Price/PriceType.php b/Models/Price/PriceType.php old mode 100755 new mode 100644 diff --git a/Models/PurchaseBillMapper.php b/Models/PurchaseBillMapper.php old mode 100755 new mode 100644 diff --git a/Models/SalesBillMapper.php b/Models/SalesBillMapper.php old mode 100755 new mode 100644 diff --git a/Models/SettingsEnum.php b/Models/SettingsEnum.php old mode 100755 new mode 100644 diff --git a/Models/ShippingTermL11nMapper.php b/Models/ShippingTermL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/ShippingTermMapper.php b/Models/ShippingTermMapper.php old mode 100755 new mode 100644 diff --git a/Models/StockBillMapper.php b/Models/StockBillMapper.php old mode 100755 new mode 100644 diff --git a/Models/Subscription.php b/Models/Subscription.php old mode 100755 new mode 100644 diff --git a/Models/SubscriptionMapper.php b/Models/SubscriptionMapper.php old mode 100755 new mode 100644 diff --git a/Models/Tax/BillTaxType.php b/Models/Tax/BillTaxType.php old mode 100755 new mode 100644 diff --git a/Models/Tax/NullTaxCombination.php b/Models/Tax/NullTaxCombination.php old mode 100755 new mode 100644 diff --git a/Models/Tax/TaxCombination.php b/Models/Tax/TaxCombination.php old mode 100755 new mode 100644 diff --git a/Models/Tax/TaxCombinationMapper.php b/Models/Tax/TaxCombinationMapper.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowStepStatusEnum.php b/Models/WorkflowStepStatusEnum.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowType.php b/Models/WorkflowType.php old mode 100755 new mode 100644 diff --git a/Models/bill_identifier.json b/Models/bill_identifier.json old mode 100755 new mode 100644 diff --git a/Models/item_category_identifier.json b/Models/item_category_identifier.json 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/bill-create.tpl.php b/Theme/Backend/bill-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/finance-taxcombination-list.tpl.php b/Theme/Backend/finance-taxcombination-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/finance-taxcombination-view.tpl.php b/Theme/Backend/finance-taxcombination-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/payment-type-list.tpl.php b/Theme/Backend/payment-type-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/payment-view.tpl.php b/Theme/Backend/payment-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/purchase-bill-list.tpl.php b/Theme/Backend/purchase-bill-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/purchase-bill-upload.tpl.php b/Theme/Backend/purchase-bill-upload.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/purchase-bill.tpl.php b/Theme/Backend/purchase-bill.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/sales-bill-list.tpl.php b/Theme/Backend/sales-bill-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/shipping-type-list.tpl.php b/Theme/Backend/shipping-type-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/shipping-view.tpl.php b/Theme/Backend/shipping-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Cli/Lang/de.lang.php b/Theme/Cli/Lang/de.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Cli/Lang/en.lang.php b/Theme/Cli/Lang/en.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Cli/bill-parsed.tpl.php b/Theme/Cli/bill-parsed.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/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/ApiBillControllerTrait.php b/tests/Controller/Api/ApiBillControllerTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiPurchaseControllerTrait.php b/tests/Controller/Api/ApiPurchaseControllerTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/billing/Invoice # INV0041-1-text.pdf b/tests/Controller/Api/billing/Invoice # INV0041-1-text.pdf old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/billing/Invoice - INV0041-1-image.pdf b/tests/Controller/Api/billing/Invoice - INV0041-1-image.pdf 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/BillElementTest.php b/tests/Models/BillElementTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/BillTest.php b/tests/Models/BillTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/BillTypeTest.php b/tests/Models/BillTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/InvoiceRecognitionTest.php b/tests/Models/InvoiceRecognitionTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullBillElementTest.php b/tests/Models/NullBillElementTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullBillTest.php b/tests/Models/NullBillTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullBillTypeTest.php b/tests/Models/NullBillTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullSubscriptionTest.php b/tests/Models/NullSubscriptionTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/Price/NullPriceTest.php b/tests/Models/Price/NullPriceTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/PurchaseBillMapperTest.php b/tests/Models/PurchaseBillMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/SalesBillMapperTest.php b/tests/Models/SalesBillMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/StockBillMapperTest.php b/tests/Models/StockBillMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/Tax/NullTaxCombinationTest.php b/tests/Models/Tax/NullTaxCombinationTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/bills/1.json b/tests/Models/bills/1.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/1.png b/tests/Models/bills/1.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/10.json b/tests/Models/bills/10.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/10.png b/tests/Models/bills/10.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/11.jpg b/tests/Models/bills/11.jpg old mode 100755 new mode 100644 diff --git a/tests/Models/bills/11.json b/tests/Models/bills/11.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/12.json b/tests/Models/bills/12.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/12.png b/tests/Models/bills/12.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/14.json b/tests/Models/bills/14.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/14.png b/tests/Models/bills/14.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/15.json b/tests/Models/bills/15.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/15.png b/tests/Models/bills/15.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/16.json b/tests/Models/bills/16.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/16.png b/tests/Models/bills/16.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/17.json b/tests/Models/bills/17.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/17.png b/tests/Models/bills/17.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/18.jpg b/tests/Models/bills/18.jpg old mode 100755 new mode 100644 diff --git a/tests/Models/bills/18.json b/tests/Models/bills/18.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/19.json b/tests/Models/bills/19.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/19.png b/tests/Models/bills/19.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/2.json b/tests/Models/bills/2.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/2.png b/tests/Models/bills/2.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/3.json b/tests/Models/bills/3.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/3.png b/tests/Models/bills/3.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/4.json b/tests/Models/bills/4.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/4.png b/tests/Models/bills/4.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/5.json b/tests/Models/bills/5.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/5.png b/tests/Models/bills/5.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/6.json b/tests/Models/bills/6.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/6.png b/tests/Models/bills/6.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/7.json b/tests/Models/bills/7.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/7.png b/tests/Models/bills/7.png old mode 100755 new mode 100644 diff --git a/tests/Models/bills/8.json b/tests/Models/bills/8.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/8.pdf b/tests/Models/bills/8.pdf old mode 100755 new mode 100644 diff --git a/tests/Models/bills/9.json b/tests/Models/bills/9.json old mode 100755 new mode 100644 diff --git a/tests/Models/bills/9.pdf b/tests/Models/bills/9.pdf old mode 100755 new mode 100644 diff --git a/tests/phpunit_default.xml b/tests/phpunit_default.xml old mode 100755 new mode 100644