Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
InventoryNumberLocations.php
Go to the documentation of this file.
1
<?php
8
class
InventoryNumberLocations
{
9
18
public
$location
;
19
28
public
$quantityOnHand
;
29
38
public
$quantityAvailable
;
39
48
public
$quantityOnOrder
;
49
58
public
$quantityInTransit
;
59
60
61
62
static
$paramtypesmap
= array(
63
64
"location"
=>
"string"
,
65
66
"quantityOnHand"
=>
"float"
,
67
68
"quantityAvailable"
=>
"float"
,
69
70
"quantityOnOrder"
=>
"float"
,
71
72
"quantityInTransit"
=>
"float"
,
73
74
);
75
76
}
InventoryNumberLocations\$location
$location
Definition:
InventoryNumberLocations.php:18
InventoryNumberLocations\$quantityOnHand
$quantityOnHand
Definition:
InventoryNumberLocations.php:28
InventoryNumberLocations\$quantityInTransit
$quantityInTransit
Definition:
InventoryNumberLocations.php:58
InventoryNumberLocations\$quantityOnOrder
$quantityOnOrder
Definition:
InventoryNumberLocations.php:48
InventoryNumberLocations\$paramtypesmap
static $paramtypesmap
Definition:
InventoryNumberLocations.php:62
InventoryNumberLocations\$quantityAvailable
$quantityAvailable
Definition:
InventoryNumberLocations.php:38
InventoryNumberLocations
Definition:
InventoryNumberLocations.php:8
Generated by
dreamxtream
using
1.8.10