Netsutie PHP Toolkit
SerializedInventoryItemLocations.php
Go to the documentation of this file.
1 <?php
9 
18  public $location;
19 
29 
39 
49 
59 
69 
78  public $reorderPoint;
79 
89 
98  public $leadTime;
99 
109 
118  public $isWip;
119 
129 
138  public $cost;
139 
149 
158  public $buildTime;
159 
169 
179 
189 
199 
209 
219 
229 
239 
249 
258  public $locationId;
259 
269 
279 
289 
299 
309 
318  public $supplyType;
319 
329 
339 
349 
359 
369 
379 
389 
399 
400 
401 
402  static $paramtypesmap = array(
403 
404  "location" => "string",
405 
406  "quantityOnHand" => "float",
407 
408  "onHandValueMli" => "float",
409 
410  "serialNumbers" => "string",
411 
412  "averageCostMli" => "float",
413 
414  "lastPurchasePriceMli" => "float",
415 
416  "reorderPoint" => "float",
417 
418  "preferredStockLevel" => "float",
419 
420  "leadTime" => "integer",
421 
422  "defaultReturnCost" => "float",
423 
424  "isWip" => "boolean",
425 
426  "safetyStockLevel" => "float",
427 
428  "cost" => "float",
429 
430  "inventoryCostTemplate" => "RecordRef",
431 
432  "buildTime" => "float",
433 
434  "lastInvtCountDate" => "dateTime",
435 
436  "nextInvtCountDate" => "dateTime",
437 
438  "invtCountInterval" => "integer",
439 
440  "invtClassification" => "ItemInvtClassification",
441 
442  "costingLotSize" => "float",
443 
444  "quantityOnOrder" => "float",
445 
446  "quantityCommitted" => "float",
447 
448  "quantityAvailable" => "float",
449 
450  "quantityBackOrdered" => "float",
451 
452  "locationId" => "RecordRef",
453 
454  "supplyReplenishmentMethod" => "RecordRef",
455 
456  "alternateDemandSourceItem" => "RecordRef",
457 
458  "fixedLotSize" => "float",
459 
460  "periodicLotSizeType" => "PeriodicLotSizeType",
461 
462  "periodicLotSizeDays" => "integer",
463 
464  "supplyType" => "RecordRef",
465 
466  "supplyLotSizingMethod" => "RecordRef",
467 
468  "demandSource" => "RecordRef",
469 
470  "backwardConsumptionDays" => "integer",
471 
472  "forwardConsumptionDays" => "integer",
473 
474  "demandTimeFence" => "integer",
475 
476  "supplyTimeFence" => "integer",
477 
478  "rescheduleInDays" => "integer",
479 
480  "rescheduleOutDays" => "integer",
481 
482  );
483 
484 }