示例#1
0
 public TransferOutReport(List <TransferItemVO> t, DateTime shopDT, string storeName, string storeNumber,
                          string userName, string transferNumber, string logpath, string type, ReportObject.TransferReport reportObj, IPdfLauncher pdfLauncher)
     : base(pdfLauncher)
 {
     _mdseTransfer   = t;
     _shopDT         = shopDT;
     _userName       = userName;
     _storeName      = storeName;
     _storeNumber    = storeNumber;
     _transferNumber = transferNumber;
     _logPath        = logpath;
     _type           = type;
     _reportObj      = reportObj;
 }
 public TransferOutScrapsReport(List <TransferItemVO> t, List <IItem> s, BusinessRuleVO rule, DateTime shopDT, string userName, string transferNumber,
                                string catcoTransferType, string logPath, ReportObject.TransferReport reportObj, IPdfLauncher pdfLauncher)
     : base(pdfLauncher)
 {
     _mdseTransfer      = t;
     _trnsfrItems       = s;
     _shopDT            = shopDT;
     _userName          = userName;
     _transferNumber    = transferNumber;
     brMetalType        = rule;
     _catcoTransferType = catcoTransferType;
     _logPath           = logPath;
     _reportTitle       = String.Format("Transfer Out {0} Summary", _catcoTransferType);
     _reportObj         = reportObj;
 }