Audit
Using the database module, provides an audit framework for tracking changesThis is a module for Project Forge. It provides an audit framework for tracking changes.
https://github.com/kyleu/projectforge/tree/master/module/audit
License
Licensed under CC0
Usage
The audit
module depends on database
, and provides tables for tracking changes to other objects.
Best paired with the export
module, you can use audit
to save audit logs. See ./app/lib/audit
for details