Commit 515f5d25 authored by vpathare's avatar vpathare

links implementation in dashBoard for mobile

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@180792 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 31150f37
......@@ -112,12 +112,12 @@ public class AttendanceCompliance extends ValidatorEJB implements AttendanceComp
String devisonWiseRegion = checkNull(rs.getString("DIVISION"))+" "+checkNull(rs.getString("REGION"));
//added by vishal pathare on 8.2.18 for[feed data for links implementation]Start
JSONObject feedDataJson = new JSONObject();
feedDataJson.put( "SALES_PERS", salesPersCode );
feedDataJson.put( "SP_NAME", salesPersName );
feedDataJson.put( "STATE", state );
feedDataJson.put( "EMP_NAME", reportHead );
feedDataJson.put( "NOT_REPORTED_DAYS", notReportingDays );
feedDataJson.put( "MOBILE_NO", mobileNo );
feedDataJson.put( "sales_pers", salesPersCode );
feedDataJson.put( "sp_name", salesPersName );
feedDataJson.put( "state", state );
feedDataJson.put( "emp_name", reportHead );
feedDataJson.put( "not_reported_days", notReportingDays );
feedDataJson.put( "mobile_no", mobileNo );
String jsonString = feedDataJson.toString();
String feedData = jsonString.replaceAll("\\\\","");
......
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