コード例 #1
0
 public DataTable SelectSaleReport(int DistributorID, int PeriodID, int ProductID)
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.SelectSaleReport(DistributorID, PeriodID, ProductID));
 }
コード例 #2
0
 public DataSet ViewReport_SaleAndStockWithStChange()
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.Report_SaleAndStockWithStChange());
 }
コード例 #3
0
 public DataSet ViewReport_RegionalProductivityPlan()
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.Report_RegionalProductivityPlan());
 }
コード例 #4
0
 public DataSet ViewReport_DSRBrandBLL(int chk)
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.Report_DSRBrand(chk));
 }
コード例 #5
0
 public DataSet GetClosing_BLL()
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.GetClosing());
 }
コード例 #6
0
 public DataSet ViewAllNew()
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.SelectAllNew());
 }