meanbee / magento2-orderstatusaudit
A Magento 2 extension that provides an audit log for order status.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 6
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.0
- magento/framework: ^100.1.0
- magento/module-sales: ^100.1.0
This package is not auto-updated.
Last update: 2023-08-01 12:08:03 UTC
README
A Magento 2 extension that provides an audit log for order status.
Installation
Install this extension with Composer:
composer require meanbee/magento2-orderstatusaudit
Usage
The sales_order_status_audit
table is automatically updated using database triggers whenever an order status changes.
You can view the log of the order status in the "Order Status History" tab on the order page in the admin area.
Development
Docker Environment
To configure a Docker development environment, run:
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/