Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 701 Bytes

Salecto_ProductProfit

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

Installation

  • 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