C# 클래스 Cats.Areas.Hub.Controllers.LossesAndAdjustmentsController

상속: Cats.Web.Hub.BaseController
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
CreateAdjustment ( ) : System.Web.Mvc.ActionResult
CreateLoss ( ) : System.Web.Mvc.ActionResult
GetAdjustmentsSINumberForProjectCode ( int ProjectCodeId ) : System.Web.Mvc.ActionResult
GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult
GetSINumberForProjectCode ( int ProjectCodeId, int CommodityId ) : 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

비공개 메소드들

메소드 설명
ConvertStoreToStoreViewModel ( List Stores ) : List
CreateAdjustment ( LossesAndAdjustmentsViewModel viewModel ) : System.Web.Mvc.ActionResult
CreateLoss ( LossesAndAdjustmentsViewModel viewModel ) : System.Web.Mvc.ActionResult
FilteredGrid ( string filterId ) : System.Web.Mvc.ActionResult
GetFilters ( ) : System.Web.Mvc.ActionResult
GetStoreMan ( int storeId ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

CreateAdjustment() 공개 메소드

public CreateAdjustment ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

CreateLoss() 공개 메소드

public CreateLoss ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

GetAdjustmentsSINumberForProjectCode() 공개 메소드

public GetAdjustmentsSINumberForProjectCode ( int ProjectCodeId ) : System.Web.Mvc.ActionResult
ProjectCodeId int
리턴 System.Web.Mvc.ActionResult

GetProjecCodetForCommodity() 공개 메소드

public GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult
CommodityId int
리턴 System.Web.Mvc.ActionResult

GetSINumberForProjectCode() 공개 메소드

public GetSINumberForProjectCode ( int ProjectCodeId, int CommodityId ) : System.Web.Mvc.ActionResult
ProjectCodeId int
CommodityId int
리턴 System.Web.Mvc.ActionResult

GetStacksForToStore() 공개 메소드

public GetStacksForToStore ( int ToStoreId ) : System.Web.Mvc.ActionResult
ToStoreId int
리턴 System.Web.Mvc.ActionResult

GetStoreForParentCommodity() 공개 메소드

public GetStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult
commodityParentId int
SINumber int
리턴 System.Web.Mvc.ActionResult

Log() 공개 메소드

public Log ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

LossesAndAdjustmentsController() 공개 메소드

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
리턴 System

SINumberBalance() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult

ViewDetial() 공개 메소드

public ViewDetial ( string TransactionId ) : System.Web.Mvc.ActionResult
TransactionId string
리턴 System.Web.Mvc.ActionResult