update typo
This commit is contained in:
parent
257649e528
commit
ca62a97941
1 changed files with 41 additions and 53 deletions
|
|
@ -1,13 +1,8 @@
|
||||||
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
|
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core"
|
||||||
xmlns:f="http://java.sun.com/jsf/core"
|
xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets"
|
||||||
xmlns:h="http://java.sun.com/jsf/html"
|
xmlns:i="http://java.sun.com/jsf/composite/imixs" xmlns:c="http://java.sun.com/jsp/jstl/core"
|
||||||
xmlns:ui="http://java.sun.com/jsf/facelets"
|
xmlns:pt="http://xmlns.jcp.org/jsf/passthrough" xmlns:fn="http://xmlns.jcp.org/jsp/jstl/functions"
|
||||||
xmlns:i="http://java.sun.com/jsf/composite/imixs"
|
xmlns:marty="http://java.sun.com/jsf/composite/marty" template="/layout/template.xhtml">
|
||||||
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
|
||||||
xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"
|
|
||||||
xmlns:fn="http://xmlns.jcp.org/jsp/jstl/functions"
|
|
||||||
xmlns:marty="http://java.sun.com/jsf/composite/marty"
|
|
||||||
template="/layout/template.xhtml">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -51,18 +46,18 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h:panelGroup layout="block" styleClass="imixs-body"
|
<h:panelGroup layout="block" styleClass="imixs-body" id="analyse_panel">
|
||||||
id="analyse_panel">
|
|
||||||
|
|
||||||
<div class="imixs-form-panel">
|
<div class="imixs-form-panel">
|
||||||
|
|
||||||
|
|
||||||
<div class="ui-state-highlight ui-corner-all"
|
<div class="ui-state-highlight ui-corner-all" style="margin-bottom: 10px; padding: .5em;">
|
||||||
style="margin-bottom: 10px; padding: .5em;">
|
<p>Der folgende Report zeigt an, wieviele <i>Rechnungseingänge</i>, <i>Verteilungen</i>
|
||||||
<p>Der folgende Report zeigt an, wieviele <i>Rechnungseingänge</i>, <i>Verteilungen</i> und
|
und
|
||||||
<i>Sachprüfungen</i> in einem bestimmten Zeitraum durchgeführt
|
<i>Sachprüfungen</i> in einem bestimmten Zeitraum durchgeführt
|
||||||
wurden. Der Report dient dazu die Verteilung der Aufgaben in den jweiligen Teams zu
|
wurden. Der Report dient dazu die Verteilung der Aufgaben in den jeweiligen Teams zu
|
||||||
Optimieren.</p>
|
optimieren.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="imixs-form-section-3">
|
<div class="imixs-form-section-3">
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -98,12 +93,9 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h:commandButton
|
<h:commandButton actionListener="#{invoiceAnalyseController.analyse()}"
|
||||||
actionListener="#{invoiceAnalyseController.analyse()}"
|
action="/pages/admin/analyse_invoicing" value="Report starten">
|
||||||
action="/pages/admin/analyse_invoicing"
|
<f:ajax render="result_panel" execute="@form" onevent="updatePanel" />
|
||||||
value="Report starten">
|
|
||||||
<f:ajax render="result_panel" execute="@form"
|
|
||||||
onevent="updatePanel" />
|
|
||||||
</h:commandButton>
|
</h:commandButton>
|
||||||
<h:commandButton value="#{message.close}" action="notes" />
|
<h:commandButton value="#{message.close}" action="notes" />
|
||||||
|
|
||||||
|
|
@ -113,24 +105,22 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h:panelGroup layout="block" styleClass="imixs-form-panel"
|
<h:panelGroup layout="block" styleClass="imixs-form-panel" id="result_panel">
|
||||||
id="result_panel">
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<ui:fragment
|
<ui:fragment rendered="#{invoiceAnalyseController.buchhaltung!=null}">
|
||||||
rendered="#{invoiceAnalyseController.buchhaltung!=null}">
|
|
||||||
<h2>Buchhaltung
|
<h2>Buchhaltung
|
||||||
(#{invoiceAnalyseController.totalCountByCategory(invoiceAnalyseController.buchhaltung)})</h2>
|
(#{invoiceAnalyseController.totalCountByCategory(invoiceAnalyseController.buchhaltung)})
|
||||||
|
</h2>
|
||||||
<table class="monitoring-datatable">
|
<table class="monitoring-datatable">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Mitarbeiter</th>
|
<th>Mitarbeiter</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
<c:forEach
|
<c:forEach items="#{invoiceAnalyseController.buchhaltung.labels}"
|
||||||
items="#{invoiceAnalyseController.buchhaltung.labels}"
|
|
||||||
var="entry">
|
var="entry">
|
||||||
<tr>
|
<tr>
|
||||||
<td>#{userController.getUserName(entry.key)}</td>
|
<td>#{userController.getUserName(entry.key)}</td>
|
||||||
|
|
@ -152,17 +142,16 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="col-4" style="padding-left: 0;">
|
<div class="col-4" style="padding-left: 0;">
|
||||||
<ui:fragment
|
<ui:fragment rendered="#{invoiceAnalyseController.verteilung!=null}">
|
||||||
rendered="#{invoiceAnalyseController.verteilung!=null}">
|
|
||||||
<h2>Verteilung zur Prüfung
|
<h2>Verteilung zur Prüfung
|
||||||
(#{invoiceAnalyseController.totalCountByCategory(invoiceAnalyseController.verteilung)})</h2>
|
(#{invoiceAnalyseController.totalCountByCategory(invoiceAnalyseController.verteilung)})
|
||||||
|
</h2>
|
||||||
<table class="monitoring-datatable">
|
<table class="monitoring-datatable">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Mitarbeiter</th>
|
<th>Mitarbeiter</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
<c:forEach
|
<c:forEach items="#{invoiceAnalyseController.verteilung.labels}"
|
||||||
items="#{invoiceAnalyseController.verteilung.labels}"
|
|
||||||
var="entry">
|
var="entry">
|
||||||
<tr>
|
<tr>
|
||||||
<td>#{userController.getUserName(entry.key)}</td>
|
<td>#{userController.getUserName(entry.key)}</td>
|
||||||
|
|
@ -174,17 +163,16 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<ui:fragment
|
<ui:fragment rendered="#{invoiceAnalyseController.sachpruefung!=null}">
|
||||||
rendered="#{invoiceAnalyseController.sachpruefung!=null}">
|
|
||||||
<h2>Sachprüfung
|
<h2>Sachprüfung
|
||||||
(#{invoiceAnalyseController.totalCountByCategory(invoiceAnalyseController.sachpruefung)})</h2>
|
(#{invoiceAnalyseController.totalCountByCategory(invoiceAnalyseController.sachpruefung)})
|
||||||
|
</h2>
|
||||||
<table class="monitoring-datatable">
|
<table class="monitoring-datatable">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Mitarbeiter</th>
|
<th>Mitarbeiter</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
<c:forEach
|
<c:forEach items="#{invoiceAnalyseController.sachpruefung.labels}"
|
||||||
items="#{invoiceAnalyseController.sachpruefung.labels}"
|
|
||||||
var="entry">
|
var="entry">
|
||||||
<tr>
|
<tr>
|
||||||
<td>#{userController.getUserName(entry.key)}</td>
|
<td>#{userController.getUserName(entry.key)}</td>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue