Commit 82fb6c50 authored by dpingle's avatar dpingle

* updated SQL file on [11/10/19]

w_leave.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209314 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a40818e6
......@@ -96,7 +96,7 @@ delete obj_actions where obj_name='leave' and line_no='39';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Description : {descr} (<b>{lve_code}</b>) , Payable : {payable} <br/>
<span style="white-space: normal !important; word-break: break-word; "> {descr} (<b>{lve_code}</b>) , Payable : {payable} <br/>
Max.Allowed : {max_allowed} , Min.Allowed : {min_allowed}
</span>
<br/> <span style="float:right;"> <b> {chg_date} </b></span>
......@@ -157,7 +157,7 @@ update obj_actions set display_mode='2' , TITLE='Export2XLS' where obj_name='lea
----------------------------------------------------- Dipesh [27/08/2019] End
----------------------------------------------------- Dipesh [29/08/2019] End
----------------------------------------------------- Dipesh [29/08/2019] Start
update obj_actions set rec_specific=null where obj_name='leave' and line_no=22;
......@@ -170,7 +170,7 @@ Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) v
----------------------------------------------------- Dipesh [30/08/2019] End
----------------------------------------------------- Dipesh [30/08/2019] Start
delete TRANS_COPY_SETUP where obj_name='leave';
update obj_actions set rec_specific=null where obj_name='leave' and line_no=39;
......@@ -180,10 +180,24 @@ delete obj_actions where obj_name= 'leave' and line_no='21';
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values ('leave',40,'ibase/resource/objaction/Audit-trail.svg','View Audit Trail','audit_trail','1','X','Audit Trail','1','1','1','U',null,null,null,null,null,null,null,'1',null,null,null,null,null,null,null,null,null,null,null,'2',null,null);
----------------------------------------------------- Dipesh [30/08/2019] End
----------------------------------------------------- Sarita [30/08/2019] Start
update itm2menu set icon_path='leave.png' , close_icon = 'leavewht.png' where win_name='w_leave';
----------------------------------------------------- Sarita [30/08/2019] End
----------------------------------------------------- Dipesh [11/10/2019] Start
update OBJ_FORMS set THUMB_ALT_COL = 'lve_code', THUMB_IMAGE_COL= 'lve_code', THUMB_OBJ = 'popicon_empleave' where WIN_NAME = 'w_leave';
update TRANSETUP set THUMB_ALT_COL = 'lve_code', THUMB_IMAGE_COL= 'lve_code', THUMB_OBJ = 'popicon_empleave' where TRAN_WINDOW = 'w_leave';
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('LVE_CODE','W_LEAVE','select c.lve_code as lve_code, c.descr description from employee a, lvetable b, leaves c, grade d where a.emp_code = ''?'' and b.lve_tblno = nvl((select lve_tblno from grade_site_lvetbl cc where cc.site_code = a.emp_site and cc.grade_code = a.grade), (select lve_tblno from cadre_site_lvetbl dd where dd.site_code = a.emp_site and dd.cadre_code = a.cadre )) and b.lve_code = c.lve_code and a.grade = d.grade_code ',null,'Leaves Master',0,0,to_date('01-09-14','DD-MM-RR'),'VAIBHAV ','VAIBHAV ','1',null,':0.emp_code',null,null,null,null,null,'S',null,'2',null,'3','popicon_empleave','lve_code','lve_code','2 ',null,null,null,null,null,null,null);
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "> {descr} (<b>{lve_code}</b>) <br/>
Max.Allowed <b>{max_allowed}</b> , Min.Allowed <b>{min_allowed}</b>
</span>
</html>' where win_name='w_leave';
----------------------------------------------------- Dipesh [11/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