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

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

Méthodes publiques

Méthode Description
Addresses ( int id ) : System.Web.Mvc.JsonResult
Contacts ( int id ) : System.Web.Mvc.JsonResult
Edit ( int id ) : System.Web.Mvc.ActionResult
GetSuggestions ( int order, string pattern ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ViewResult
Item ( int id ) : System.Web.Mvc.ActionResult
Items ( int id ) : System.Web.Mvc.ActionResult
Pdf ( int id ) : System.Web.Mvc.ActionResult
Print ( int id ) : System.Web.Mvc.ViewResult
Terms ( ) : System.Web.Mvc.JsonResult
Totals ( int id ) : System.Web.Mvc.ActionResult
View ( int id ) : System.Web.Mvc.ViewResult

Private Methods

Méthode Description
AddItem ( int order, int product ) : System.Web.Mvc.ActionResult
Cancel ( int id ) : System.Web.Mvc.ActionResult
Confirm ( int id ) : System.Web.Mvc.ActionResult
CreateFromSalesQuote ( int id ) : System.Web.Mvc.ActionResult
Index ( Search search ) : System.Web.Mvc.ActionResult
New ( ) : System.Web.Mvc.ActionResult
RemoveItem ( int id ) : System.Web.Mvc.ActionResult
SearchSalesOrders ( Search search ) : Search
SetComment ( int id, string value ) : System.Web.Mvc.ActionResult
SetContact ( int id, int value ) : System.Web.Mvc.ActionResult
SetCurrency ( int id, string value ) : System.Web.Mvc.ActionResult
SetCustomer ( int id, int value ) : System.Web.Mvc.ActionResult
SetExchangeRate ( int id, string value ) : System.Web.Mvc.ActionResult
SetItemComment ( int id, string value ) : System.Web.Mvc.ActionResult
SetItemDiscount ( int id, string value ) : System.Web.Mvc.ActionResult
SetItemPrice ( int id, string value ) : System.Web.Mvc.ActionResult
SetItemProductName ( int id, string value ) : System.Web.Mvc.ActionResult
SetItemQuantity ( int id, decimal value ) : System.Web.Mvc.ActionResult
SetItemTaxRate ( int id, string value ) : System.Web.Mvc.ActionResult
SetPromiseDate ( int id, System.DateTime value ) : System.Web.Mvc.ActionResult
SetSalesPerson ( int id, int value ) : System.Web.Mvc.ActionResult
SetShipTo ( int id, int value ) : System.Web.Mvc.ActionResult
SetTerms ( int id, string value ) : System.Web.Mvc.ActionResult

Method Details

Addresses() public méthode

public Addresses ( int id ) : System.Web.Mvc.JsonResult
id int
Résultat System.Web.Mvc.JsonResult

Contacts() public méthode

public Contacts ( int id ) : System.Web.Mvc.JsonResult
id int
Résultat System.Web.Mvc.JsonResult

Edit() public méthode

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

GetSuggestions() public méthode

public GetSuggestions ( int order, string pattern ) : System.Web.Mvc.JsonResult
order int
pattern string
Résultat System.Web.Mvc.JsonResult

Index() public méthode

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

Item() public méthode

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

Items() public méthode

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

Pdf() public méthode

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

Print() public méthode

public Print ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

Terms() public méthode

public Terms ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult

Totals() public méthode

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

View() public méthode

public View ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult