You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

WidgetKommentarAussehenXML Definition
Ausgabeformat Auswahl des Ausgabeformates (PDF, CSV, HTML, XLS ...) 
<ice:outputText value="#{messages['StatisticsReports.execute.ReportFormat']} :"/>
<ice:selectOneMenu id="reportFormat" value="#{statisticsReportsBean.reportParams['ReportFormat']}" required="true" styleClass="em20d7" partialSubmit="true" valueChangeListener="#{statisticsReportsBean.processValueChangeReportFormat}">
<f:selectItems value="#{statisticsReportsBean.selectItemsReportFormats}"/>
</ice:selectOneMenu>
<ice:message for="ReportFormat"/>
Zeitraum (ohne Öffnungszeiten)Auswahl des Zeitraumes mit Arbeitszeit
<ice:outputText value="#{messages['StatisticsReports.execute.Period']} :"/>
<ice:selectOneMenu id="Period" value="#{statisticsReportsBean.reportParams['period']}" required="true" styleClass="em20d7" partialSubmit="true" valueChangeListener="#{statisticsReportsBean.processValueChangePeriodDate}">
<f:selectItems value="#{statisticsReportsBean.selectItemsPeriod}"/>
</ice:selectOneMenu>
<ice:message for="Period"/>
<ice:outputText value="#{messages['StatisticsReports.execute.dtFrom']} :" rendered="#{statisticsReportsBean.reportParams['period'] eq 9 or statisticsReportsBean.reportParams['period'] eq 18}"/>
<ice:selectInputDate id="dtFrom" value="#{statisticsReportsBean.reportParams['dtFromComponent']}" renderAsPopup="true" renderMonthAsDropdown="true" renderYearAsDropdown="true" popupDateFormat="yyyy-MM-dd HH:mm:ss" rendered="#{statisticsReportsBean.reportParams['period'] eq 9 or statisticsReportsBean.reportParams['period'] eq 18}" valueChangeListener="#{statisticsReportsBean.processValueChangePeriodDate}">
<f:convertDateTime pattern="#{messages['DateFormat.DateTime']}" timeZone="#{loginBean.serverTimeZone}"/>
<f:validator validatorId="dateValidatorReports"/>
</ice:selectInputDate>
<ice:message for="dtFrom" rendered="#{statisticsReportsBean.reportParams['period'] eq 9 or statisticsReportsBean.reportParams['period'] eq 18}"/>
<ice:outputText value="#{messages['StatisticsReports.execute.dtTo']} :" rendered="#{statisticsReportsBean.reportParams['period'] eq 9 or statisticsReportsBean.reportParams['period'] eq 18}"/>
<ice:selectInputDate id="dtTo" value="#{statisticsReportsBean.reportParams['dtToComponent']}" renderAsPopup="true" renderMonthAsDropdown="true" renderYearAsDropdown="true" popupDateFormat="yyyy-MM-dd HH:mm:ss" rendered="#{statisticsReportsBean.reportParams['period'] eq 9 or statisticsReportsBean.reportParams['period'] eq 18}" valueChangeListener="#{statisticsReportsBean.processValueChangePeriodDate}">
<f:convertDateTime pattern="#{messages['DateFormat.DateTime']}" timeZone="#{loginBean.serverTimeZone}"/>
<f:validator validatorId="dateValidatorReports"/>
</ice:selectInputDate>
<ice:message for="dtTo" rendered="#{statisticsReportsBean.reportParams['period'] eq 9 or statisticsReportsBean.reportParams['period'] eq 18}"/>
<ice:outputText value="#{messages['StatisticsReports.execute.timeFrom']} :" rendered="#{statisticsReportsBean.reportParams['period'] ge 10 and statisticsReportsBean.reportParams['period'] le 18}" />
<jt:hoursMinutesSeconds id="timeFrom" value="#{statisticsReportsBean.timeFrom}" rendered="#{statisticsReportsBean.reportParams['period'] ge 10 and statisticsReportsBean.reportParams['period'] le 18}" partialSubmit="true">
<f:convertDateTime pattern="#{messages['DateFormat.Time']}" timeZone="#{loginBean.serverTimeZone}" />
</jt:hoursMinutesSeconds>
<ice:message for="timeFrom" rendered="#{statisticsReportsBean.reportParams['period'] ge 10 and statisticsReportsBean.reportParams['period'] le 18}" />
<ice:outputText value="#{messages['StatisticsReports.execute.timeTo']} :" rendered="#{statisticsReportsBean.reportParams['period'] ge 10 and statisticsReportsBean.reportParams['period'] le 18}" />
<jt:hoursMinutesSeconds id="timeTo" value="#{statisticsReportsBean.timeTo}" rendered="#{statisticsReportsBean.reportParams['period'] ge 10 and statisticsReportsBean.reportParams['period'] le 18}" partialSubmit="true">
<f:convertDateTime pattern="#{messages['DateFormat.Time']}" timeZone="#{loginBean.serverTimeZone}" />
</jt:hoursMinutesSeconds>
<ice:message for="timeTo" rendered="#{statisticsReportsBean.reportParams['period'] ge 10 and statisticsReportsBean.reportParams['period'] le 18}" />
  • No labels