19/06
2017
A Magento 2 extension that provides an audit log for order status.
A Magento 2 extension that provides an audit log for order status., (*1)
Install this extension with Composer:, (*2)
composer require meanbee/magento2-orderstatusaudit
The sales_order_status_audit
table is automatically updated using database triggers whenever an order status changes., (*3)
You can view the log of the order status in the "Order Status History" tab on the order page in the admin area., (*4)
, (*5)
To configure a Docker development environment, run:, (*6)
mkdir magento && cd dev && docker-compose run --rm cli bash /src/dev/setup.sh
The configured environment will be available on https://m2-meanbee-orderstatusaudit.docker/, (*7)