[New] add blog entry about reports

This commit is contained in:
Robert von Burg 2018-06-30 20:45:43 +02:00
parent d7f1421383
commit 7f3f0b83c7
1 changed files with 18 additions and 0 deletions

View File

@ -57,6 +57,24 @@
<!-- blog items -->
<div class="col-sm-8 blog-main">
<!-- blog post -->
<div class="blog-post">
<h2 class="blog-post-title">Strolch Reports</h2>
<p class="blog-post-meta">30. June 2017 by <a href="#">Robert</a></p>
<p>Strolch can do reports!</p>
<hr>
<p>A feature we haven't written about yet is the report API. Strolch has it's own API to generate
reports of data, and since we have a generic model, we use <code>Resource</code> of type
<code>Report</code> to define them.</p>
<p>Go check out the <a href="documentation-reports.html">documentation</a> and then enjoy using this
easy way to deliver the reports your peers require.</p>
</div>
<!-- /.blog-post -->
<!-- blog post -->
<div class="blog-post">
<h2 class="blog-post-title">Strolch Searches</h2>