public GridEntity <Common_Designation> GetDesignationSummary(GridOptions options)
        {
            var Designation = new GridEntity <Common_Designation>();

            Designation = KendoGrid <Common_Designation> .GetGridData_5(options, "sp_Select_Designation_Grid", "get_Designation_summary", "DesignationName");

            return(Designation);
        }
Beispiel #2
0
        public GridEntity <Common_Wing> GetWingSummary(GridOptions options)
        {
            var Wing = new GridEntity <Common_Wing>();

            Wing = KendoGrid <Common_Wing> .GetGridData_5(options, "sp_Select_Wing_Grid", "get_Wing_summary", "WingName");

            return(Wing);
        }
Beispiel #3
0
        public GridEntity <R_DeptSection> GetDeptSectionSummary(GridOptions options)
        {
            var Wing = new GridEntity <R_DeptSection>();

            Wing = KendoGrid <R_DeptSection> .GetGridData_5(options, "sp_Select_Unit_Department_Section_Grid", "get_Unit_Department_Section_Summary", "SectionName");

            return(Wing);
        }
        public GridEntity <Yarn> GetYarnInfoSummary(GridOptions options)
        {
            var yarn = new GridEntity <Yarn>();

            yarn = KendoGrid <Yarn> .GetGridData_5(options, "sp_select_yarn_grid", "get_yarn_summary", "YarnName");

            return(yarn);
        }
        public GridEntity <Supplier> GetSupplierInfoSummary(GridOptions options)
        {
            var Supplier = new GridEntity <Supplier>();

            Supplier = KendoGrid <Supplier> .GetGridData_5(options, "sp_select_Supplier_grid", "get_Supplier_summary", "SupplierName");

            return(Supplier);
        }
        public GridEntity <Common_Department> GetDepartmentSummary(GridOptions options)
        {
            var Department = new GridEntity <Common_Department>();

            Department = KendoGrid <Common_Department> .GetGridData_5(options, "sp_Select_Department_Grid", "get_Department_summary", "DepartmentName");

            return(Department);
        }
Beispiel #7
0
        public GridEntity <Buyer> GetBuyerInfoSummary(GridOptions options)
        {
            var buyer = new GridEntity <Buyer>();

            buyer = KendoGrid <Buyer> .GetGridData_5(options, "sp_select_buyer_grid", "get_buyer_summary", "BuyerName");

            return(buyer);
        }
        public GridEntity <Order> GetOrderInfoSummary(GridOptions options)
        {
            var order = new GridEntity <Order>();

            order = KendoGrid <Order> .GetGridData_5(options, "sp_select_order_grid", "get_order_summary", "OrderId");

            return(order);
        }
        public GridEntity <Payroll_AllowanceByDesGroup> GetAllowanceByDesGroupSummary(GridOptions options)
        {
            var AllowanceByDesGroup = new GridEntity <Payroll_AllowanceByDesGroup>();

            AllowanceByDesGroup = KendoGrid <Payroll_AllowanceByDesGroup> .GetGridData_5(options, "sp_Select_AllowanceByDesGroup_Grid", "get_AllowanceByDesGroup_summary", "DesGroupName");

            return(AllowanceByDesGroup);
        }
Beispiel #10
0
        public GridEntity <Color> GetColorInfoSummary(GridOptions options)
        {
            var color = new GridEntity <Color>();

            color = KendoGrid <Color> .GetGridData_5(options, "sp_select_color_grid", "get_color_summary", "ColorId");

            return(color);
        }
Beispiel #11
0
        public GridEntity <Common_Team> GetTeamSummary(GridOptions options)
        {
            var Team = new GridEntity <Common_Team>();

            Team = KendoGrid <Common_Team> .GetGridData_5(options, "sp_Select_Team_Grid", "get_Team_summary", "TeamName");

            return(Team);
        }
Beispiel #12
0
        public GridEntity <Common_Unit> GetUnitSummary(GridOptions options)
        {
            var Unit = new GridEntity <Common_Unit>();

            Unit = KendoGrid <Common_Unit> .GetGridData_5(options, "sp_Select_Unit_Grid", "get_Unit_summary", "UnitName");

            return(Unit);
        }
Beispiel #13
0
        public GridEntity <Common_Section> GetSectionSummary(GridOptions options)
        {
            var Section = new GridEntity <Common_Section>();

            Section = KendoGrid <Common_Section> .GetGridData_5(options, "sp_Select_Section_Grid", "get_Section_summary", "SectionName");

            return(Section);
        }
Beispiel #14
0
        public GridEntity <Common_Company> GetCompanySummary(GridOptions options)
        {
            var Company = new GridEntity <Common_Company>();

            Company = KendoGrid <Common_Company> .GetGridData_5(options, "sp_Select_Company_Grid", "get_Company_summary", "CompanyName");

            return(Company);
        }
