Download the PHP package yogeshsuhagiya/estimate-profit without Composer
On this page you can find all versions of the php package yogeshsuhagiya/estimate-profit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yogeshsuhagiya/estimate-profit
More information about yogeshsuhagiya/estimate-profit
Files in yogeshsuhagiya/estimate-profit
Download yogeshsuhagiya/estimate-profit
More information about yogeshsuhagiya/estimate-profit
Files in yogeshsuhagiya/estimate-profit
Vendor yogeshsuhagiya
Package estimate-profit
Short Description Estimated profit should be calculated as (Sales Price - Cost Price) x Qty in stock
License MIT
Homepage https://github.com/yogeshsuhagiya/estimate-profit
Package estimate-profit
Short Description Estimated profit should be calculated as (Sales Price - Cost Price) x Qty in stock
License MIT
Homepage https://github.com/yogeshsuhagiya/estimate-profit
Please rate this library. Is it a good library?
Informations about the package estimate-profit
Magento 2 - Estimate Profit Yogesh Suhagiya
- 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.
Prerequisite
- Composer: 2.x
- PHP: 7.4
- Magento: 2.4
Installation
-
Composer Installation
- Navigate to your Magento root folder
cd path_to_the_magento_root_directory
- Then run the following command
composer require yogeshsuhagiya/estimate-profit
- Make sure that composer finished the installation without errors
- Command Line Installation
- Backup your web directory and database.
- Download the latest installation package
Source code (zip)
from here - Navigate to your Magento root folder
cd path_to_the_magento_root_directory
- Upload contents of the installation package to your Magento root directory
- Then run the following command
php bin/magento module:enable Practical_EstimateProfit
- Navigate to your Magento root folder
-
After install the extension, run the following command
- Log out from the backend and login again.
All versions of estimate-profit with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.4.0
magento/framework Version >=100.0.0
magento/module-backend Version >=100.0.0
magento/framework Version >=100.0.0
magento/module-backend Version >=100.0.0
The package yogeshsuhagiya/estimate-profit contains the following files
Loading the files please wait ....