Commit fa7dc215 authored by dpingle's avatar dpingle

* Updated sql file on [24/10/19]

w_grade_ad.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210509 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fa942e02
...@@ -88,9 +88,24 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -88,9 +88,24 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VTDATE11 ','Invalid Date !','Effective date can not be empty','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null); Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VTDATE11 ','Invalid Date !','Effective date can not be empty','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
---------------------------------------- SARITA [30/08/2019] ---------------- START ------------------------------------------------------------
update itm2menu set icon_path='grade_ad.png' , close_icon = 'grade_adwht.png' where win_name='w_grade_ad';
---------------------------------------- SARITA [30/08/2019] ---------------- END
------------------------------------------------------[23/10/19]Start
update transetup set REF_SER ='G-AD' where TRAN_WINDOW = 'w_grade_ad';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "> <b>{ad_code}</b> , Grade Code <b>{grade_code}</b> <br/>
Pay Table <b>{pay_table}</b> , Amount <b>{amount}</b>
</span>
<br/> <span style="float:right;"></span>
</html>' where win_name='w_grade_ad';
update itm2menu set ICON_PATH='GradewisePaystructure.png' , CLOSE_ICON='GradewisePaystructurewht.png' where WIN_NAME='w_grade_ad';
------------------------------------------------------[23/10/19]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