Install DATEV Export

Install the package with the Composer repository details from your SoftwareSilo account. Run these commands from the Magento project directory:

composer require mageb2b/datev
php bin/magento module:enable MageB2B_Datev
php bin/magento setup:upgrade

For production mode, follow the deployment process used by your Magento project, including dependency injection compilation and static content deployment where required.

Verify the installation

php bin/magento module:status MageB2B_Datev
php bin/magento list datev

Then sign in to the Magento Admin and confirm that these entries are available:

  • Stores > Configuration > MageB2B > DATEV Export Pro
  • Sales > DATEV > DATEV Export
  • Sales > DATEV > DATEV OSS Export

Admin roles need the corresponding DATEV permissions before these pages appear. If the module is enabled but the menu is missing for one user, check that user's role first.

Continue with Configuration.