C# Класс Mictlanix.BE.Web.Controllers.Mvc.ReportsController

Наследование: Mictlanix.BE.Web.Mvc.CustomController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AnalyzeABC() публичный Метод

public AnalyzeABC ( IEnumerable items ) : void
items IEnumerable
Результат void

BestSellingProductsByCustomer() публичный Метод

public BestSellingProductsByCustomer ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

BestSellingProductsBySalesPerson() публичный Метод

public BestSellingProductsBySalesPerson ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

CustomerDebt() публичный Метод

public CustomerDebt ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

CustomerSalesOrders() публичный Метод

public CustomerSalesOrders ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

CustomersReport() публичный Метод

public CustomersReport ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

FiscalDocuments() публичный Метод

public FiscalDocuments ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

GrossProfitsByCustomer() публичный Метод

public GrossProfitsByCustomer ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

GrossProfitsByProduct() публичный Метод

public GrossProfitsByProduct ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

GrossProfitsBySalesPerson() публичный Метод

public GrossProfitsBySalesPerson ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

Kardex() публичный Метод

public Kardex ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ProductSalesByBrand() публичный Метод

public ProductSalesByBrand ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ProductSalesByCustomer() публичный Метод

public ProductSalesByCustomer ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ProductSalesByModel() публичный Метод

public ProductSalesByModel ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ProductSalesBySalesPerson() публичный Метод

public ProductSalesBySalesPerson ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ProductSalesBySalesPersonAndBrand() публичный Метод

public ProductSalesBySalesPersonAndBrand ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ProductSalesBySalesPersonAndLabel() публичный Метод

public ProductSalesBySalesPersonAndLabel ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ProductSalesBySalesPersonAndModel() публичный Метод

public ProductSalesBySalesPersonAndModel ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ProductsBySupplier() публичный Метод

public ProductsBySupplier ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

ReceivedPayments() публичный Метод

public ReceivedPayments ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

SalesByCustomer() публичный Метод

public SalesByCustomer ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

SalesByProduct() публичный Метод

public SalesByProduct ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

SalesBySalesPerson() публичный Метод

public SalesBySalesPerson ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

SalesOrderSummary() публичный Метод

public SalesOrderSummary ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

SalesPersonOrders() публичный Метод

public SalesPersonOrders ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

SalesPersonOrdersAndRefunds() публичный Метод

public SalesPersonOrdersAndRefunds ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

SerialNumberKardex() публичный Метод

public SerialNumberKardex ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

WarehouseStockByLotReport() публичный Метод

public WarehouseStockByLotReport ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

WarehouseStockBySerialNumberReport() публичный Метод

public WarehouseStockBySerialNumberReport ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

WarehouseStockReport() публичный Метод

public WarehouseStockReport ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult