Commit 37e98fa3 authored by sghate's avatar sghate

Shital: updated sql on 10-10-2019

w_grade.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209172 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8897cff5
...@@ -186,8 +186,8 @@ ALTER TABLE GRADE ADD ACT_STAT CHAR(1); ...@@ -186,8 +186,8 @@ ALTER TABLE GRADE ADD ACT_STAT CHAR(1);
UPDATE GRADE SET ACT_STAT='Y'; UPDATE GRADE SET ACT_STAT='Y';
update obj_forms set Disp_Metadata='<html> update obj_forms set Disp_Metadata='<html>
<span style="white-space: normal !important; word-break: break-word; "><b>Grade :</b> {sh_descr} ({grade_code}) , <b>Active Status :</b> {act_stat} <br/> <span style="white-space: normal !important; word-break: break-word; ">Grade :<b> {sh_descr} ({grade_code})</b> , Active Status :<b> {act_stat} </b><br/>
<b>Description :</b> {descr} , <b>Grade Type :</b>{grade_type} , <b>Appraisal Table No :</b> {appr_tblno} , <b>Induction Table No. :</b> {induct_tblno} Description :<b> {descr} </b>, Grade Type :<b>{grade_type} </b>, Appraisal Table No :<b> {appr_tblno} </b>, Induction Table No. :<b> {induct_tblno}</b>
</span> </span>
<br> <span style="float:right;"> <b> {chg_date} </b></span> <br> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' Where Win_Name = 'w_grade'; </html>' Where Win_Name = 'w_grade';
...@@ -198,4 +198,12 @@ values ('GRADE',null,'APPVISDEV','ACT_STAT',null,NULL,23,NULL,25,25,null,0,0,0,n ...@@ -198,4 +198,12 @@ values ('GRADE',null,'APPVISDEV','ACT_STAT',null,NULL,23,NULL,25,25,null,0,0,0,n
--------------------------------------------Added by Rohini T on 04/09/2019 End------------- --------------------------------------------Added by Rohini T on 04/09/2019 End-------------
--------------------------------------------Added by Shital on 10/10/2019 Start-------------
update TRANSETUP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'grade_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_grade';
update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'grade_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_grade';
update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'grade_code', THUMB_OBJ = 'EmpImages' where MOD_NAME = 'W_GRADE';
update POPHELP set AUTO_FILL_LEN = 3, AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_GRADE';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_grade';
--------------------------------------------Added by Shital on 10/10/2019 End-------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment