Commit 685e0adb authored by dpingle's avatar dpingle

*Updated sql file on [21/11/19]

w_leave_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212551 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5155e810
......@@ -2,10 +2,10 @@
--------------------------------------------1. No images for actions
update OBJ_ACTIONS set image='ibase/resource/objaction/add.svg' , display_mode=0 where OBJ_NAME='leave' and LINE_NO=1;
update OBJ_ACTIONS set image='ibase/resource/objaction/edit.svg' , display_mode=0 where OBJ_NAME='leave' and LINE_NO=2;
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='leave' and LINE_NO=21;
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg' where OBJ_NAME='leave' and LINE_NO=22;
update OBJ_ACTIONS set image='ibase/resource/objaction/add.svg' , display_mode=0 where OBJ_NAME='leave' and title='Add';
update OBJ_ACTIONS set image='ibase/resource/objaction/edit.svg' , display_mode=0 where OBJ_NAME='leave' and title='Edit';
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='leave' and title='Audit Trail';
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg' where OBJ_NAME='leave' and title='Export Excel';
-------------------------------------------2. Improper Feed view
......@@ -19,12 +19,12 @@ Max.Allowed <b>{max_allowed}</b> , Min.Allowed <b>{min_allowed} , Leave unit <b
-------------------------------------------3. Audit trail is not working
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' , rights_char='X' , title='Audit Trail' , show_in_panel=1 ,display_mode=1 where OBJ_NAME='ald_slab' and LINE_NO=21;
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' , rights_char='X' , title='Audit Trail' , show_in_panel=1 ,display_mode=1 where OBJ_NAME='ald_slab' and title='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='ald_slab' and LINE_NO=22;
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='ald_slab' and title='Export Excel';
-------------------------5.Improper error message if the Leave code field is kept empty,'INVLVEDATA' message not defined
......
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