Commit caea02ff authored by dpingle's avatar dpingle

* updated sql file on [23/10/19]

w_emp_mthad.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210476 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9d188474
......@@ -117,18 +117,26 @@ 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 ('VTLOAN3 ','Invalid loan no.','Loan no. not found or not for the selected employee','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 ('VTPAYSTR01','Employee Separated','Employee is separated from organization.','E','Y',null,null,null,to_date('09-12-18','DD-MM-RR'),'SUN ','SUN ',null,null);
-------------------------------------- SARITA [30/08/2019] ------------ START
update itm2menu set icon_path='employee-wise.png' , close_icon = 'employee-wisewht.png' where win_name='w_emp_mthad';
-------------------------------------- SARITA [30/08/2019] ------------ END
-------------------------------------- SARITA [05/09/2019] ------------ START
SET ECHO ON;
SET DEFINE OFF;
ALTER SESSION SET CURRENT_SCHEMA = SYSVIS;
UPDATE OBJ_FORMS SET DISP_METADATA = '<html>Employee:&nbsp;<b>{emp_name}&nbsp;[&nbsp;{emp_code}&nbsp;]</b><br><b>{allwdedn_descr}&nbsp;[&nbsp;{ad_code}&nbsp;]</b>&nbsp;&nbsp;Month:&nbsp;<b> {month_code}</b>&nbsp;&nbsp;Amount:&nbsp;<b>{amount}</b>&nbsp;&nbsp;<b>{type}</b>&nbsp;&nbsp;Effective From:&nbsp;<b>{eff_date}</b></html>'
WHERE WIN_NAME='w_emp_mthad' AND FORM_NO = 1;
COMMIT;
-------------------------------------- SARITA [05/09/2019] ------------ END
------------------------------------------------------[18/10/19]Start
update transetup set REF_SER ='E-MTAD' where TRAN_WINDOW = 'w_emp_mthad';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "> {emp_name} <b>{emp_code}</b> , AD Code <b>{ad_code}</b> <br/>
Effective Date : <b>{eff_date}</b> , Expiry Date : <b>{exp_date}</b>
</span>
<br/> <span style="float:right;"></span>
</html>' where win_name='w_emp_mthad';
update OBJ_FORMS set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_mthad';
update TRANSETUP set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_emp_mthad';
update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'ad_code', THUMB_OBJ = 'AdCodeImages' where FIELD_NAME='AD_CODE' AND MOD_NAME = 'W_EMP_MTHAD';
------------------------------------------------------[18/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