Eyewitness module for MonkeyPod nonprofit management software. Track an action feed on constituent records.



Documentation

As always, if you don't have serious programming and systems administation experience, it is recommended to use the plug-n-play, hosted version of MonkeyPod instead.

MonkeyPod Eyewitness Module

This module supports entity action feeds for MonkeyPod open-source, non-profit accounting and business management software.

Installation

Include the module
composer require monkeypod/eyewitness-module
Migrate the database
php artisan migrate
Compile assets
cd MonkeyPod/Eyewitness && npm run [dev|prod]