Skip to content

Releases: yogeshsuhagiya/estimate-profit

Release 1.0.0

16 Jan 02:54
Compare
Choose a tag to compare
  • Admin configurations to enable the module
  • Settings for whether it should show estimated profit column on product grid or not
  • An extra column to the product grid in the backend called "Estimated Profit"
  • Estimated profit should be calculated as: (Sales price - Cost price) X Qty in stock
  • If there is no cost price entered, then the estimated profit will be blank
  • A console command: bin/magento salecto:product:profit [productId] which shows product's profit.
  • You can upload to GIT once completed and send the link.