C# Class Mictlanix.BE.Web.Controllers.Mvc.AccountsReceivablesController

Inheritance: Mictlanix.BE.Web.Mvc.CustomController
显示文件 Open project: mictlanix/mbe

Public Methods

Method Description
ApplyPayment ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult

Private Methods

Method Description
ApplyPayment ( SalesOrderPayment item ) : System.Web.Mvc.ActionResult
GetRefunds ( int salesOrder ) : decimal
GetRemainingPayments ( int customer, CurrencyCode currency ) : IEnumerable
Index ( int customer ) : System.Web.Mvc.ActionResult

Method Details

ApplyPayment() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult