Netsutie PHP Toolkit
ItemCostingMethod Class Reference

Data Fields

const _average = "_average"
 
const _fifo = "_fifo"
 
const _lifo = "_lifo"
 
const _lotNumbered = "_lotNumbered"
 
const _serialized = "_serialized"
 
const _standard = "_standard"
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

ItemCostingMethod

Definition at line 8 of file ItemCostingMethod.php.

Field Documentation

$paramtypesmap
static
Initial value:
= array(
)

Definition at line 12 of file ItemCostingMethod.php.

const _average = "_average"

Definition at line 22 of file ItemCostingMethod.php.

const _fifo = "_fifo"

Definition at line 30 of file ItemCostingMethod.php.

const _lifo = "_lifo"

Definition at line 38 of file ItemCostingMethod.php.

const _lotNumbered = "_lotNumbered"

Definition at line 46 of file ItemCostingMethod.php.

const _serialized = "_serialized"

Definition at line 54 of file ItemCostingMethod.php.

const _standard = "_standard"

Definition at line 62 of file ItemCostingMethod.php.


The documentation for this class was generated from the following file: