scinote-web/app/views/reports/export.html.erb
2021-06-18 10:40:00 +02:00

21 lines
529 B
Plaintext

<div class="content-pane" id="report-new">
<div class="report-container">
<!-- Report "preview" -->
<div id="report-content">
<% report.root_elements.each do |el| %>
<%= render_report_element(el, local_assigns) %>
<% end %>
</div>
</div>
</div>
<%= javascript_include_tag "handsontable.full" %>
<!-- Libraries for formulas -->
<%= render partial: "shared/formulas_libraries.html.erb" %>
<%= javascript_include_tag("reports/new") %>
<%= javascript_include_tag 'reports/save_pdf_to_inventory' %>