Commit 69a6cc0e authored by akhokar's avatar akhokar

loanschedule.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217555 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 250fb50f
...@@ -261,5 +261,5 @@ update obj_actions set IMAGE='ibase/resource/objaction/edit.svg', DISPLAY_MODE=2 ...@@ -261,5 +261,5 @@ update obj_actions set IMAGE='ibase/resource/objaction/edit.svg', DISPLAY_MODE=2
update obj_actions set image='ibase/resource/objaction/Audit-trail.svg', DISPLAY_MODE=2 , Rights_Char='X', title='View Audit', SHOW_IN_PANEL=1 where OBJ_NAME='loanschedule' and (title='Audit Trail' or title='View Audit'); update obj_actions set image='ibase/resource/objaction/Audit-trail.svg', DISPLAY_MODE=2 , Rights_Char='X', title='View Audit', SHOW_IN_PANEL=1 where OBJ_NAME='loanschedule' and (title='Audit Trail' or title='View Audit');
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='loanschedule' and (title='Export Excel' or title='Export2XLS'); 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='loanschedule' and (title='Export Excel' or title='Export2XLS');
update transetup set confirm_col='status',confirm_val='A',cancel_val='status',cancel_col='X',thumb_alt_col='emp_code',thumb_image_col='emp_code',thumb_obj='EmpImages' where tran_window='w_loanschedule'; update transetup set confirm_col='status',confirm_val='A',cancel_val='X',cancel_col='status',thumb_alt_col='emp_code',thumb_image_col='emp_code',thumb_obj='EmpImages' where tran_window='w_loanschedule';
update obj_links set display_mode='1',field_name='home_1' where obj_name='loanschedule' and target_obj_name in('loanschedule','reco_pattern','d_loan_accrual_repo');
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