Esempio n. 1
0
 public Productions(int production_ID, int palletPutInStock0001, int tapmachine, int totalKegsPrPallet, int counter, int palletCounter, DateTime batchDate, int processOrder_No, Frontpages frontpage)
 {
     Production_ID        = production_ID;
     PalletPutInStock0001 = palletPutInStock0001;
     Tapmachine           = tapmachine;
     TotalKegsPrPallet    = totalKegsPrPallet;
     Counter         = counter;
     PalletCounter   = palletCounter;
     BatchDate       = batchDate;
     ProcessOrder_No = processOrder_No;
     Frontpage       = frontpage;
 }
 public ShiftRegistrations(int shiftRegistration_ID, DateTime start_Time, DateTime end_Date, int breaks, int totalHours, int staff, string initials, int processOrder_No, Frontpages frontpage)
 {
     ShiftRegistration_ID = shiftRegistration_ID;
     Start_Time           = start_Time;
     End_Date             = end_Date;
     Breaks          = breaks;
     TotalHours      = totalHours;
     Staff           = staff;
     Initials        = initials;
     ProcessOrder_No = processOrder_No;
     Frontpage       = frontpage;
 }
Esempio n. 3
0
 public ControlSchedules(int controlSchedule_ID, DateTime time, double weight, string kegTest, double ludKoncentration, double mipMA, string signature, string note, int processOrder_No, Frontpages frontpage)
 {
     ControlSchedule_ID = controlSchedule_ID;
     Time             = time;
     Weight           = weight;
     KegTest          = kegTest;
     LudKoncentration = ludKoncentration;
     MipMA            = mipMA;
     Signature        = signature;
     Note             = note;
     ProcessOrder_No  = processOrder_No;
     Frontpage        = frontpage;
 }
Esempio n. 4
0
 public ControlRegistrations(int controlRegistration_ID, TimeSpan time, DateTime production_Date, DateTime expiry_Date, string commentsOnChangedDate, bool controlAlcoholSpearDispenser, int capNo, int etiquetteNo, double kegSize, string signature, DateTime firstPalletDepalletizing, DateTime lastPalletDepalletizing, int processOrder_No, Frontpages frontpage)
 {
     ControlRegistration_ID = controlRegistration_ID;
     Time                         = time;
     Production_Date              = production_Date;
     Expiry_Date                  = expiry_Date;
     CommentsOnChangedDate        = commentsOnChangedDate;
     ControlAlcoholSpearDispenser = controlAlcoholSpearDispenser;
     CapNo                        = capNo;
     EtiquetteNo                  = etiquetteNo;
     KegSize                      = kegSize;
     Signature                    = signature;
     FirstPalletDepalletizing     = firstPalletDepalletizing;
     LastPalletDepalletizing      = lastPalletDepalletizing;
     ProcessOrder_No              = processOrder_No;
     Frontpage                    = frontpage;
 }