Commit 1e716ea8 authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 28/01/2020

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215806 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ea74d0a9
...@@ -113,3 +113,17 @@ update pophelp set sql_str='SELECT CODE AS ACCT_PRD, DESCR FROM ACCTPRD' where M ...@@ -113,3 +113,17 @@ update pophelp set sql_str='SELECT CODE AS ACCT_PRD, DESCR FROM ACCTPRD' where M
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 ('NOTACCTPRD','Cannnot update financial year','Cannnot update previous financial year info','W','Y',null,null,null,to_timestamp('17-NOV-16','DD-MON-RR HH.MI.SSXFF AM'),'BASE ','BASE ',null,null); 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 ('NOTACCTPRD','Cannnot update financial year','Cannnot update previous financial year info','W','Y',null,null,null,to_timestamp('17-NOV-16','DD-MON-RR HH.MI.SSXFF AM'),'BASE ','BASE ',null,null);
--28/01/2020
update TRANSETUP set KEY_STRING='seq10' where tran_window = 'w_emp_itdecl_byac';
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 ('VTCDELDET ','Cannot delete any Details.','Cannot delete any details. Please close and do the transaction again.','E','Y',null,null,null,to_timestamp('08-DEC-16','DD-MON-RR HH.MI.SSXFF AM'),'BASE ','BASE ',null,null);
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 ('VTINVDET ','Invalid selected transaction','There is no records in detail for selected transaction,please select complete transaction','E','Y',null,null,null,to_date('22-01-08','DD-MM-RR'),'RAKESH ','RAKESH ',null,null);
update OBJ_FORMS set DISP_METADATA ='<html>
<span style="white-space: normal !important; word-break: break-word; ">Tran ID : <b>{tran_id}</b>, AD Code : <b>{ad_code}</b>, Amount Declaration : <b>{amount_decl}</b>,<br> Amount Proof :<b> {amount_proof},Remarks :<b> {remarks} </b>
</span></html>' where WIN_NAME='w_emp_itdecl_byac' and FORM_NO=2;
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