Method | Description | |
---|---|---|
CreateAdjustment ( ) : System.Web.Mvc.ActionResult | ||
CreateLoss ( ) : System.Web.Mvc.ActionResult | ||
Filter ( ) : System.Web.Mvc.ActionResult | ||
GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult | ||
GetSINumberForProjectCode ( int ProjectCodeId ) : System.Web.Mvc.ActionResult | ||
GetStacksForToStore ( int ToStoreId ) : System.Web.Mvc.ActionResult | ||
GetStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult | ||
Log ( ) : System.Web.Mvc.ActionResult | ||
LossesAndAdjustmentsController ( IUserProfileService userProfileService, ICommodityService commodityService, IStoreService storeService, IProgramService programService, IHubService hubService, IUnitService unitService, IAdjustmentReasonService adjustmentReasonService, IAdjustmentService adjustmentService, ITransactionService transactionService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService ) : System | ||
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 ( List |
||
CreateAdjustment ( |
||
CreateLoss ( |
||
FilteredGrid ( string filterId ) : System.Web.Mvc.ActionResult | ||
GetFilters ( ) : System.Web.Mvc.ActionResult | ||
GetStoreMan ( int storeId ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
public CreateAdjustment ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public CreateLoss ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Filter ( ) : System.Web.Mvc.ActionResult | ||
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 GetStacksForToStore ( int ToStoreId ) : System.Web.Mvc.ActionResult | ||
ToStoreId | int | |
return | System.Web.Mvc.ActionResult |
public GetStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult | ||
commodityParentId | int | |
SINumber | int | |
return | System.Web.Mvc.ActionResult |
public LossesAndAdjustmentsController ( IUserProfileService userProfileService, ICommodityService commodityService, IStoreService storeService, IProgramService programService, IHubService hubService, IUnitService unitService, IAdjustmentReasonService adjustmentReasonService, IAdjustmentService adjustmentService, ITransactionService transactionService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService ) : System | ||
userProfileService | IUserProfileService | |
commodityService | ICommodityService | |
storeService | IStoreService | |
programService | IProgramService | |
hubService | IHubService | |
unitService | IUnitService | |
adjustmentReasonService | IAdjustmentReasonService | |
adjustmentService | IAdjustmentService | |
transactionService | ITransactionService | |
projectCodeService | IProjectCodeService | |
shippingInstructionService | IShippingInstructionService | |
return | System |
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 |