Commit 930ab021 authored by ssalve's avatar ssalve

Sarita : Done changes for GTPL Point No. 512[Received transfer entry should be...

Sarita : Done changes for GTPL Point No. 512[Received transfer entry should be booked in the site where it is received] on 19 JULY 18

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187791 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 398d86a8
......@@ -1992,6 +1992,7 @@ public class FixedAssetTransfConf extends ActionHandlerEJB implements
siteCodeTo = getSiteCodeToG();
siteCodeOld = getSiteCodeToG();
System.out.println("1. xFrTypeL ["+xFrTypeL+"] \t 2.siteCode ["+siteCode+"] \t 3.siteCodeTo ["+siteCodeTo+"] \t siteCodeOld ["+siteCodeOld+"]");
finEntityL = getNameOrDescrForCode(conn, "site", "fin_entity",
"site_code", siteCode);
System.out.println("fIN eNTITYLL>>>> " + finEntityL);
......@@ -2036,7 +2037,17 @@ public class FixedAssetTransfConf extends ActionHandlerEJB implements
glTraceMap.put("tran_date", getTranDateG());
glTraceMap.put("eff_date", getTranDateG());
glTraceMap.put("fin_entity", finEntityL);
//Commented and added by sarita for GTPL Point No.512[Received transfer entry should be booked in the site where it is received] on 19 JULY 18
//glTraceMap.put("site_code", getSiteCodeG());
if("R".equalsIgnoreCase(xFrTypeL))
{
glTraceMap.put("site_code", getSiteCodeToG());
}
else
{
glTraceMap.put("site_code", getSiteCodeG());
}
//Commented and added by sarita for GTPL Point No.512[Received transfer entry should be booked in the site where it is received] on 19 JULY 18
glTraceMap.put("sundry_type", "O");
glTraceMap.put("sundry_code", "");
glTraceMap.put("acct_code",tempHM.get("acctCode") );
......@@ -2080,7 +2091,17 @@ public class FixedAssetTransfConf extends ActionHandlerEJB implements
glTraceMap.put("tran_date", getTranDateG());
glTraceMap.put("eff_date", getTranDateG());
glTraceMap.put("fin_entity", finEntityL);
//Commented and added by sarita for GTPL Point No.512[Received transfer entry should be booked in the site where it is received] on 19 JULY 18
//glTraceMap.put("site_code", getSiteCodeG());
if("R".equalsIgnoreCase(xFrTypeL))
{
glTraceMap.put("site_code", getSiteCodeToG());
}
else
{
glTraceMap.put("site_code", getSiteCodeG());
}
//Commented and added by sarita for GTPL Point No.512[Received transfer entry should be booked in the site where it is received] on 19 JULY 18
glTraceMap.put("sundry_type", "O");
glTraceMap.put("sundry_code", "");
glTraceMap.put("acct_code", tempHM.get("acctCode"));
......@@ -2117,7 +2138,17 @@ public class FixedAssetTransfConf extends ActionHandlerEJB implements
glTraceMap.put("tran_date", getTranDateG());
glTraceMap.put("eff_date", getTranDateG());
glTraceMap.put("fin_entity", finEntityL);
//Commented and added by sarita for GTPL Point No.512[Received transfer entry should be booked in the site where it is received] on 19 JULY 18
//glTraceMap.put("site_code", getSiteCodeG());
if("R".equalsIgnoreCase(xFrTypeL))
{
glTraceMap.put("site_code", getSiteCodeToG());
}
else
{
glTraceMap.put("site_code", getSiteCodeG());
}
//Commented and added by sarita for GTPL Point No.512[Received transfer entry should be booked in the site where it is received] on 19 JULY 18
glTraceMap.put("sundry_type", "O");
glTraceMap.put("sundry_code", "");
glTraceMap.put("acct_code",tempHM.get("acctCode"));
......@@ -2158,7 +2189,17 @@ public class FixedAssetTransfConf extends ActionHandlerEJB implements
glTraceMap.put("tran_date", getTranDateG());
glTraceMap.put("eff_date", getTranDateG());
glTraceMap.put("fin_entity", finEntityL);
//Commented and added by sarita for GTPL Point No.512[Received transfer entry should be booked in the site where it is received] on 19 JULY 18
//glTraceMap.put("site_code", getSiteCodeG());
if("R".equalsIgnoreCase(xFrTypeL))
{
glTraceMap.put("site_code", getSiteCodeToG());
}
else
{
glTraceMap.put("site_code", getSiteCodeG());
}
//Commented and added by sarita for GTPL Point No.512[Received transfer entry should be booked in the site where it is received] on 19 JULY 18
glTraceMap.put("sundry_type", "O");
glTraceMap.put("sundry_code", "");
glTraceMap.put("acct_code", tempHM.get("acctCode"));
......
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