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

Inheritance: Mictlanix.BE.Web.Mvc.CustomController
Datei anzeigen Open project: mictlanix/mbe

Public Methods

Method Description
AnalyzeABC ( IEnumerable items ) : void
BestSellingProductsByCustomer ( ) : System.Web.Mvc.ViewResult
BestSellingProductsBySalesPerson ( ) : System.Web.Mvc.ViewResult
CustomerDebt ( ) : System.Web.Mvc.ViewResult
CustomerSalesOrders ( ) : System.Web.Mvc.ViewResult
CustomersReport ( ) : System.Web.Mvc.ViewResult
FiscalDocuments ( ) : System.Web.Mvc.ViewResult
GrossProfitsByCustomer ( ) : System.Web.Mvc.ViewResult
GrossProfitsByProduct ( ) : System.Web.Mvc.ViewResult
GrossProfitsBySalesPerson ( ) : System.Web.Mvc.ViewResult
Kardex ( ) : System.Web.Mvc.ViewResult
ProductSalesByBrand ( ) : System.Web.Mvc.ViewResult
ProductSalesByCustomer ( ) : System.Web.Mvc.ViewResult
ProductSalesByModel ( ) : System.Web.Mvc.ViewResult
ProductSalesBySalesPerson ( ) : System.Web.Mvc.ViewResult
ProductSalesBySalesPersonAndBrand ( ) : System.Web.Mvc.ViewResult
ProductSalesBySalesPersonAndLabel ( ) : System.Web.Mvc.ViewResult
ProductSalesBySalesPersonAndModel ( ) : System.Web.Mvc.ViewResult
ProductsBySupplier ( ) : System.Web.Mvc.ViewResult
ReceivedPayments ( ) : System.Web.Mvc.ViewResult
SalesByCustomer ( ) : System.Web.Mvc.ViewResult
SalesByProduct ( ) : System.Web.Mvc.ViewResult
SalesBySalesPerson ( ) : System.Web.Mvc.ViewResult
SalesOrderSummary ( ) : System.Web.Mvc.ViewResult
SalesPersonOrders ( ) : System.Web.Mvc.ViewResult
SalesPersonOrdersAndRefunds ( ) : System.Web.Mvc.ViewResult
SerialNumberKardex ( ) : System.Web.Mvc.ViewResult
WarehouseStockByLotReport ( ) : System.Web.Mvc.ViewResult
WarehouseStockBySerialNumberReport ( ) : System.Web.Mvc.ViewResult
WarehouseStockReport ( ) : System.Web.Mvc.ViewResult

Private Methods

Method Description
BestSellingProductsByCustomer ( int customer, DateRange dates ) : System.Web.Mvc.ActionResult
BestSellingProductsBySalesPerson ( int employee, DateRange dates ) : System.Web.Mvc.ActionResult
CustomerDebt ( int customer, DateRange dates ) : System.Web.Mvc.ActionResult
CustomerSalesOrders ( int customer, DateRange dates ) : System.Web.Mvc.ActionResult
CustomersReport ( Search search ) : System.Web.Mvc.ActionResult
FiscalDocuments ( string taxpayer, DateRange dates ) : System.Web.Mvc.ActionResult
GetCustomers ( Search search ) : Search
GrossProfitsByCustomer ( int store, DateRange dates ) : System.Web.Mvc.ActionResult
GrossProfitsByProduct ( int store, DateRange dates ) : System.Web.Mvc.ActionResult
GrossProfitsBySalesPerson ( int store, DateRange dates ) : System.Web.Mvc.ActionResult
Kardex ( int warehouse, int product, DateRange dates ) : System.Web.Mvc.ActionResult
ProductSalesByBrand ( string brand, DateRange dates ) : System.Web.Mvc.ActionResult
ProductSalesByCustomer ( int customer, DateRange dates ) : System.Web.Mvc.ActionResult
ProductSalesByModel ( string productModel, DateRange dates ) : System.Web.Mvc.ActionResult
ProductSalesBySalesPerson ( int employee, DateRange dates ) : System.Web.Mvc.ActionResult
ProductSalesBySalesPersonAndBrand ( int employee, string brand, DateRange dates ) : System.Web.Mvc.ActionResult
ProductSalesBySalesPersonAndLabel ( int employee, int label, DateRange dates ) : System.Web.Mvc.ActionResult
ProductSalesBySalesPersonAndModel ( int employee, string productModel, DateRange dates ) : System.Web.Mvc.ActionResult
ProductsBySupplier ( string supplier ) : System.Web.Mvc.ActionResult
ReceivedPayments ( int store, DateRange dates ) : System.Web.Mvc.ActionResult
SalesByCustomer ( int store, DateRange dates ) : System.Web.Mvc.ActionResult
SalesByProduct ( int store, DateRange dates ) : System.Web.Mvc.ActionResult
SalesBySalesPerson ( int store, DateRange dates ) : System.Web.Mvc.ActionResult
SalesOrderSummary ( int store, DateRange dates ) : System.Web.Mvc.ActionResult
SalesPersonOrders ( int employee, DateRange dates ) : System.Web.Mvc.ActionResult
SalesPersonOrdersAndRefunds ( int employee, DateRange dates ) : System.Web.Mvc.ActionResult
SerialNumberKardex ( int warehouse, int product, DateRange dates ) : System.Web.Mvc.ActionResult
WarehouseStockByLotReport ( int warehouse, string brand ) : System.Web.Mvc.ActionResult
WarehouseStockBySerialNumberReport ( int warehouse ) : System.Web.Mvc.ActionResult
WarehouseStockReport ( int warehouse, string label, string brand, string productModel ) : System.Web.Mvc.ActionResult

Method Details

AnalyzeABC() public method

public AnalyzeABC ( IEnumerable items ) : void
items IEnumerable
return void

BestSellingProductsByCustomer() public method

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

BestSellingProductsBySalesPerson() public method

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

CustomerDebt() public method

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

CustomerSalesOrders() public method

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

CustomersReport() public method

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

FiscalDocuments() public method

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

GrossProfitsByCustomer() public method

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

GrossProfitsByProduct() public method

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

GrossProfitsBySalesPerson() public method

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

Kardex() public method

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

ProductSalesByBrand() public method

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

ProductSalesByCustomer() public method

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

ProductSalesByModel() public method

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

ProductSalesBySalesPerson() public method

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

ProductSalesBySalesPersonAndBrand() public method

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

ProductSalesBySalesPersonAndLabel() public method

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

ProductSalesBySalesPersonAndModel() public method

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

ProductsBySupplier() public method

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

ReceivedPayments() public method

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

SalesByCustomer() public method

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

SalesByProduct() public method

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

SalesBySalesPerson() public method

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

SalesOrderSummary() public method

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

SalesPersonOrders() public method

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

SalesPersonOrdersAndRefunds() public method

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

SerialNumberKardex() public method

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

WarehouseStockByLotReport() public method

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

WarehouseStockBySerialNumberReport() public method

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

WarehouseStockReport() public method

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