Add generic operation logs and implements it for Sellings and Refilling deletions
We had some issue with suspicious sellings deletions (which is sad) so we need a log system for operations (which is even more sad) so here it is.
I implemented it with signals and it needed a hack to get the request. It worked on local and should work in production as it inspects the thread and since signals are synchronous it should work.