C# 클래스 Mictlanix.BE.Web.Controllers.Mvc.AccountsReceivablesController

상속: Mictlanix.BE.Web.Mvc.CustomController
파일 보기 프로젝트 열기: mictlanix/mbe

공개 메소드들

메소드 설명
ApplyPayment ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult

비공개 메소드들

메소드 설명
ApplyPayment ( SalesOrderPayment item ) : System.Web.Mvc.ActionResult
GetRefunds ( int salesOrder ) : decimal
GetRemainingPayments ( int customer, CurrencyCode currency ) : IEnumerable
Index ( int customer ) : System.Web.Mvc.ActionResult

메소드 상세

ApplyPayment() 공개 메소드

public ApplyPayment ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult