Thursday, October 27, 2022

Introduction PMS Personal Management System Cadrewise management system

 Web.config old

  <appSettings>

    <add key="ChartImageHandler" value="storage=file;timeout=20;dir=F:\Inetpub\vhosts\pms.icar.gov.in\httpdocs\chart\;" />

  </appSettings>


  <system.web>

    <compilation debug="true" tempDirectory="F:\Inetpub\vhosts\pms.icar.gov.in\tmp">

  </system.web>(These are the things I have changed)

----------------------------------------------------------



------------------------------------------

DataRepository>Repository.cs

DataAccess.cs


-------------------------------------

select * from NodalOfficer


select * from icms_employee where  id = 5553 - ------- to get info of employee


select * from Auth_user where emp_code = 5553 ----------- for PMS login


select * from icms_HOA


select * from icms_UserAccount ------------- for cms login ---- admin(user name)


read_cadre_info - ----- to get info of employee


read_cadretype -          -------------get detail of employee sr scientist, scientist


Tables

ICMS_enployee

ICMS_cadretype

icms_Discipline


icms_HOA -              Institute


No comments:

Post a Comment