Commit 463be1d7 authored by dpingle's avatar dpingle

* update sql file of work balance.

w_work_balance_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214127 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ca2f40af
---------------------------------------------------Dipesh Start [26/12/2019]
------------------------------------------------1. Export to excel action is missing in feedview
update obj_actions set IMAGE='ibase/resource/objaction/exprtExl.svg',DESCRIPTION='Export To Excel',SERVICE_CODE='a',INTERACTIVE='a',RIGHTS_CHAR='B',TITLE='Export2XLS',ACTION_TYPE='S', DISPLAY_MODE=1 , REC_SPECIFIC= null where OBJ_NAME='work_balance' and (title='Export Excel' or title='Export2XLS');
update obj_actions set IMAGE='ibase/resource/objaction/add.svg', DISPLAY_MODE=2 where OBJ_NAME='work_balance' and title='Add' and form_no=1;
update obj_actions set IMAGE='ibase/resource/objaction/edit.svg', DISPLAY_MODE=2 where OBJ_NAME='work_balance' and title='Edit' and form_no=1;
-----------------------------------------------2. Audit trail is not working
update obj_actions set DISPLAY_MODE=2 , Rights_Char='X', title='View Audit', SHOW_IN_PANEL=1 where OBJ_NAME='work_balance' and DESCRIPTION = 'View Audit Trail';
----------------------------------------------3. Content not configured
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "> <b> {work_tblno} </b>, Line No: <b>{line_no}</b> <br/>
Start Date : <b>{start_date}</b>, End Date : <b>{end_date}</b> , Period Code Pay: <b>{prd_code__pay}</b>
</span>
<br/> <span style="float:right;"></span>
</html>' where win_name='w_work_balance';
---------------------------------------------------Dipesh End [26/12/2019]
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