/// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public InDiscountDTO(UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey itemMaster, UFIDA.U9.Base.Currency.Currency.EntityKey currency, System.Decimal exportPrices, System.Int64 soLineID)
 {
     this.Customer     = customer;
     this.ItemMaster   = itemMaster;
     this.Currency     = currency;
     this.ExportPrices = exportPrices;
     this.SoLineID     = soLineID;
 }
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public SalePriceDTO(UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey itemMasterID, System.String itemMasterCode, System.String itemMasterName, System.Decimal afterPrice, System.Int64 priceListID)
 {
     this.ItemMasterID   = itemMasterID;
     this.ItemMasterCode = itemMasterCode;
     this.ItemMasterName = itemMasterName;
     this.AfterPrice     = afterPrice;
     this.PriceListID    = priceListID;
 }
Beispiel #3
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public GetBomDTO(UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey parentPart, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey subKey, System.Decimal sellNumber, System.Decimal needNumber, System.Int32 orderLineRow, System.Int64 orderLine, System.Decimal loss, UFIDA.U9.CBO.SCM.Item.ItemCategory.EntityKey subkeyType, List <UFIDA.U9.Cust.GS.FT.OrderBomBE.OrderBomLine.EntityKey> orderBomLine, System.String parentPart_Code, System.String parentPart_Name, System.String subKey_Code, System.String subKey_Name, System.String subkeyType_Code, System.String subkeyType_Name)
 {
     this.ParentPart      = parentPart;
     this.SubKey          = subKey;
     this.SellNumber      = sellNumber;
     this.NeedNumber      = needNumber;
     this.OrderLineRow    = orderLineRow;
     this.OrderLine       = orderLine;
     this.Loss            = loss;
     this.SubkeyType      = subkeyType;
     this.OrderBomLine    = orderBomLine;
     this.ParentPart_Code = parentPart_Code;
     this.ParentPart_Name = parentPart_Name;
     this.SubKey_Code     = subKey_Code;
     this.SubKey_Name     = subKey_Name;
     this.SubkeyType_Code = subkeyType_Code;
     this.SubkeyType_Name = subkeyType_Name;
 }
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public OrderBomHeadDTO(UFIDA.U9.CBO.MFG.BOM.BOMMaster.EntityKey bomMaster, UFIDA.U9.CBO.MFG.BOM.BOMComponent.EntityKey bomCompont, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey parentPart, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey subKey, System.Decimal dosage, UFIDA.U9.Base.UOM.UOM.EntityKey dosageUnit, System.Decimal sellNumber, UFIDA.U9.Base.UOM.UOM.EntityKey sellUnit, System.Decimal needNumber, UFIDA.U9.SM.SO.SOLine.EntityKey orderLine, UFIDA.U9.SM.SO.SO.EntityKey orderHead, System.Int32 orderLineRow, UFIDA.U9.Cust.GS.FT.AllEnumBE.SourceTypeEnum sourceType, System.String remark, UFIDA.U9.CBO.HR.Operator.Operators.EntityKey salesMan, UFIDA.U9.CBO.SCM.Customer.CustomerSupplyTypeEnum supplierType, System.String tier, UFIDA.U9.CBO.SCM.Item.ItemCategory.EntityKey subkeyType, System.Decimal loss, System.Boolean arrirmState)
 {
     this.BomMaster    = bomMaster;
     this.BomCompont   = bomCompont;
     this.ParentPart   = parentPart;
     this.SubKey       = subKey;
     this.Dosage       = dosage;
     this.DosageUnit   = dosageUnit;
     this.SellNumber   = sellNumber;
     this.SellUnit     = sellUnit;
     this.NeedNumber   = needNumber;
     this.OrderLine    = orderLine;
     this.OrderHead    = orderHead;
     this.OrderLineRow = orderLineRow;
     this.SourceType   = sourceType;
     this.Remark       = remark;
     this.SalesMan     = salesMan;
     this.SupplierType = supplierType;
     this.Tier         = tier;
     this.SubkeyType   = subkeyType;
     this.Loss         = loss;
     this.ArrirmState  = arrirmState;
 }
Beispiel #5
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public ReturnCancelDTO(UFIDA.U9.SM.SO.SO.EntityKey soID, System.Int32 rowNo, System.DateTime date, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey itemMasterID, System.Decimal qty, System.Decimal thisCancelQty, System.Decimal notCancelQty, UFIDA.U9.Base.UOM.UOM.EntityKey uomID, System.String itemCode, System.String itemName, System.String uomCode, System.String uomName)
 {
     this.SoID          = soID;
     this.RowNo         = rowNo;
     this.Date          = date;
     this.ItemMasterID  = itemMasterID;
     this.Qty           = qty;
     this.ThisCancelQty = thisCancelQty;
     this.NotCancelQty  = notCancelQty;
     this.UomID         = uomID;
     this.ItemCode      = itemCode;
     this.ItemName      = itemName;
     this.UomCode       = uomCode;
     this.UomName       = uomName;
 }
Beispiel #6
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public InBrokerageDTO(UFIDA.U9.SM.SO.SOLine.EntityKey soLineID, UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey itemMaster)
 {
     this.SoLineID   = soLineID;
     this.Customer   = customer;
     this.ItemMaster = itemMaster;
 }
Beispiel #7
0
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public ReturnUpDownBrokerageDTO(System.Int32 rowNo, UFIDA.U9.SM.SO.SO.EntityKey soID, UFIDA.U9.SM.SO.SOLine.EntityKey soLineID, System.String itemInfo_ItemName, System.Decimal qty, System.String uom, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey itemInfo_Item, UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer, System.String itemInfo_Code, System.Int32 Precision_Qty)
 {
     this.RowNo             = rowNo;
     this.SoID              = soID;
     this.SoLineID          = soLineID;
     this.ItemInfo_ItemName = itemInfo_ItemName;
     this.Qty           = qty;
     this.Uom           = uom;
     this.ItemInfo_Item = itemInfo_Item;
     this.Customer      = customer;
     this.ItemInfo_Code = itemInfo_Code;
     this.Precision_Qty = Precision_Qty;
 }