Netsutie PHP Toolkit
ItemDemandPlanProjectionMethod.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _linearRegression = "_linearRegression";
23 
30  const _movingAverage = "_movingAverage";
31 
38  const _salesForecast = "_salesForecast";
39 
46  const _seasonalAverage = "_seasonalAverage";
47 
48 }