Example #1
0
 //求和
 public static DataTable GetBuySellStockByDay_Sum(string Color, string FromAddr, string Manufacturer, string Size, string Material, string BarCode,
                                                  string DeptID, string EnterDate, string ProductNo, string ProductName, string Specification,
                                                  string EFIndex, string EFDesc, string BatchNo, string StorageID)
 {
     return(SotreBuySellStockByDayDBHelper.GetBuySellStockByDay_Sum(Color, FromAddr, Manufacturer, Size, Material, BarCode,
                                                                    DeptID, EnterDate, ProductNo, ProductName, Specification,
                                                                    EFIndex, EFDesc, BatchNo, StorageID));
 }
Example #2
0
 public static DataTable GetBuySellStockByDayList(string Color, string FromAddr, string Manufacturer, string Size, string Material, string BarCode,
                                                  string DeptID, string EnterDate, string ProductNo, string ProductName, string Specification,
                                                  string EFIndex, string EFDesc, string BatchNo, string StorageID, int pageIndex, int pageCount, string OrderBy, ref int totalCount)
 {
     return(SotreBuySellStockByDayDBHelper.GetBuySellStockByDayList(Color, FromAddr, Manufacturer, Size, Material, BarCode,
                                                                    DeptID, EnterDate, ProductNo, ProductName, Specification,
                                                                    EFIndex, EFDesc, BatchNo, StorageID, pageIndex, pageCount, OrderBy, ref totalCount));
 }
Example #3
0
 public static DataTable GetBuySellStockByDayList_hz_Export(string DeptID, string EnterDate, string BatchNo, string OrderBy)
 {
     try
     {
         return(SotreBuySellStockByDayDBHelper.GetBuySellStockByDayList_hz_Export(DeptID, EnterDate, BatchNo, OrderBy));
     }
     catch
     {
         return(null);
     }
 }
Example #4
0
 public static DataTable GetBuySellStockByDayList_Export(string Color, string FromAddr, string Manufacturer, string Size, string Material, string BarCode,
                                                         string DeptID, string EnterDate, string ProductNo, string ProductName, string Specification,
                                                         string EFIndex, string EFDesc, string BatchNo, string OrderBy)
 {
     try
     {
         DataTable dt = SotreBuySellStockByDayDBHelper.GetBuySellStockByDayList_Export(Color, FromAddr, Manufacturer,
                                                                                       Size, Material, BarCode, DeptID, EnterDate, ProductNo, ProductName, Specification, EFIndex, EFDesc,
                                                                                       BatchNo, OrderBy);
         return(dt);
     }
     catch
     {
         return(null);
     }
 }
Example #5
0
 /// <summary>
 /// 根据条件获取门店进销存日报表
 /// </summary>
 /// <param name="DeptID"></param>
 /// <param name="EnterDate"></param>
 /// <param name="BatchNo"></param>
 /// <param name="pageIndex"></param>
 /// <param name="pageCount"></param>
 /// <param name="OrderBy"></param>
 /// <param name="totalCount"></param>
 /// <returns></returns>
 public static DataTable GetBuySellStockByDayList_Sum(string Color, string FromAddr, string Size, string Material, string BarCode,
                                                      string ProductNo, string ProductName, string Specification, string Manufacturer, string DeptID, string EnterDate, string BatchNo, string OrderBy)
 {
     return(SotreBuySellStockByDayDBHelper.GetBuySellStockByDayList_Sum(Color, FromAddr, Size, Material, BarCode,
                                                                        ProductNo, ProductName, Specification, Manufacturer, DeptID, EnterDate, BatchNo, OrderBy));
 }
Example #6
0
 public static DataTable GetBuySellStockByDayList_Sum(string DeptID, string EnterDate, string BatchNo)
 {
     return(SotreBuySellStockByDayDBHelper.GetBuySellStockByDayList_Sum(DeptID, EnterDate, BatchNo));
 }
Example #7
0
 public static DataTable GetBuySellStockByDayList_hz(string DeptID, string EnterDate, string BatchNo,
                                                     int pageIndex, int pageCount, string OrderBy, ref int totalCount)
 {
     return(SotreBuySellStockByDayDBHelper.GetBuySellStockByDayList_hz(DeptID, EnterDate, BatchNo, pageIndex, pageCount, OrderBy, ref totalCount));
 }