So, as you see, i added a link functional, but it will work for owner corp page only. And added some color features supported by expanded func that have been written by someone of us.If you corp-id is not a '1' change it by yourself.
This is an issue because you switched to php7 which is more strict in this case. Just open the init.php file in the monthly_summary folder and change all function statements in the Monthly summary class to static function. E.g.
function addCorpDetail($home)
Becomes
static function addCorpDetail($home)
This will eventually occur for other mods as well.