TArticle.InventoryTrackingGlobal
| TArticle = class (TObject) | Interface de TArticle | Exemples de TArticle |
Etat du suivi global des articles en inventaire
Syntaxe
property InventoryTrackingGlobal: Boolean read GetInventoryTrackingGlobal write SetInventoryTrackingGlobal (Qubes 10.0)
function InventoryTrackingGlobal(): Boolean
Remarques
Retourne TRUE si le suivi est activé, FALSE si le suivi est désactivé
correspond au paramétrage dans l'application "Gerer le stock global pour cet article"
Exemples
uses QuBESStock;
var article1 := TArticle.Connect('article1');
Print(article1.InventoryTrackingGlobal()); // Renvoie TRUE si le suivi global de ce produit en inventaire est activé
var article1 := TArticle.Connect('article1');
Print(article1.InventoryTrackingGlobal()); // Renvoie TRUE si le suivi global de ce produit en inventaire est activé