https://github.com/meanbee/magento2-orderstatusaudit
A Magento 2 extension that provides an audit log for order status.
https://github.com/meanbee/magento2-orderstatusaudit
Last synced: 5 months ago
JSON representation
A Magento 2 extension that provides an audit log for order status.
- Host: GitHub
- URL: https://github.com/meanbee/magento2-orderstatusaudit
- Owner: meanbee
- License: osl-3.0
- Archived: true
- Created: 2017-06-19T13:46:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T14:12:38.000Z (almost 9 years ago)
- Last Synced: 2026-01-14T14:48:40.674Z (5 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meanbee_OrderStatusAudit
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/](https://m2-meanbee-orderstatusaudit.docker/)