Example #1
0
        public AuditingMaster AuditMasterCheckNGetAuditMasterDetails(string locationCode, DateTime transactionOpenDate)
        {
            string auditSequenceNumber = this.ReadAuditSeqNumberAfterCheckFinishedDate(locationCode);

            AuditingMaster auditingMaster = new AuditingMaster();

            if (!string.IsNullOrEmpty(auditSequenceNumber))
            {
                auditingMaster = this.ReadAuditingMasterDetails(locationCode, auditSequenceNumber);
            }
            else
            {
                auditingMaster.AuditingDetails = new List <AuditingDetailsForAuditors>();
                auditingMaster.AuditStartDate  = transactionOpenDate;

                DateTime?dt = HRMSService.AuditPeriodFromDate(locationCode);

                if (dt != null)
                {
                    auditingMaster.AuditPeriodFromDate = dt;
                }
            }

            return(auditingMaster);
        }
Example #2
0
        public List <EmployeeDetailsInfo> ReadEmployeeSearchDetails(string employeeID, string employeeName, string designation, string locationCode, byte employeeStatus)
        {
            List <EmployeeDetailsInfo> lstEmployeeDetails = new List <EmployeeDetailsInfo>();

            lstEmployeeDetails = HRMSService.ReadEmployeeSearchDetails(employeeID, employeeName, designation, locationCode, employeeStatus);
            lstEmployeeDetails = (from ss in lstEmployeeDetails
                                  select new EmployeeDetailsInfo
            {
                EmployeeID = ss.EmployeeID,
                EmployeeName = ss.EmployeeName,
                Department = ss.Department,
                Designation = ss.Designation,
                PresentLocation = (ss.PresentZone != null ? (ss.PresentZone + " / ") : ss.PresentZone) + (ss.PresentRegion != null ? ss.PresentRegion + " / " : ss.PresentRegion) + ss.PresentLocation
            }).ToList();


            return(lstEmployeeDetails);
        }
Example #3
0
 public List <BloodGroupInfo> ReadBloodGroupInfo()
 {
     return(HRMSService.ReadBloodGroupInfo());
 }
Example #4
0
 public List <EmployeeInfoForAssEntry> ReadLocationWiseEmployeeForAssEntry(string locationCode, string EmpID)
 {
     return(HRMSService.ReadLocationWiseEmployeeForAssEntry(locationCode, EmpID));
 }
Example #5
0
 public List <EmployeeEvulationSubType> ReadEmployeeEvulationSubType(string ddlMullaynerName)
 {
     return(HRMSService.ReadEmployeeEvulationSubType(ddlMullaynerName));
 }
Example #6
0
 public List <PersonEmployeeDetailsInfo> ReadLocationWiseEmployeeForAssEntry(string locationCode, string mullaynNam, string mullaynKal)
 {
     return(HRMSService.ReadLocationWiseEmployeeForAssEntry(locationCode, mullaynNam, mullaynKal));
 }
Example #7
0
 public EmployeeTransferInfo ReadEmployeeTransfer(string employeeId, byte transferSequenceNumber)
 {
     return(HRMSService.ReadEmployeeTransfer(employeeId, transferSequenceNumber));
 }
Example #8
0
 public Hrm_EmployeeNDateWiseTADAEntry UpdateTADAEntry(Hrm_EmployeeNDateWiseTADAEntry objEmployeeNDateWiseTADAEntry)
 {
     return(HRMSService.UpdateTADAEntry(objEmployeeNDateWiseTADAEntry));
 }
Example #9
0
 public List <Hrm_HierarchicalDesignationNEmploymentTypeWisePayBandStructure> DesignationNEmploymentTypeWisePayBandStructure(string designationId, string employmentTypeId)
 {
     return(HRMSService.DesignationNEmploymentTypeWisePayBandStructure(designationId, employmentTypeId));
 }
Example #10
0
 public List <HierarchicalDesignation> ReadHierarchicalDesignation()
 {
     return(HRMSService.ReadHierarchicalDesignation());
 }
Example #11
0
 public List <EmploymentTypeInfo> ReadEmploymentTypeInfo()
 {
     return(HRMSService.ReadEmploymentTypeInfo());
 }
Example #12
0
 public List <MajorSubject> ReadMajorSubject()
 {
     return(HRMSService.ReadMajorSubject());
 }
