Neuer Bericht »Liquiditätsvorschau«
[kivitendo-erp.git] / templates / webpages / liquidity_projection / show.html
diff --git a/templates/webpages/liquidity_projection/show.html b/templates/webpages/liquidity_projection/show.html
new file mode 100644 (file)
index 0000000..ce6bf82
--- /dev/null
@@ -0,0 +1,15 @@
+[% USE HTML %][% USE LxERP %][%- USE L -%]
+<body>
+
+ <h1>[% HTML.escape(title) %]</h1>
+
+ [% PROCESS 'liquidity_projection/_filter.html' %]
+
+ [%- IF SELF.liquidity %]
+  <hr>
+
+  [% PROCESS 'liquidity_projection/_result.html' %]
+ [% END %]
+
+</body>
+</html>