|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
<%@page import="com.liferay.portal.kernel.language.LanguageUtil"%> |
|
|
|
<%@page import="java.util.TreeMap"%> |
|
|
|
<%@page import="java.util.TreeMap"%> |
|
|
|
<%@page import="java.util.SortedMap"%> |
|
|
|
<%@page import="java.util.SortedMap"%> |
|
|
|
<%@page import="java.util.Map"%> |
|
|
|
<%@page import="java.util.Map"%> |
|
|
@ -36,11 +37,15 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
%> |
|
|
|
%> |
|
|
|
<aui:row> |
|
|
|
<aui:row> |
|
|
|
<h1>Dashboard di Reportistica</h1> |
|
|
|
<h1> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "titolo_pagina_reportistica") %> |
|
|
|
|
|
|
|
</h1> |
|
|
|
</aui:row> |
|
|
|
</aui:row> |
|
|
|
<div style="padding-bottom: 10px; padding-top: 15px;"> |
|
|
|
<div style="padding-bottom: 10px; padding-top: 15px;"> |
|
|
|
<aui:row> |
|
|
|
<aui:row> |
|
|
|
<h4>Range date di filtro:</h4> |
|
|
|
<h4> |
|
|
|
|
|
|
|
<%= LanguageUtil.get(pageContext, "titolo_campi_filtro") %> |
|
|
|
|
|
|
|
</h4> |
|
|
|
</aui:row> |
|
|
|
</aui:row> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<aui:row> |
|
|
|
<aui:row> |
|
|
@ -55,29 +60,26 @@ |
|
|
|
<div style="display:flex;"> |
|
|
|
<div style="display:flex;"> |
|
|
|
<aui:row> |
|
|
|
<aui:row> |
|
|
|
<aui:column> |
|
|
|
<aui:column> |
|
|
|
<p>Data iniziale:</p> |
|
|
|
|
|
|
|
<aui:input |
|
|
|
<aui:input |
|
|
|
name="dataInizioInput" |
|
|
|
name="dataInizioInput" |
|
|
|
inlineLabel="left" |
|
|
|
inlineLabel="left" |
|
|
|
label="Inizio" |
|
|
|
label="date_picker_inizio" |
|
|
|
type="date" |
|
|
|
type="date" |
|
|
|
value='<%= DateFormatFactoryUtil.getSimpleDateFormat("yyyy-MM-dd").format(dataInizioLavori) %>'> |
|
|
|
value='<%= DateFormatFactoryUtil.getSimpleDateFormat("yyyy-MM-dd").format(dataInizioLavori) %>'> |
|
|
|
</aui:input> |
|
|
|
</aui:input> |
|
|
|
</aui:column> |
|
|
|
</aui:column> |
|
|
|
<aui:column> |
|
|
|
<aui:column> |
|
|
|
<p>Data finale:</p> |
|
|
|
|
|
|
|
<aui:input |
|
|
|
<aui:input |
|
|
|
name="dataFineInput" |
|
|
|
name="dataFineInput" |
|
|
|
inlineLabel="left" |
|
|
|
inlineLabel="left" |
|
|
|
label="Fine" |
|
|
|
label="date_picker_fine" |
|
|
|
type="date" |
|
|
|
type="date" |
|
|
|
value='<%= DateFormatFactoryUtil.getSimpleDateFormat("yyyy-MM-dd").format(dataFineLavori) %>'> |
|
|
|
value='<%= DateFormatFactoryUtil.getSimpleDateFormat("yyyy-MM-dd").format(dataFineLavori) %>'> |
|
|
|
</aui:input> |
|
|
|
</aui:input> |
|
|
|
</aui:column> |
|
|
|
</aui:column> |
|
|
|
<aui:column> |
|
|
|
<aui:column> |
|
|
|
<p>Filtro pratiche:</p> |
|
|
|
|
|
|
|
<aui:button |
|
|
|
<aui:button |
|
|
|
value="Filtro" |
|
|
|
value="pulsante_filtra_submit" |
|
|
|
cssClass="btn-primary" |
|
|
|
cssClass="btn-primary" |
|
|
|
type="submit" |
|
|
|
type="submit" |
|
|
|
/> |
|
|
|
/> |
|
|
@ -96,7 +98,8 @@ |
|
|
|
integrazioni.put("Q"+p, BigInteger.valueOf(0)); |
|
|
|
integrazioni.put("Q"+p, BigInteger.valueOf(0)); |
|
|
|
} |
|
|
|
} |
|
|
|
%> |
|
|
|
%> |
|
|
|
<h2>Filtra Pratiche per Stato</h2> |
|
|
|
<h2><%= LanguageUtil.get(pageContext, "titolo_tabella_risultati_stato") %> |
|
|
|
|
|
|
|
</h2> |
|
|
|
<% if(Validator.isNotNull(i)&&!i.isEmpty()){ |
|
|
|
<% if(Validator.isNotNull(i)&&!i.isEmpty()){ |
|
|
|
|
|
|
|
|
|
|
|
for(Object[] firsti : i){ |
|
|
|
for(Object[] firsti : i){ |
|
|
@ -116,13 +119,15 @@ |
|
|
|
</aui:row> |
|
|
|
</aui:row> |
|
|
|
<%}}%> |
|
|
|
<%}}%> |
|
|
|
<aui:row> |
|
|
|
<aui:row> |
|
|
|
<h3>Report Stati</h3> |
|
|
|
<h3><%= LanguageUtil.get(pageContext, "titolo_risultati_aggregati_stato") %> |
|
|
|
|
|
|
|
</h3> |
|
|
|
<p><%=stati.toString()%></p> |
|
|
|
<p><%=stati.toString()%></p> |
|
|
|
</aui:row> |
|
|
|
</aui:row> |
|
|
|
</aui:row> |
|
|
|
</aui:row> |
|
|
|
|
|
|
|
|
|
|
|
<aui:row> |
|
|
|
<aui:row> |
|
|
|
<h2>Filtra Pratiche per Integrazioni</h2> |
|
|
|
<h2><%= LanguageUtil.get(pageContext, "titolo_tabella_risultati_integrazioni") %> |
|
|
|
|
|
|
|
</h2> |
|
|
|
<% if(Validator.isNotNull(j)&&!j.isEmpty()){ |
|
|
|
<% if(Validator.isNotNull(j)&&!j.isEmpty()){ |
|
|
|
|
|
|
|
|
|
|
|
for(Object[] firsti : j){ |
|
|
|
for(Object[] firsti : j){ |
|
|
@ -140,7 +145,8 @@ |
|
|
|
</aui:row> |
|
|
|
</aui:row> |
|
|
|
<%}}%> |
|
|
|
<%}}%> |
|
|
|
<aui:row> |
|
|
|
<aui:row> |
|
|
|
<h3>Report Integrazioni</h3> |
|
|
|
<h3><%= LanguageUtil.get(pageContext, "titolo_risultati_aggregati_integrazioni") %> |
|
|
|
|
|
|
|
</h3> |
|
|
|
<p><%=integrazioni.toString()%></p> |
|
|
|
<p><%=integrazioni.toString()%></p> |
|
|
|
|
|
|
|
|
|
|
|
</aui:row> |
|
|
|
</aui:row> |
|
|
|