C# 클래스 Mictlanix.BE.Web.Controllers.Mvc.ReportsController

상속: Mictlanix.BE.Web.Mvc.CustomController
파일 보기 프로젝트 열기: mictlanix/mbe

공개 메소드들

메소드 설명
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