Skip to content

Commit 7f64a71

Browse files
author
jithin
committed
Name change for MA cumulative and new Kilkari report based on Ministry reccommendation
1 parent d65cb50 commit 7f64a71

File tree

5 files changed

+75
-75
lines changed

5 files changed

+75
-75
lines changed

NMSReportingSuite/src/main/java/com/beehyv/nmsreporting/business/impl/AggregateReportsServiceImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ public void createSpecificAggreagateExcel(XSSFWorkbook workbook, AggregateExcelD
657657
// gridData.getReportName().equalsIgnoreCase("Kilkari Message Matrix")||
658658
// gridData.getReportName().equalsIgnoreCase("Kilkari Repeat Listener Month Wise")||
659659
// gridData.getReportName().equalsIgnoreCase("Kilkari Cumulative Summary")||
660-
// gridData.getReportName().equalsIgnoreCase("MA Cumulative Summary")){
660+
// gridData.getReportName().equalsIgnoreCase("District-wise Performance of the State for Mobile Academy")){
661661
spreadsheet.autoSizeColumn(1);
662662
// }
663663

@@ -886,7 +886,7 @@ public void createSpecificAggreagatePdf(PDDocument document, AggregateExcelDto g
886886
float tableFont = 7;
887887
//contents.close();
888888

889-
if (gridData.getReportName().equalsIgnoreCase("MA Cumulative Summary") || gridData.getReportName().equalsIgnoreCase("Kilkari Repeat Listener Month Wise")) {
889+
if (gridData.getReportName().equalsIgnoreCase("District-wise Performance of the State for Mobile Academy") || gridData.getReportName().equalsIgnoreCase("Kilkari Repeat Listener Month Wise")) {
890890
cellWidth = 10f;
891891
tableMargin = 60;
892892
tableFont = 7;

NMSReportingSuite/src/main/java/com/beehyv/nmsreporting/enums/ReportType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ public enum ReportType {
1313
// sixWeeks("sixWeeks");
1414
messageMatrix("Kilkari_Message_Matrix","Kilkari Message Matrix","KILKARI","Kilkari Message Matrix Report", "Message Matrix"),
1515
kilkariCalls("Kilkari_Call","Kilkari Call","KILKARI","Kilkari Call Report", "Call Report"),
16-
kilkariCallsWithBeneficiaries("Kilkari_Call_With_Beneficiaries","Kilkari Call With Beneficiaries","KILKARI","Kilkari Call Report With Beneficiaries", "Call Report With Beneficiaries"),
16+
kilkariCallsWithBeneficiaries("District-wise Performance of the State for Kilkari","District-wise Performance of the State for Kilkari","KILKARI","District-wise Performance of the State for Kilkari", "District-wise Performance of the State for Kilkari"),
1717
listeningMatrix("Kilkari_Listening_Matrix","Kilkari Listening Matrix","KILKARI","Kilkari Listening Matrix Report", "Listening Matrix"),
1818
beneficiary("Kilkari_Aggregate_Beneficiaries","Kilkari Aggregate Beneficiaries","KILKARI","Kilkari Aggregate Beneficiaries Report", "Aggregate Beneficiaries"),
1919
usage("Kilkari_Usage","Kilkari Usage","KILKARI","Kilkari Usage Report", "Usage Report"),
2020
beneficiaryCompletion("Kilkari_Beneficiary_Completion","Kilkari Beneficiary Completion","KILKARI","Kilkari Beneficiary Completion Report", "Beneficiary Completion"),
2121
kilkariCumulative("Kilkari_Cumulative_Summary","Kilkari Cumulative Summary","KILKARI","Kilkari Cumulative Summary Aggregate Report", "Cumulative Summary"),
2222
maPerformance("MA_Performance","MA Performance","MOBILE_ACADEMY","MA Performance Aggregate Report", "Performance Report"),
2323
maSubscriber("MA_Subscriber","MA Subscriber","MOBILE_ACADEMY","MA Subscriber Aggregate Report", "Subscriber Report"),
24-
maCumulative("MA_Cumulative_Summary","MA Cumulative Summary","MOBILE_ACADEMY","MA Cumulative Summery Aggregate Report", "Cumulative Summary"),
24+
maCumulative("District-wise Performance of the State for Mobile Academy","District-wise Performance of the State for Mobile Academy","MOBILE_ACADEMY","District-wise Performance of the State for Mobile Academy", "District-wise Performance of the State for Mobile Academy"),
2525
maCourse("MA_Cumulative_Course_Completion", "Course Completion", "MOBILE_ACADEMY","MA Completion Line-Listing Report", "Course Completion"),
2626
maAnonymous("MA_Anonymous_Users", "Circle wise Anonymous Users", "MOBILE_ACADEMY", "MA Circle Wise Anonymous Line-Listing Report", "Circle wise Anonymous Users"),
2727
maInactive("MA_Cumulative_Inactive_Users", "Cumulative Inactive Users", "MOBILE_ACADEMY", "MA Inactive Users Line-Listing Report", "Cumulative Inactive Users"),

app/scripts/controllers/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,10 @@
424424

425425
$scope.disableCursor = function(){
426426

427-
return (($state.current.name)===("MA Cumulative Summary"))||(($state.current.name)===("MA Subscriber"))||
427+
return (($state.current.name)===("District-wise Performance of the State for Mobile Academy"))||(($state.current.name)===("MA Subscriber"))||
428428
(($state.current.name)===("MA Performance"))||(($state.current.name)===("Kilkari Cumulative Summary"))||
429429
(($state.current.name)===("Kilkari Beneficiary Completion"))||(($state.current.name)===("Kilkari Usage"))||
430-
(($state.current.name)===("Kilkari Call"))||(($state.current.name)===("Kilkari Call With Beneficiaries"))||(($state.current.name)===("Kilkari Message Matrix"))||
430+
(($state.current.name)===("Kilkari Call"))||(($state.current.name)===("District-wise Performance of the State for Kilkari"))||(($state.current.name)===("Kilkari Message Matrix"))||
431431
(($state.current.name)===("Kilkari Listening Matrix"))||(($state.current.name)===("Kilkari Thematic Content"))||
432432
(($state.current.name)===("Kilkari Repeat Listener"))||(($state.current.name)===("Kilkari Subscriber"))||
433433
(($state.current.name)===("Kilkari Message Listenership"))||(($state.current.name)===("Kilkari Aggregate Beneficiaries"));

0 commit comments

Comments
 (0)