Commit ae2ab39c authored by dpingle's avatar dpingle

* update sql file of leave table.

w_lvetable_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214125 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a07b42ea
---------------------------------------------------Dipesh Start [26/12/2019]
----------------------------------------1. Audit trail & Export to Excel actions are missing
update obj_actions set DISPLAY_MODE=2 , Rights_Char='X', title='View Audit', SHOW_IN_PANEL=1 where OBJ_NAME='lvetable' and DESCRIPTION = 'View Audit Trail';
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 where OBJ_NAME='lvetable' and (title='Export Excel' or title='Export2XLS');
update obj_actions set IMAGE='ibase/resource/objaction/add.svg', DISPLAY_MODE=2 where OBJ_NAME='lvetable' and title='Add' and form_no=1;
update obj_actions set IMAGE='ibase/resource/objaction/edit.svg', DISPLAY_MODE=2 where OBJ_NAME='lvetable' and title='Edit' and form_no=1;
---------------------------------------2. Newly Added Leave, is not appearing in the Pophelp
--> User have to restart the server then it will appear in pophelp.
---------------------------------------------------3. 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='lvetable' and DESCRIPTION = 'View Audit Trail';
---------------------------------------------------4. Export to Excel is not working
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 where OBJ_NAME='lvetable' and (title='Export Excel' or title='Export2XLS');
---------------------------------------------------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