Commit 6af1ae7b authored by dpingle's avatar dpingle

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

w_ald_slab_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212549 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9f446501
......@@ -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='ald_slab' and LINE_NO=1;
update OBJ_ACTIONS set image='ibase/resource/objaction/edit.svg' , display_mode=0 where OBJ_NAME='ald_slab' and LINE_NO=2;
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='ald_slab' and LINE_NO=21;
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg' where OBJ_NAME='ald_slab' and LINE_NO=22;
update OBJ_ACTIONS set image='ibase/resource/objaction/add.svg' , display_mode=0 where OBJ_NAME='ald_slab' and title='Add';
update OBJ_ACTIONS set image='ibase/resource/objaction/edit.svg' , display_mode=0 where OBJ_NAME='ald_slab' and title='Edit';
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='ald_slab' and title='Audit Trail';
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg' where OBJ_NAME='ald_slab' and title='Export Excel';
-------------------------------------------2. Improper Feed view
......@@ -20,12 +20,12 @@ Slab No <b>{slab_no}</b> , Max.Base Amount <b>{max_base_amt}</b> , Min.Base Amo
-------------------------------------------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', action_type='S',display_mode=1 where OBJ_NAME='ald_slab' and title='Export Excel';
-------------------------------------------5. Heading should be 'Allow / Dedn slabs' instead of'Ald slab'
......
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