We have multiple admins that process customer orders into our magento system - Occasionally we come across orders that have been "cancelled" and no reason for it - No staff own up to who's done it & I can't seem to find a way in Magento to see who cancelled a specific order!
Adobe Commerce (the paid version of Magento) has a feature called Admin Action Log which is used exactly for that.
You can simply enable Adim Action Logging and see the activities logged by the other admins. If you are running an open-source version, you need to have a custom module integrated into the store to work on the solution.
Hello,
You need to create custom module and make code related for that, or get/install Admin action log module provide by third party.