Ejemplo n.º 1
0
 protected ATCTray CreateTray(float height, float width, float length, float weight, string color, TrayStatus status, uint trayStacks)
 {
     return(CreateTray("", FeedLoad.GetSSCCBarcode(), "", "", "", "", height, width, length, weight, color, status, trayStacks));
 }
Ejemplo n.º 2
0
 protected ATCEuroPallet CreateEuroPallet(float height, float width, float length, float weight, string color, PalletStatus status)
 {
     return(CreateEuroPallet("", FeedLoad.GetSSCCBarcode(), "", "", "", "OK", height, width, length, weight, LoadColor(color), status));
 }
Ejemplo n.º 3
0
 protected ATCCaseLoad CreateCaseLoad(string height, string width, string length, string weight, string color)
 {
     return(CreateCaseLoad("", FeedLoad.GetSSCCBarcode(), "", "", "", "", height, width, length, weight, color));
 }