Netsutie PHP Toolkit
ItemCostingMethod.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _average = "_average";
23 
30  const _fifo = "_fifo";
31 
38  const _lifo = "_lifo";
39 
46  const _lotNumbered = "_lotNumbered";
47 
54  const _serialized = "_serialized";
55 
62  const _standard = "_standard";
63 
64 }