Client activity logs

Hi,

We’ve been using Invoiceninja for a about a year now and upon reviewing the whole project I noticed that activities are randomly missing - to be more precise - there are clients that have 10+ invoices and yet if we look at Clients - Activity tab we see 0 activities. I checked the DB and it seems that all activities are there so it looks like ninja for some reason is not showing these activities in the web gui. Any ideas?

Also - is there any documentation about what a certain activity_type_id is?

I’m not sure. You can use debug mode to see the SQL query being used but we don’t advise enabling it in production, you’d need to setup a dev environment and copy over the database.

Here’s the list of activities:

https://github.com/invoiceninja/invoiceninja/blob/master/app/Constants.php#L119