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

Inheritance: Mictlanix.BE.Web.Mvc.CustomController
Afficher le fichier Open project: mictlanix/mbe

Méthodes publiques

Méthode Description
ApplyPayment ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult

Private Methods

Méthode 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 méthode

public ApplyPayment ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult