Commit a40818e6 authored by dpingle's avatar dpingle

* Updated SQL file on [11/10/19]

w_businessfunction.sql
BusinessFunctions.png
BusinessFunctionswht.png
CadrewiseMonthlyPaystructureG.png
CadrewiseMonthlyPaystructurewht.png


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209312 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a1919ecb
...@@ -104,7 +104,18 @@ update TRANSETUP set ref_ser='E-LOAN' where TRAN_WINDOW='w_businessfunction'; ...@@ -104,7 +104,18 @@ update TRANSETUP set ref_ser='E-LOAN' where TRAN_WINDOW='w_businessfunction';
----------------------------------------------------- Dipesh [04/09/2019] End ----------------------------------------------------- Dipesh [04/09/2019] End
----------------------------------------------------- Dipesh [11/10/2019] Start
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Description : {descr} (<b>{func_code}</b>) , Short Description : {sh_descr}
</span>
<br/> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_businessfunction';
update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'func_code', THUMB_OBJ = 'FuncImages' where WIN_NAME = 'w_businessfunction';
update TRANSETUP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'func_code', THUMB_OBJ = 'FuncImages' where TRAN_WINDOW = 'w_businessfunction';
update itm2menu set ICON_PATH='BusinessFunctions.png' , CLOSE_ICON='BusinessFunctionswht.png' where WIN_NAME='w_businessfunction';
----------------------------------------------------- Dipesh [11/10/2019] End
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