Example #13
0
 public List <MaritalStatusInfo> ReadMaritalStatusInfo()
 {
     return(HRMSService.ReadMaritalStatusInfo());
 }
Example #14
0
 public List <ReligionInfo> ReadReligionInfo()
 {
     return(HRMSService.ReadReligionInfo());
 }
Example #15
0
 public List <EducationInfo> ReadEducationInfo()
 {
     return(HRMSService.ReadEducationInfo());
 }
Example #16
0
 public Hrm_EmployeeTransfer UpdateEmployeeTransfer(Hrm_EmployeeTransfer objEmployeeTransfer, Hrm_EmployeeTransferAdditionalInfo objEmployeeTransferAdditionalInfo)
 {
     return(HRMSService.UpdateEmployeeTransfer(objEmployeeTransfer, objEmployeeTransferAdditionalInfo));
 }
Example #17
0
 public byte EmployeeWiseSalaryStructureSeqenceNumberMax(string employeeId)
 {
     return(HRMSService.EmployeeWiseSalaryStructureSeqenceNumberMax(employeeId));
 }
Example #18
0
 public List <JobGradeInfo> ReadJobGradeInfo()
 {
     return(HRMSService.ReadJobGradeInfo());
 }
Example #19
0
 public List <TADADetails> ReadTADADetails(DateTime dateFrom, DateTime dateTo, string employeeID)
 {
     return(HRMSService.ReadTADADetails(dateFrom, dateTo, employeeID));
 }
Example #20
0
 public List <DepartmentInfo> ReadDepartmentInfo()
 {
     return(HRMSService.ReadDepartmentInfo());
 }
Example #21
0
 public List <TADADetails> ReviewTADAAmountNApproval(string locationCode, string reportType, string tADAAprrovalMonth)
 {
     return(HRMSService.ReviewTADAAmountNApproval(locationCode, reportType, tADAAprrovalMonth));
 }
Example #22
0
 public List <OperationalRole> ReadOperationalRole(string designationid)
 {
     return(HRMSService.ReadOperationalRole(designationid));
 }
Example #23
0
 public List <EmployeeDetailsInfo> ReadLocationWiseEmployee(string locationCode)
 {
     return(HRMSService.ReadLocationWiseEmployee(locationCode));
 }
Example #24
0
 public List <EmployeeTransferInfo> ReadGetEmployeeTransferredButNotYetAccepted(string locationCode)
 {
     return(HRMSService.ReadGetEmployeeTransferredButNotYetAccepted(locationCode));
 }
Example #25
0
 public List <EmployeeEvulationType> ReadEmployeeEvulationType()
 {
     return(HRMSService.ReadEmployeeEvulationType());
 }
Example #26
0
 public string EmployeeIdMax()
 {
     return(HRMSService.EmployeeIdMax());
 }
Example #27
0
 public List <AssesmentGrid> ReadlstForAssesGrid(string mullaynNam, string mullaynKal)
 {
     return(HRMSService.ReadlstForAssesGrid(mullaynNam, mullaynKal));
 }
Example #28
0
 public bool EmployeeExistOrNot(string employeeId)
 {
     return(HRMSService.EmployeeExistOrNot(employeeId));
 }
Example #29
0
 public List <ERPValueForAssessment> GetDataForERPT(string viewScore, string locationCode, string EmployeeID, string mullayenerName, string ddlMullaynerKal, string valOfthis)
 {
     return(HRMSService.GetDataForERPT(viewScore, locationCode, EmployeeID, mullayenerName, ddlMullaynerKal, valOfthis));
 }
Example #30
0
 public void UpdateEmployeeBasicNEmploymentInfo(Hrm_EmployeeInfo objEmployeeInfo, Hrm_EmployeeWiseSalaryStructureMaster objEmployeeSalaryStructureMaster, List <Hrm_EmployeeWiseSalaryStructureDetails> lstEmloyeeSalaryStructureDetails, Hrm_EmployeeWiseBankAccount objEmployeeWiseBankAccount)
 {
     HRMSService.UpdateEmployeeBasicNEmploymentInfo(objEmployeeInfo, objEmployeeSalaryStructureMaster, lstEmloyeeSalaryStructureDetails, objEmployeeWiseBankAccount);
 }