Ejemplo n.º 1
0
 public ShiftRegistrations(int shiftRegistrationId, DateTime startTime, DateTime endDate, int breaks, int totalHours, int staff, string initials, int processOrderNo, Frontpages frontpage)
 {
     ShiftRegistrationId = shiftRegistrationId;
     StartTime           = startTime;
     EndDate             = endDate;
     Breaks         = breaks;
     TotalHours     = totalHours;
     Staff          = staff;
     Initials       = initials;
     ProcessOrderNo = processOrderNo;
     Frontpage      = frontpage;
 }
Ejemplo n.º 2
0
 public Productions(int productionId, int palletPutInStock0001, int tapmachine, int totalKegsPrPallet, int counter, int palletCounter, DateTime batchDate, int processOrderNo, Frontpages frontpage)
 {
     ProductionId         = productionId;
     PalletPutInStock0001 = palletPutInStock0001;
     Tapmachine           = tapmachine;
     TotalKegsPrPallet    = totalKegsPrPallet;
     Counter        = counter;
     PalletCounter  = palletCounter;
     BatchDate      = batchDate;
     ProcessOrderNo = processOrderNo;
     Frontpage      = frontpage;
 }
Ejemplo n.º 3
0
 public ControlSchedules(int controlScheduleId, DateTime time, double weight, string kegTest, double ludKoncentration, double mipMa, string signature, string note, int processOrderNo, Frontpages frontpage)
 {
     ControlScheduleId = controlScheduleId;
     Time             = time;
     Weight           = weight;
     KegTest          = kegTest;
     LudKoncentration = ludKoncentration;
     MipMa            = mipMa;
     Signature        = signature;
     Note             = note;
     ProcessOrderNo   = processOrderNo;
     Frontpage        = frontpage;
 }
Ejemplo n.º 4
0
 public Us(int tUId, int firstDayStartTu, int firstDayEndTu, int firstDayTotal, int secoundDayStartTu, int secoundDayEndTu, int secoundDayTotal, int thirdDayStartTu, int thirdDayEndTu, int thirdDayTotal, int processOrderNo, Frontpages frontpage)
 {
     TuId              = tUId;
     FirstDayStartTu   = firstDayStartTu;
     FirstDayEndTu     = firstDayEndTu;
     FirstDayTotal     = firstDayTotal;
     SecoundDayStartTu = secoundDayStartTu;
     SecoundDayEndTu   = secoundDayEndTu;
     SecoundDayTotal   = secoundDayTotal;
     ThirdDayStartTu   = thirdDayStartTu;
     ThirdDayEndTu     = thirdDayEndTu;
     ThirdDayTotal     = thirdDayTotal;
     ProcessOrderNo    = processOrderNo;
     Frontpage         = frontpage;
 }
Ejemplo n.º 5
0
 public ControlRegistrations(int controlRegistrationId, TimeSpan time, DateTime productionDate,
                             DateTime expiryDate, string commentsOnChangedDate, bool controlAlcoholSpearDispenser, int capNo,
                             int etiquetteNo, string kegSize, string signature, DateTime firstPalletDepalletizing,
                             DateTime lastPalletDepalletizing, int processOrderNo, Frontpages frontpage, int finishedProductNo)
 {
     ControlRegistrationId = controlRegistrationId;
     Time                         = time;
     ProductionDate               = productionDate;
     ExpiryDate                   = expiryDate;
     CommentsOnChangedDate        = commentsOnChangedDate;
     ControlAlcoholSpearDispenser = controlAlcoholSpearDispenser;
     CapNo                        = capNo;
     EtiquetteNo                  = etiquetteNo;
     KegSize                      = kegSize;
     Signature                    = signature;
     FirstPalletDepalletizing     = firstPalletDepalletizing;
     LastPalletDepalletizing      = lastPalletDepalletizing;
     ProcessOrderNo               = processOrderNo;
     Frontpage                    = frontpage;
     FinishedProductNo            = finishedProductNo;
 }