Netsutie PHP Toolkit
LotNumberedInventoryItemLocations.php
Go to the documentation of this file.
1 <?php
9 
18  public $location;
19 
29 
39 
49 
59 
69 
79 
88  public $reorderPoint;
89 
99 
108  public $leadTime;
109 
119 
129 
138  public $cost;
139 
149 
158  public $buildTime;
159 
169 
179 
188  public $isWip;
189 
199 
209 
219 
229 
239 
249 
259 
268  public $locationId;
269 
279 
289 
299 
309 
319 
329 
339 
348  public $supplyType;
349 
359 
369 
379 
389 
399 
409 
419 
429 
430 
431 
432  static $paramtypesmap = array(
433 
434  "location" => "string",
435 
436  "quantityOnHand" => "float",
437 
438  "onHandValueMli" => "float",
439 
440  "serialNumbers" => "string",
441 
442  "expirationDate" => "dateTime",
443 
444  "averageCostMli" => "float",
445 
446  "lastPurchasePriceMli" => "float",
447 
448  "reorderPoint" => "float",
449 
450  "preferredStockLevel" => "float",
451 
452  "leadTime" => "integer",
453 
454  "defaultReturnCost" => "float",
455 
456  "safetyStockLevel" => "float",
457 
458  "cost" => "float",
459 
460  "inventoryCostTemplate" => "RecordRef",
461 
462  "buildTime" => "float",
463 
464  "lastInvtCountDate" => "dateTime",
465 
466  "nextInvtCountDate" => "dateTime",
467 
468  "isWip" => "boolean",
469 
470  "invtCountInterval" => "integer",
471 
472  "invtClassification" => "ItemInvtClassification",
473 
474  "costingLotSize" => "float",
475 
476  "quantityOnOrder" => "float",
477 
478  "quantityCommitted" => "float",
479 
480  "quantityAvailable" => "float",
481 
482  "quantityBackOrdered" => "float",
483 
484  "locationId" => "RecordRef",
485 
486  "locationlookup" => "RecordRef",
487 
488  "location_display" => "string",
489 
490  "supplyReplenishmentMethod" => "RecordRef",
491 
492  "alternateDemandSourceItem" => "RecordRef",
493 
494  "fixedLotSize" => "float",
495 
496  "periodicLotSizeType" => "PeriodicLotSizeType",
497 
498  "periodicLotSizeDays" => "integer",
499 
500  "supplyType" => "RecordRef",
501 
502  "supplyLotSizingMethod" => "RecordRef",
503 
504  "demandSource" => "RecordRef",
505 
506  "backwardConsumptionDays" => "integer",
507 
508  "forwardConsumptionDays" => "integer",
509 
510  "demandTimeFence" => "integer",
511 
512  "supplyTimeFence" => "integer",
513 
514  "rescheduleInDays" => "integer",
515 
516  "rescheduleOutDays" => "integer",
517 
518  );
519 
520 }