Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
EditPartial ( ) : System.Web.Mvc.ActionResult | ||
GetFromStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult | ||
GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult | ||
GetSINumberForProjectCode ( int ProjectCodeId ) : System.Web.Mvc.ActionResult | ||
GetStacksForFromStore ( int FromStoreId, int SINumber ) : System.Web.Mvc.ActionResult | ||
GetStacksForToStore ( int ToStoreId, int FromStoreId, int FromStackId ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
InternalMovementController ( IUserProfileService userProfileService, IInternalMovementService internalMovementService, ITransactionService transactionService, IStoreService storeService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService, ICommodityService commodityService, IHubService hubService, IProgramService programService, IUnitService unitService, IDetailService detailService ) : System | ||
IsQuantityValid ( decimal QuantityInMt, int FromStoreId, int FromStackId, int CommodityId, int ShippingInstructionId, int ProjectCodeId ) : System.Web.Mvc.ActionResult | ||
SINumberBalance ( int parentCommodityId, int projectcode, int SINumber, int StoreId, int StackId ) : System.Web.Mvc.ActionResult | ||
ViewDetial ( string TransactionId ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ConvertStoreToStoreViewModel ( IEnumerable |
||
Create ( |
||
EditPartial ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public EditPartial ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetFromStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult | ||
commodityParentId | int | |
SINumber | int | |
return | System.Web.Mvc.ActionResult |
public GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult | ||
CommodityId | int | |
return | System.Web.Mvc.ActionResult |
public GetSINumberForProjectCode ( int ProjectCodeId ) : System.Web.Mvc.ActionResult | ||
ProjectCodeId | int | |
return | System.Web.Mvc.ActionResult |
public GetStacksForFromStore ( int FromStoreId, int SINumber ) : System.Web.Mvc.ActionResult | ||
FromStoreId | int | |
SINumber | int | |
return | System.Web.Mvc.ActionResult |
public GetStacksForToStore ( int ToStoreId, int FromStoreId, int FromStackId ) : System.Web.Mvc.ActionResult | ||
ToStoreId | int | |
FromStoreId | int | |
FromStackId | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public InternalMovementController ( IUserProfileService userProfileService, IInternalMovementService internalMovementService, ITransactionService transactionService, IStoreService storeService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService, ICommodityService commodityService, IHubService hubService, IProgramService programService, IUnitService unitService, IDetailService detailService ) : System | ||
userProfileService | IUserProfileService | |
internalMovementService | IInternalMovementService | |
transactionService | ITransactionService | |
storeService | IStoreService | |
projectCodeService | IProjectCodeService | |
shippingInstructionService | IShippingInstructionService | |
commodityService | ICommodityService | |
hubService | IHubService | |
programService | IProgramService | |
unitService | IUnitService | |
detailService | IDetailService | |
return | System |
public IsQuantityValid ( decimal QuantityInMt, int FromStoreId, int FromStackId, int CommodityId, int ShippingInstructionId, int ProjectCodeId ) : System.Web.Mvc.ActionResult | ||
QuantityInMt | decimal | |
FromStoreId | int | |
FromStackId | int | |
CommodityId | int | |
ShippingInstructionId | int | |
ProjectCodeId | int | |
return | System.Web.Mvc.ActionResult |
public SINumberBalance ( int parentCommodityId, int projectcode, int SINumber, int StoreId, int StackId ) : System.Web.Mvc.ActionResult | ||
parentCommodityId | int | |
projectcode | int | |
SINumber | int | |
StoreId | int | |
StackId | int | |
return | System.Web.Mvc.ActionResult |
public ViewDetial ( string TransactionId ) : System.Web.Mvc.ActionResult | ||
TransactionId | string | |
return | System.Web.Mvc.ActionResult |