mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 04:06:53 +08:00
21 lines
529 B
Text
21 lines
529 B
Text
|
<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' %>
|