See Offline Payments button in menu or when accessing through URL: see Offline Payments page
Actual result
No Offline Payments button in menu.
403 Forbidden when accessing through URL
Additional comments
It's a fresh install.
Module files are present and permissions are correct.
Module enabled in DB
Relevant log output
User does not have any of the necessary access rights.
var/www/xxxx/akaunting/vendor/laravel/framework/src/Illuminate/Foundation/Application.php#1246
Symfony\Component\HttpKernel\Exception\HttpException
throw new NotFoundHttpException($message, null, 0, $headers);
}
throw new HttpException($code, $message, null, $headers);
}
/**
Akaunting version
3.1.4
PHP version
8.1.26
Operating system
Debian 10
Steps to reproduce
Open Settings menu in web UI or visit https://example.tld/1/offline-payments/settings
Expected result
See Offline Payments button in menu or when accessing through URL: see Offline Payments page
Actual result
No Offline Payments button in menu.
403 Forbidden when accessing through URL
Additional comments
Relevant log output