Add Extra column Estimated Profit to the products grid in Magento2 Backend.
Estimated profit should be calculated as: (Sales price - Cost price) X Qty in stock
- Unzip the zip file in
app/code/Salecto/ProductProfit
- Enable the module by running
php bin/magento module:enable Salecto_ProductProfit
- Run Below commands:
php bin/magento setup:upgrade
php bin/magento setup:d:c
php bin/magento setup:s:d -f
php bin/magento c:c
php bin/magento c:f