예제 #1
0
 public static DataTable Get_Wages_EntryType_Deduction()
 {
     try
     {
         return(DAL_PortageBill.Get_Wages_EntryType_Deduction_DL());
     }
     catch
     {
         throw;
     }
 }
예제 #2
0
 public static DataTable Get_VesselType()
 {
     try
     {
         return(DAL_PortageBill.Get_VesselType_DL());
     }
     catch
     {
         throw;
     }
 }
예제 #3
0
 public static DataTable Get_VesselSpecificWage(int VesselTypeID, int WageContractId, int SalaryCode)
 {
     try
     {
         return(DAL_PortageBill.Get_VesselSpecificWage_DL(VesselTypeID, WageContractId, SalaryCode));
     }
     catch
     {
         throw;
     }
 }
예제 #4
0
 public static int Insert_NationalityGroup(int RankID, int NationalityGroupId, String NationalityGroupName, DataTable dt, int UserId)
 {
     try
     {
         return(DAL_PortageBill.Insert_NationalityGroup_DL(RankID, NationalityGroupId, NationalityGroupName, dt, UserId));
     }
     catch
     {
         throw;
     }
 }
예제 #5
0
 public static int DeleteNationalityGroup(int NationalityGroupId, int UserId)
 {
     try
     {
         return(DAL_PortageBill.DeleteNationalityGroup_DL(NationalityGroupId, UserId));
     }
     catch
     {
         throw;
     }
 }
예제 #6
0
 public static DataTable Get_RJBDetails(int ID)
 {
     try
     {
         return(DAL_PortageBill.Get_RJBDetails(ID));
     }
     catch
     {
         throw;
     }
 }
예제 #7
0
 public static DataTable Get_NationalityGroupForWege_Contract(int RankID)
 {
     try
     {
         return(DAL_PortageBill.Get_NationalityGroupForWege_Contract_DL(RankID));
     }
     catch
     {
         throw;
     }
 }
예제 #8
0
 public static DataSet Ins_CrewWages(DataTable dtWages, int WageContractId)
 {
     try
     {
         return(DAL_PortageBill.Ins_CrewWages(dtWages, WageContractId));
     }
     catch
     {
         throw;
     }
 }
예제 #9
0
 public static DataTable Get_CompanySeniority_Rates(int RankID)
 {
     try
     {
         return(DAL_PortageBill.Get_CompanySeniority_Rates_DL(RankID));
     }
     catch
     {
         throw;
     }
 }
예제 #10
0
 public static int Update_CrewSeniorityYear(int VoyID, int SeniorityYear, int UserID)
 {
     try
     {
         return(DAL_PortageBill.Update_CrewSeniorityYear_DL(VoyID, SeniorityYear, UserID));
     }
     catch
     {
         throw;
     }
 }
예제 #11
0
 public static DataSet Get_Rank_WageContract(int RankID, int Contract_Type, int NationalityConsidered, int CountryId, int RankScaleId)
 {
     try
     {
         return(DAL_PortageBill.Get_Rank_WageContract_DL(RankID, Contract_Type, NationalityConsidered, CountryId, RankScaleId));
     }
     catch
     {
         throw;
     }
 }
예제 #12
0
 public static DataTable Get_SeniorityRecords(int FleetID, int Vessel_ID, int Rank, string Month, string Year, string SearchText, int?CrewID, int PAGE_SIZE, int PAGE_INDEX, ref int SelectRecordCount, string sortbycoloumn, int?sortdirection)
 {
     try
     {
         return(DAL_PortageBill.Get_SeniorityRecords_DL(FleetID, Vessel_ID, Rank, Month, Year, SearchText, CrewID, PAGE_SIZE, PAGE_INDEX, ref SelectRecordCount, sortbycoloumn, sortdirection));
     }
     catch
     {
         throw;
     }
 }
예제 #13
0
 public static int AutoPopulate_CrewWages(int VoyID, int UserID)
 {
     try
     {
         return(DAL_PortageBill.AutoPopulate_CrewWages_DL(VoyID, UserID));
     }
     catch
     {
         throw;
     }
 }
예제 #14
0
 public static DataSet Ins_Rank_Wage_Contract(DataTable dtWages)
 {
     try
     {
         return(DAL_PortageBill.Ins_Rank_Wage_Contract_DL(dtWages));
     }
     catch
     {
         throw;
     }
 }
예제 #15
0
 public static int Update_CrewRankSeniority(int CrewID, int RankId, int SeniorityYear, int SeniorityDays, int VoyageId, string Remarks, DateTime RankEffectiveDate, int UserID)
 {
     try
     {
         return(DAL_PortageBill.Update_CrewRankSeniority_DL(CrewID, RankId, SeniorityYear, SeniorityDays, VoyageId, Remarks, RankEffectiveDate, UserID));
     }
     catch
     {
         throw;
     }
 }
