Netsutie PHP Toolkit
WorkOrderCompletionOperation.php
Go to the documentation of this file.
1 <?php
9 
19 
29 
38  public $workCenter;
39 
49 
59 
69 
79 
89 
99 
108  public $recordSetup;
109 
119 
129 
139 
149 
150 
151 
152  static $paramtypesmap = array(
153 
154  "operationSequence" => "integer",
155 
156  "operationName" => "string",
157 
158  "workCenter" => "string",
159 
160  "machineResources" => "integer",
161 
162  "laborResources" => "integer",
163 
164  "inputQuantity" => "float",
165 
166  "quantityRemaining" => "float",
167 
168  "predecessorCompletedQuantity" => "float",
169 
170  "completedQuantity" => "float",
171 
172  "recordSetup" => "boolean",
173 
174  "machineSetupTime" => "float",
175 
176  "laborSetupTime" => "float",
177 
178  "machineRunTime" => "float",
179 
180  "laborRunTime" => "float",
181 
182  );
183 
184 }