-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
179ede4
commit df51892
Showing
2 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,40 @@ | ||
## Magento 2 - Admin Activity by KiwiCommerce | ||
|
||
### Overview | ||
# Magento 2 - Admin Activity by [KiwiCommerce](https://kiwicommerce.co.uk/) | ||
- Easily track every admin activity like add, edit, delete, print, view, mass update etc. | ||
- Failed attempts of admin login are recorded as well. You get access to the user’s login information and IP address. | ||
- Track page visit history of admin. | ||
- Track fields that have been changed from the backend. | ||
- Allow administrator to revert back the modification. | ||
- Allow administrator to revert the modification. | ||
|
||
### **Installation** | ||
|
||
## Installation | ||
1. Composer Installation | ||
- Navigate to your Magento root folder<br /> | ||
`cd path_to_the_magento_root_directory`<br /> | ||
`cd path_to_the_magento_root_directory` | ||
- Then run the following command<br /> | ||
`composer require kiwicommerce/module-admin-activity`<br/> | ||
`composer require kiwicommerce/module-admin-activity` | ||
- Make sure that composer finished the installation without errors. | ||
|
||
2. Command Line Installation | ||
- Backup your web directory and database. | ||
- Download Admin Activity Log installation package from <a href="https://github.com/kiwicommerce/magento2-admin-activity/releases/download/v1.0.3/kiwicommerce-admin-activity-v103.zip">here</a>. | ||
- Upload contents of the Admin Activity Log installation package to your Magento root directory. | ||
- Download Admin Activity Log installation package from [here](https://github.com/kiwicommerce/magento2-admin-activity/releases/download/v1.0.4/kiwicommerce-admin-activity-v104.zip) | ||
- Navigate to your Magento root folder<br /> | ||
`cd path_to_the_magento_root_directory`<br /> | ||
- Upload contents of the Admin Activity Log installation package to your Magento root directory. | ||
- Then run the following command<br /> | ||
`php bin/magento module:enable KiwiCommerce_AdminActivity`<br /> | ||
- Log out from the backend and log in again. | ||
|
||
- After install the extension, run the following command <br/> | ||
`php bin/magento setup:upgrade`<br /> | ||
`php bin/magento setup:di:compile`<br /> | ||
`php bin/magento setup:static-content:deploy`<br /> | ||
`php bin/magento cache:flush` | ||
- After installing the extension, run the following command | ||
``` | ||
php bin/magento setup:upgrade | ||
php bin/magento setup:di:compile | ||
php bin/magento setup:static-content:deploy | ||
php bin/magento cache:flush | ||
``` | ||
- Log out from the backend and log in again. | ||
|
||
Find More details on <a href="https://kiwicommerce.co.uk/extensions/magento2-admin-activity/" target="_blank">KiwiCommerce</a> | ||
Find More details on [KiwiCommerce](https://kiwicommerce.co.uk/extensions/magento2-admin-activity) | ||
|
||
## Where will it appear in the Admin Panel | ||
|
||
### Admin Activity Log | ||
|
||
Go to **System > Admin Activity by KiwiCommerce > Admin Activity**. Here you can See the list of admin activity logs and page visit history. | ||
|
||
<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/06/admin-activity-history.png"/><br/> | ||
|
@@ -51,13 +48,11 @@ By clicking View in each admin activity log, you can see the slider with admin a | |
<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/05/activity-log-slider.png"/> <br/> | ||
|
||
### Login Activity | ||
|
||
Go to **System > Admin Activity by KiwiCommerce > Login Activity**. Here you can See the list of login activity logs. | ||
|
||
<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/06/admin-activity-history.png"/><br/> | ||
|
||
### Configuration | ||
|
||
## Configuration | ||
You need to follow this path. **System > Admin Activity by KiwiCommerce > Configuration** | ||
- General configuration | ||
|
||
|
@@ -67,15 +62,24 @@ You need to follow this path. **System > Admin Activity by KiwiCommerce > Config | |
|
||
<img src="https://kiwicommerce.co.uk/wp-content/uploads/2018/05/configuration-allow-module-section.png" /> <br/> | ||
|
||
## Need Additional Features? | ||
Feel free to get in touch with us at https://kiwicommerce.co.uk/get-in-touch/ | ||
|
||
## Other KiwiCommerce Extensions | ||
* [Magento 2 Cron Scheduler](https://kiwicommerce.co.uk/extensions/magento2-cron-scheduler/) | ||
* [Magento 2 Login As Customer](https://kiwicommerce.co.uk/extensions/magento2-login-as-customer/) | ||
* [Magento 2 Inventory Log](https://kiwicommerce.co.uk/extensions/magento2-inventory-log/) | ||
* [Magento 2 Enhanced SMTP](https://kiwicommerce.co.uk/extensions/magento2-enhanced-smtp/) | ||
|
||
## Contribution | ||
Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by: | ||
|
||
- Creating bug reports, issues or feature requests on <a target="_blank" href="https://github.com/kiwicommerce/magento2-admin-activity/issues">Github</a> | ||
- Creating bug reports, issues or feature requests on [Github](https://github.com/kiwicommerce/magento2-admin-activity/issues) | ||
- Submitting pull requests for improvements. | ||
|
||
We love answering questions or doubts simply ask us in issue section. We're looking forward to hearing from you! | ||
|
||
- Follow us <a href="https://twitter.com/KiwiCommerce">@KiwiCommerce</a> | ||
- Follow us [@KiwiCommerce](https://twitter.com/KiwiCommerce) | ||
- <a href="mailto:[email protected]">Email Us</a> | ||
- Have a look at our <a href="https://kiwicommerce.co.uk/docs/admin-activity/">documentation</a> | ||
- Have a look at our [documentation](https://kiwicommerce.co.uk/docs/admin-activity/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters