Commit f7e214b2 authored by sghate's avatar sghate

Shital: updated sql on 01/11/2019

w_emp_status.sql
w_pay_var.sql
w_paytable.sql
w_rep_specific_ad.sql
w_work_location.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210907 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f006a319
......@@ -128,6 +128,16 @@ Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) v
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('emp_status','1','emp_fname',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('emp_status','1','emp_lname',null,'N');
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>{emp_fname} {emp_lname}({emp_code})</b> <br>
Status :<b> {status_type}</b> , Effective Date :<b>{date__effchg}</b> , Confirmed : <b>{confirm}</b>
</span>
</html>' where win_name='w_emp_status';
update obj_actions set DISPLAY_MODE=0 where OBJ_NAME='emp_status' and TITLE in ('Add','Edit');--View on HOMESCREEN,ADD,EDIT,VIEW MODE
update obj_actions set DISPLAY_MODE=1 where OBJ_NAME='emp_status' and TITLE in ('Copy Transaction','Export2XLS','Audit Trail');----View on HOMESCREEN Only.
-------------------------------------------- Shital [13/09/19] -------------------[END]
......
......@@ -171,8 +171,8 @@ update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_pay_var';
--------------------------------------------------Added by Shital on 25/10/2019 Start---------
update obj_forms set DISP_METADATA =
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b> ({var_name}) </b> <br/>
Period Code :<b> {prd_code} </b>
<span style="white-space: normal !important; word-break: break-word; "><b>{descr} ({var_name}) </b> <br/>
Period Code :<b> ({prd_code}) </b> , Variable Type:<b> {var_type} </b>
</span>
</html>' where WIN_NAME='w_pay_var';
......
......@@ -114,8 +114,7 @@ update itm2menu set icon_path='PaySetupTable.png' , close_icon = 'PaySetupTablew
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>{pay_table}</b> <br/>
Diescription :<b> {descr} </b>
<span style="white-space: normal !important; word-break: break-word; "><b>{descr} ({pay_table})</b> <br/>
</span>
</html>' where win_name='w_paytable';
......
......@@ -125,8 +125,8 @@ update obj_actions set DISPLAY_MODE=1 where OBJ_NAME='rep_specific_ad' and TITLE
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>({report_id}) </b> <br/>
Ad Code : <b>({ad_code})</b>
<span style="white-space: normal !important; word-break: break-word; "><b>{descr} ({ad_code})</b> <br/>
Report Id : <b>({report_id}) </b>
</span>
</html>' where win_name='w_rep_specific_ad';
---------------------------------------- Shital on 25/10/2019 [END]
......
......@@ -114,10 +114,10 @@ update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_work_location';
-------------------------------------------- Shital [25/10/19] -------------------[START]
update itm2menu set ICON_PATH='WorkLocation.png',CLOSE_ICON='WorkLocationwht.png' where APPLICATION='ADP' and WIN_NAME='w_work_location';
update obj_forms set disp_metadata=
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>({work_loc_code})</b> <br>
Description : <b>({descr})</b> , City :<b> {city}</b> , State Code :<b>({state_code})</b> , Active : <b>({active})</b>
<span style="white-space: normal !important; word-break: break-word; "><b>{descr} ({work_loc_code})</b> <br>
City :<b> {city}</b> , State Code :<b>({state_code})</b> , Active : <b>({active})</b>
</span>
</html>' where win_name='w_work_location';
......
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