Hi all,
I am using adempiere 361 with postgresql as the backend DB.
I can enable "Maintain Change Log" for a specific role and the log tracks all the changes (insert and update). However, it seems deletions are not tracked.
For example, if I create an invoice and prepare it, all the "invoice line" items are added to the DB. If I delete an item from the invoice line and complete the invoice, there is no way for me to find out when/who deleted the item. The only way I can tell that the item was deleted is from the missing "c_invoiceline_id" in the DB.
Is there a way to track the "delete actions" as well?
Thanks!
Nelson Chan