TPlannedTransportLine.ItemGPAOID

redirigé depuis TPlannedTransportLine.SetItem



TPlannedTransportLine = class (TObject)Interface de TPlannedTransportLineExemples de TPlannedTransportLine

Qubes 6.3 Article concerné

Syntaxe

property ItemGPAOID: String read FItemGPAOID write SetItem

Remarques

Lecture et écriture de la propriété.
L'enregistrement de la propriété est fait par l'appel de la méthode Post

Exemples

uses QubesLogistics.PlannedTransports, QubesLogistics.ReceiptAndDelivery;

var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');

var attenduLine:=attendu.AddLine;
attenduLine.ItemGPAOID:='Farine55';
attenduLine.ExpectedQuantity2:=5000;
attenduLine.HandlingUnit2:='pal'; // palette
attenduLine.HandlingQuantity2:=5;
attendu.Post;

Classification

QubesLogistics.PlannedTransports TPlannedTransportLine