Commit 9c69f06a authored by dpingle's avatar dpingle

* Changes done in work balance on [09/09/19]

w_work_balance.sql
AttendanceWorkBal.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207039 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d206d47d
......@@ -99,6 +99,18 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VTINVOT ','Invalid OT generation Period','The Period you Have Entered For OT Generation Already Exist','E','Y',null,null,null,null,null,null,null,null);
----------------------------------------------------- Dipesh [09/09/2019] Start
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Work Table No:(<b>{work_tblno}</b>) , Line No:(<b>{line_no}</b>) <br/>
Start Date :(<b>{start_date}</b>),End Date :(<b>{end_date}</b>) ,Period Code Pay :(<b>{prd_code__pay}</b>)
</span>
<br/> <span style="float:right;"></span>
</html>' where win_name='w_work_balance';
update TRANSETUP set ref_ser='E-LOAN' where TRAN_WINDOW='w_work_balance';
----------------------------------------------------- Dipesh [09/09/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