Beispiel #15
0
        public GridEntity <Common_Shift> GetShiftSummary(GridOptions options)
        {
            var Shift = new GridEntity <Common_Shift>();

            Shift = KendoGrid <Common_Shift> .GetGridData_5(options, "sp_Select_Shift_Grid", "get_Shift_summary", "ShiftName");

            return(Shift);
        }
        public GridEntity <Common_DesignationGroup> GetDesignationGroupSummary(GridOptions options)
        {
            var DesignationGroup = new GridEntity <Common_DesignationGroup>();

            DesignationGroup = KendoGrid <Common_DesignationGroup> .GetGridData_5(options, "sp_Select_DesignationGroup_Grid", "get_DesignationGroup_summary", "DesGroupName");

            return(DesignationGroup);
        }
Beispiel #17
0
        public GridEntity <R_UnitDept> GetUnitDepartmentSummary(GridOptions options)
        {
            var Section = new GridEntity <R_UnitDept>();

            Section = KendoGrid <R_UnitDept> .GetGridData_5(options, "sp_Select_Unit_Department_Grid", "get_Unit_Department_Summary", "DepartmentName");

            return(Section);
        }
Beispiel #18
0
        public GridEntity <R_SecWing> GetSectionWingSummary(GridOptions options)
        {
            var Team = new GridEntity <R_SecWing>();

            Team = KendoGrid <R_SecWing> .GetGridData_5(options, "sp_Select_Unit_Department_Section_Team_Grid", "get_Unit_Department_Section_Wing_Summary", "SectionName");

            return(Team);
        }
Beispiel #19
0
 public GridEntity <InspNonDispatchMaster> GetSummary(GridOptions options, string dateFrom, string dateTo)
 {
     return(KendoGrid <InspNonDispatchMaster> .GetGridData_5(options, "sp_select_inspection_non_dispatch_grid", "GET_SUMMARY", "NID", dateFrom, dateTo));
 }
Beispiel #20
0
        public GridEntity <MachineEntity> GetMachineEntity(GridOptions options)
        {
            var shift = KendoGrid <MachineEntity> .GetGridData_5(options, "sp_select_machine_grid", "get_machine_summary", "MNo");

            return(shift);
        }
 public GridEntity <WarpingProdInfo> GetWarpingProdSummary(GridOptions options, string dateFrom, string dateTo)
 {
     return(KendoGrid <WarpingProdInfo> .GetGridData_5(options, "sp_select_warping_production_grid", "get_warping_prod_info_summary", "IdNo", dateFrom, dateTo));
 }
 public GridEntity <InspectionFloorStockMaster> GetSummary(GridOptions options, string dateFrom, string dateTo)
 {
     return(KendoGrid <InspectionFloorStockMaster> .GetGridData_5(options, "sp_select_Insp_floor_stock_grid", "GET_SUMMARY", "ID", dateFrom, dateTo));
 }
Beispiel #23
0
 public GridEntity <MrrInformation> GetMrrInfoSummary(GridOptions options, string dateFrom, string dateTo)
 {
     return(KendoGrid <MrrInformation> .GetGridData_5(options, "sp_select_mreceive_grid", "get_mreceive_summary", "RID", dateFrom, dateTo));
 }
Beispiel #24
0
 public GridEntity <TblInsFalt> GetSummary(GridOptions options, string from, string to)
 {
     return(KendoGrid <TblInsFalt> .GetGridData_5(options, "SP_SELECT_INSPECTION_REJECTION_CONTROL_GRID", "GET_SUMMARY", "SDate", from, to));
 }
        public GridEntity <InventoryGroupEntity> GetGroupEntity(GridOptions options)
        {
            var g = KendoGrid <InventoryGroupEntity> .GetGridData_5(options, "sp_select_InvGroup_grid", "get_group_summary", "IGCode");

            return(g);
        }
 public GridEntity <ItemInfoEntity> GetItemInfoSummary(GridOptions options)
 {
     return(KendoGrid <ItemInfoEntity> .GetGridData_5(options, "sp_select_item_grid", "get_item_summary", "IcNo"));
 }
 public GridEntity <InspRejectionMaster> GetSummary(GridOptions options, string dateFrom, string dateTo)
 {
     return(KendoGrid <InspRejectionMaster> .GetGridData_5(options, "sp_select_Insp_rejection_refinish_grid", "GET_PRODUCTION_SUMMARY", "ID", dateFrom, dateTo));
 }
Beispiel #28
0
 public GridEntity <TblBeamStock> GetSummary(GridOptions options, string from, string to)
 {
     return(KendoGrid <TblBeamStock> .GetGridData_5(options, "SP_SELECT_BEAM_STOCK_GRID", "GET_SUMMARY", "BDate", from, to));
 }
Beispiel #29
0
        public GridEntity <ProdQualityEntity> GetProdQualityEntity(GridOptions options)
        {
            var prodQuality = KendoGrid <ProdQualityEntity> .GetGridData_5(options, "sp_select_ProdQuality_grid", "get_ProdQuality_summary", "QCode");

            return(prodQuality);
        }
Beispiel #30
0
 public GridEntity <MIssueInfo> GetMIssueInfoSummary(GridOptions options, string dateFrom, string dateTo)
 {
     return(KendoGrid <MIssueInfo> .GetGridData_5(options, "sp_select_missue_grid", "get_missue_summary", "IID", dateFrom, dateTo));
 }