예제 #16
0
 public static int Save_Company_Seniority_Rates(int RankID, int CompanySeniorityYear, decimal CompanySeniorityAmount, int UserID)
 {
     try
     {
         return(DAL_PortageBill.Save_Company_Seniority_Rates_DL(RankID, CompanySeniorityYear, CompanySeniorityAmount, UserID));
     }
     catch
     {
         throw;
     }
 }
예제 #17
0
 public static DataTable GetRejoiningBonus(int CrewID)
 {
     try
     {
         return(DAL_PortageBill.GetRejoiningBonus(CrewID));
     }
     catch
     {
         throw;
     }
 }
예제 #18
0
 public static int Update_Company_Seniority_Rates(DataTable dtRates, int RankID, int UserID)
 {
     try
     {
         return(DAL_PortageBill.Update_Company_Seniority_Rates_DL(dtRates, RankID, UserID));
     }
     catch
     {
         throw;
     }
 }
예제 #19
0
 public static int CopyRankWageFromExistingCountry(int VesselFlag, int RankId, int CountryFromId, DateTime EffectiveDate, int Currency, int CompanyId, DataTable dtCountryToList, int CreatedBy)
 {
     try
     {
         return(DAL_PortageBill.CopyRankWageFromExistingCountry_DL(VesselFlag, RankId, CountryFromId, EffectiveDate, Currency, CompanyId, dtCountryToList, CreatedBy));
     }
     catch
     {
         throw;
     }
 }
예제 #20
0
 public static DataTable Get_NationalityForWages(int RankID, int Contract_Type)
 {
     try
     {
         return(DAL_PortageBill.Get_NationalityForWages_DL(RankID, Contract_Type));
     }
     catch
     {
         throw;
     }
 }
예제 #21
0
 public static DataTable Check_NationalityGroup(int RankID, int NationalityGroupId, String NationalityGroupName, DataTable dt)
 {
     try
     {
         return(DAL_PortageBill.Check_NationalityGroup_DL(RankID, NationalityGroupId, NationalityGroupName, dt));
     }
     catch
     {
         throw;
     }
 }
예제 #22
0
 public static DataTable Get_CrewSeniorityRecords(int Rank, string Status, int CompanySeniorityYear, string searchText, int PAGE_SIZE, int PAGE_INDEX, ref int SelectRecordCount, string sortbycoloumn, int?sortdirection)
 {
     try
     {
         return(DAL_PortageBill.Get_CrewSeniorityRecords_DL(Rank, Status, CompanySeniorityYear, searchText, PAGE_SIZE, PAGE_INDEX, ref SelectRecordCount, sortbycoloumn, sortdirection));
     }
     catch
     {
         throw;
     }
 }
예제 #23
0
 public static DataSet Get_RankWise_GroupDetails(int NationalityGroupId)
 {
     try
     {
         return(DAL_PortageBill.Get_RankWise_GroupDetails_DL(NationalityGroupId));
     }
     catch
     {
         throw;
     }
 }
예제 #24
0
 public static int Update_CrewCompanySeniority(int CrewID, int SeniorityYear, int SeniorityDays, string Remarks, DateTime CompanyEffectiveDate, int UserID)
 {
     try
     {
         return(DAL_PortageBill.Update_CrewCompanySeniority_DL(CrewID, SeniorityYear, SeniorityDays, Remarks, CompanyEffectiveDate, UserID));
     }
     catch
     {
         throw;
     }
 }
예제 #25
0
 public static DataTable Get_NationalityGroupbyGroupID(int NationalityGroupId)
 {
     try
     {
         return(DAL_PortageBill.Get_NationalityGroupbyGroupID_DL(NationalityGroupId));
     }
     catch
     {
         throw;
     }
 }
예제 #26
0
 public static int GET_Crew_CompanySeniorityAmount(int CrewID, int RankId)
 {
     try
     {
         return(DAL_PortageBill.GET_Crew_CompanySeniorityAmount_DL(CrewID, RankId));
     }
     catch
     {
         throw;
     }
 }
예제 #27
0
 public static DataTable Get_VesselList(int vesselTypeID)
 {
     try
     {
         return(DAL_PortageBill.Get_VesselList_DL(vesselTypeID));
     }
     catch
     {
         throw;
     }
 }
예제 #28
0
 public static DataTable GET_Crew_RankSeniorityAmount(int CrewID, int RankId, int VoyID)
 {
     try
     {
         return(DAL_PortageBill.GET_Crew_RankSeniorityAmount_DL(CrewID, RankId, VoyID));
     }
     catch
     {
         throw;
     }
 }
예제 #29
0
 public static int Ins_CrewChangeWageLog(int RankId, int RankScaleId, int CrewId, int UserID)
 {
     try
     {
         return(DAL_PortageBill.Ins_CrewChangeWageLog_DL(RankId, RankScaleId, CrewId, UserID));
     }
     catch
     {
         throw;
     }
 }
예제 #30
0
 public static DataTable Get_Salary_Types()
 {
     try
     {
         return(DAL_PortageBill.Get_Salary_Types_DL());
     }
     catch
     {
         throw;
     }
 }