FN-2022-23
- Audited Financial Results for the Financial Year Ended 31st March, 2023
- Unaudited Financial Results (After Limited Review) for the 3rd Quarter Ended 31st December, 2022
- Unaudited Financial Results (After Limited Review) for the 2nd Quarter Ended 30th September, 2022
- Unaudited Financial Results (After Limited Review) for the 1st Quarter Ended 30th June, 2022
FN-2021-22
- Audited Financial Results for the Financial Year Ended 31st March, 2022
- Unaudited Financial Results (After Limited Review) for the 1st Quarter Ended 30th June, 2021
- Unaudited Financial Results (After Limited Review) for the 2nd Quarter Ended 30th September, 2021
- Unaudited Financial Results (After Limited Review) for the 3rd Quarter Ended 31st December, 2021
FN-2020-21
- Audited Financial Results for the Financial Year Ended 31st March, 2021
- Unaudited Financial Results (After Limited Reveiw) for the 3rd Quarter Ended 31st December, 2020
- Unaudited Financial Results (After Limited Reveiw) for the 2nd Quarter Ended 30th September, 2020
- Unaudited Financial Results (After Limited Reveiw) for the 1st Quarter Ended 30th June, 2020
FN-2019-20
- Audited Financial Results for the Financial Year Ended 31st March, 2020
- Unaudited Financial Results (After Limited Review) for the 3rd Quarter Ended 31st December, 2019
- Unaudited Financial Results (After Limited Review) for the 2nd Quarter Ended 30th September, 2019
- Unaudited Financial Results (After Limited Reveiw) for the Financial Year Ended 30th June, 2019
FN-2018-19
- Audited Financial Results for the Financial Year Ended 31st March, 2019
- Un-Audited Financial Results (After Limited Reveiw) for the Financial Year Ended 31st December, 2018
- Un-Audited Financial Results (After Limited Reveiw) for the Financial Year Ended 30th September, 2018
- Un-Audited Financial Results (After Limited Reveiw) for the Financial Year Ended 30th June, 2018
An error occurred while processing the template.
Java method "com.sun.proxy.$Proxy792.getDDMFormValues(com.liferay.dynamic.data.mapping.model.DDMForm, long)" threw an exception when invoked on com.sun.proxy.$Proxy792 object "com.liferay.dynamic.data.mapping.service.impl.DDMFieldLocalServiceImpl@13627dce"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign ddmFormValues = ddmFieldLocal... [in template "44029#44070#3916450" at line 24, column 33] ----
1<#assign dlAppService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLAppService")>
2<#assign dlService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService")>
3<#assign ddmFieldLocalService = serviceLocator.findService("com.liferay.dynamic.data.mapping.service.DDMFieldLocalService")/>
4<div class="accordion-container bod">
5<h6 class="accordion-header" tabindex="0" role="link" aria-expanded="false">
6<#assign categories = entry.getCategories() />
7 <#if categories?has_content>
8 <#list categories as category>
9 ${category.getName()}
10 <#assign accId = category.getName()?replace('&[a-zA-Z]+;', '', 'r')?replace('[^a-zA-Z0-9. ]', '', 'r') >
11 </#list>
12 </#if>
13</h6>
14
15<#if entries?has_content>
16 <div class="accordion-content">
17 <ul class="list-group list-group-flush oa">
18 <#list entries as entry>
19 <#if entry.getClassName() == "com.liferay.journal.model.JournalArticle" >
20 <#assign assetRenderer = entry.getAssetRenderer()/>
21 <#assign journalArticle = assetRenderer.getAssetObject() />
22 <#assign ddmStructure = journalArticle.getDDMStructure() />
23 <#assign ddmForm = ddmStructure.getDDMForm()/>
24 <#assign ddmFormValues = ddmFieldLocalService.getDDMFormValues(ddmForm, journalArticle.getId()) />
25 <#assign ddmFormFieldValues = ddmFormValues.getDDMFormFieldValues() />
26 <#--<#assign viewDetailURL = "/web/eng/detail?assetEntry="+entry.getEntryId()+"&assetClassPK="+entry.getClassPK() />-->
27 <li class="list-group-item">
28 <#list ddmFormFieldValues as fieldName>
29 <#if fieldName.getFieldReference() == 'Upload90001913'>
30 <#assign jsonFactoryUtil = staticUtil["com.liferay.portal.kernel.json.JSONFactoryUtil"]>
31 <#assign customFieldJson = jsonFactoryUtil.createJSONObject(fieldName.getValue().getString(locale)) />
32 <#assign fileEntryId = getterUtil.getInteger(customFieldJson.get('fileEntryId'))>
33 <#if fileEntryId?? && fileEntryId!=0>
34 <#assign fileEntry = dlAppService.getFileEntry(fileEntryId) />
35
36 <#list ddmFormFieldValues as fieldName>
37 <#if fieldName.getFieldReference() == 'Title'>
38 <#assign contentTitle =fieldName.getValue().getString(locale)>
39 <a class="pdf-link" href=/documents/${fileEntry.getGroupId()}/${fileEntry.getFolderId()}/${fileEntry.getFileName()}/${fileEntry.getUuid()} title="${contentTitle}">
40 <span class="font-bold">${contentTitle}</span>
41 </a>
42 </#if>
43 </#list>
44
45 <#else>
46 <#assign urlImage = "#">
47 <#assign viewDetailURL = "/web/eng/detail?assetEntry="+entry.getEntryId()+"&assetClassPK="+entry.getClassPK() />
48
49 <#list ddmFormFieldValues as fieldName>
50 <#if fieldName.getFieldReference() == 'Title'>
51 <#assign contentTitle =fieldName.getValue().getString(locale)>
52 <a href="${viewDetailURL}" title="${contentTitle}">
53 <span class="font-bold">${contentTitle}</span>
54 </a>
55 </#if>
56 </#list>
57
58
59 </#if>
60 </#if>
61 </#list>
62 <#--<p class="list-group-subtitle text-muted">
63 ${journalArticle.displayDate?date} ${journalArticle.displayDate?time}
64 </p>-->
65 </li>
66 </#if>
67 </#list>
68 </ul>
69 </div>
70</#if>
71
72
73</div>
74<style>
75.taglib-page-iterator{display: none;}
76</style>
77<script>
78function movePagination(){
79 $(".taglib-page-iterator").each(function(){
80 var taglibThis = $(this);
81 if(taglibThis.attr('data-moved') != "moved"){
82 taglibThis.show();
83 var appendIn = taglibThis.parent().find('.accordion-content');
84 taglibThis.appendTo(appendIn);
85 taglibThis.attr('data-moved', 'moved');
86 }
87 });
88
89 var accId = localStorage.getItem('accId');
90 var scrollpos = localStorage.getItem('scrollpos');
91 if (scrollpos){window.scrollTo(0, scrollpos);}
92 if(accId){document.getElementById(accId).style.display = 'block';}
93}
94
95
96
97setTimeout(movePagination, 1000)
98
99$('.accordion-header').click(function(){
100 var accId = $(this).parent().find('.accordion-content').attr('id');
101 localStorage.setItem('accId', accId);
102});
103
104window.onbeforeunload = function(e) {
105 localStorage.setItem('scrollpos', window.scrollY);
106};
107</script>
FN-2016-17
- Un-Audited Financial Results (After Limited Review) for the 2nd Quarter Ended 30th September, 2016
- Un-Audited Financial Results (After Limited Review) for the 3rd Quarter Ended 31st December, 2016
- Un-Audited Financial Results for the Quarter ended 30th June 2016
- Audited Financial Results for Financial Year Ended 31st March 2017
FN-2015-16
- Un-Audited Financial Results (After Limited Review) for the 2nd Quarter Ended 30th September, 2015
- Un-Audited Financial Results for the Quarter and nine months ended 31st December, 2015.
- Audited Financial Results for Financial Year Ended 31st March 2016
- Un-Audited Financial Results (After Limited Review) for the 1st Quarter Ended 30th June 2015
FN-2014-15
- Un-Audited Financial Results (After Limited Review) for the 1st Quarter Ended 30th June 2014
- Un-Audited Financial Results (After Limited Review) for the 2nd Quarter Ended 30th September 2014
- Un Audited Financial Results (After Limited Review) for the 3rd Quarter and Nine Months Ended 31st December 2014
- Audited Financial Results for Financial Year Ended 31st March 2015
FN-2013-14
- Audited Financial Results for the Financial Year Ended 31st March 2014
- Un-Audited Financial Results (After Limited Review) for the 3rd Quarter & Nine Months Ended 31st December 2013
- Un-Audited Financial Results (After Limited Review) for the Quarter & Half Year Ended September 30, 2013
- Un-Audited Financial Results (After Limited Review) for the Quarter Ended 30th June, 2013
FN-2012-13
- Un-audited financial results (after limited review) for the quarter and half year ended 30th September 2012
- Unaudited Financial Results (after Limited Review) for the Quarter ending 30th June, 2012
- Un-audited financial results (after limited review) for the quarter and nine months ended 31st December 2012
- Audited Financial Results for the Financial Year Ended 31st March 2013
FN-2011-12
- Unaudited Financial Results (After Limited Review) For The Quarter Ended 30th September, 2011
- Unaudited Financial Results (after limited review) for the quarter ended 31st December, 2011
- Financial Results After Limited Review For The Quarter Ended 30th June 2011
- Audited Financial Results for the Financial Year Ended 31st March 2012
FN-2010-11
- Unaudited Financial Results (After limited review) for the Quarter Ended 30 June, 2010
- Unaudited Financial Results (Provisional) for the Quarter Ended 30th September, 2010
- Unaudited Financial Results (Provisional) for the Quarter Ended 31st December, 2010
- Audited Financial Results for the Financial Year Ended 31st March 2011
FN-2009-10
- Unaudited Financial Results (Provisional) for the Quarter Ended 30th June, 2009
- Unaudited Financial Results (Provisional) for the Quarter Ended 30th September, 2009
- Unaudited Financial Results (Provisional) for the Quarter Ended 31st December, 2009
- Audited Financial Results for the Financial Year Ended 31st March 2010
FN-2008-09
- Unaudited Financial Results (Provisional) for the Quarter Ended 30th September, 2008
- Unaudited Financial Results (Provisional) for the Quarter Ended 30th June, 2008
- Unaudited Financial Results (Provisional) for the Quarter Ended 31st December, 2008
- Audited Financial Results for the Financial Year Ended 31st March 2009
FN-Before-2008
- Audited Financial Results for the Financial Year Ended 31st March 2008
- Unaudited Financial Results (Provisional) for the Quarter Ended 31st December, 2007
- Unaudited Financial Results (Provisional) for the Quarter Ended 30th September, 2007
- Unaudited Financial Results (Provisional) for the Quarter Ended 30th June, 2007
- Audited Financial Results for the Financial Year Ended 31st March 2007
- Unaudited Financial Results (Provisional) for the Quarter Ended 31st December, 2006
- Audited Financial Results for the Financial Year Ended 31st March 2006
- Unaudited Financial Results (Provisional) for the Quarter ended 31st December, 2005
- ONGC - Unaudited Financial Results (Provisional) for the Quarter ended 30th September, 2005
- Unaudited Financial Results (Provisional) for the Quarter ended 30th June, 2005
- Audited Financial Results for the Financial Year Ended 31st March 2005
- First Quarter Results For The Financial Year 2003-04
- Second Quarter Results For The Financial Year 2003-04
- Audited Financial Results for the Financial Year Ended 31st March 2004
- Shareholding Distribution As On 31st March, 2003
- Audited Financial Results for the Financial Year Ended 31st March 2002
- Unaudited Financial Results (Provisional) For the Quarter Ended 31st Dec 2002
- Unaudited Financial Results For Quarter Ended 30th Sept 2002
- Q1 Net Profit Up 34 Percent
- ONGC - Unaudited Financial Results (Provisional) for the Quarter Ended 30th September, 2006