Skip to content

Estimated Profit

Latest
Compare
Choose a tag to compare
@devopsmanojn devopsmanojn released this 22 Jan 16:23
· 1 commit to main since this release

1.Create an M2 module that is composer ready.
2. The module should: Add an extra column to the product grid in the backend called "Estimated Profit"
3. Estimated profit should be calculated as: (Sales price - Cost price) X Qty in stock
4. The column should be sortable
5. If there is no cost price entered, then the estimated profit will be blank
6. You can upload to GIT once completed and send the link.