File: /home/mostafedeg/public_html/erp/models/dto/Quickprofitproduct.class.php
<?php
/**
* Object represents table 'quickprofitproduct'
*
* @author: http://phpdao.com
* @date: 2019-01-21 13:44
*/
class Quickprofitproduct {
var $id;
var $productId;
var $theDate;
var $sellVal;
var $sellCostBuyPrice;
var $sellCostLastBuyPrice;
var $sellCostMeanBuyPrice;
var $sellCostLastBuyPricewithDiscount;
var $sellCostMeanBuyPricewithDiscount;
var $sellCostOverAllAveragePrice;
var $returnSellVal;
var $returnSellCostBuyPrice;
var $returnSellCostLastBuyPrice;
var $returnSellCostMeanBuyPrice;
var $returnSellCostLastBuyPricewithDiscount;
var $returnSellCostMeanBuyPricewithDiscount;
var $returnSellCostOverAllAveragePrice;
var $netQuantity;
var $netQuantityRet;
//
var $productName;
var $productCatName;
}
?>