Commit 3dfbd8fd authored by sgadve's avatar sgadve

displaying account code in the supplier advance form

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201856 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0340a4a0
......@@ -281,6 +281,11 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('vouc
-------------------------------------Added by Saiprasad G. on 11-06-19 [For inserting the itmechange]END--------------
-------------------------------------Added by Saiprasad G. on 11-06-19 [For displaying the account code]START---------
update FINPARM set var_value='10100002' WHERE VAR_NAME = 'ADV_ACCT_CODE_SUPP';
Insert into gencodes(FLD_NAME,MOD_NAME,FLD_VALUE,DESCR,SH_DESCR,CHG_DATE,CHG_USER,CHG_TERM,ACTIVE,UDF_STR1,UDF_STR2,UDF_STR3) values ('PERIOD_CODE','W_VOUCHER_ADVSUPP','201901','JANUARY - 2019','JANUARY- 2019',SYSDATE,'ADV','ADV','Y',null,null,null);
Insert into GENCODES (FLD_NAME,MOD_NAME,FLD_VALUE,DESCR,SH_DESCR,CHG_DATE,CHG_USER,CHG_TERM,ACTIVE,UDF_STR1,UDF_STR2,UDF_STR3) values ('PROJ_CODE','W_VOUCHER_ADVSUPP','TESTING','ADVANCES TO SUPPLIER-FIELD','ADVANCES TO SUPPLIER-FIELD',SYSDATE,'ADV','BASE','Y',null,null,null);
-------------------------------------Added by Saiprasad G. on 11-06-19 [For displaying the account code]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