Commit 117facad authored by dpingle's avatar dpingle

* updated sql file on [23/10/19]

w_employee_bond.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210464 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 001fb24b
......@@ -148,12 +148,29 @@ Bond Period : (<b>{bond_prd}</b> , Bond Amount : (<b>{bond_amt}</b>)
----------------------------------------------------- Dipesh [09/09/2019] End
----------------------------------------------------- Dipesh [18/09/2019] Start
----------------------------------------------------- Dipesh [23/10/2019] Start
UPDATE MESSAGES SET MSG_DESCR='The Bond Amount cannot Blank.' WHERE MSG_NO='VNULBAMT';
----------------------------------------------------- Dipesh [18/09/2019] End
update itm2menu set ICON_PATH='BondMaster.png' , CLOSE_ICON='BondMasterwht.png' where WIN_NAME='w_employee_bond';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "> <b>{emp_code}</b> , Line No <b>{line_no}</b> <br/>
Bond Period : <b>{bond_prd}</b> , Bond Amount : <b>{bond_amt}</b>
</span>
<br/> <span style="float:right;"></span>
</html>' where win_name='w_employee_bond';
update OBJ_FORMS set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_employee_bond';
update TRANSETUP set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_employee_bond';
update POPHELP set THUMB_ALT_COL = 'name', THUMB_IMAGE_COL= 'code', THUMB_OBJ = 'EmpImages' where FIELD_NAME='EMP_CODE' AND MOD_NAME = 'W_EMPLOYEE_BOND';
----------------------------------------------------- Dipesh [23/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