Sha256: 81b1f670c893c55f007621ab4b70dbef68d3903ec8ac7f4ad6211ed6b4cbcabb

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

\begin{document}
<%= partial( 'header', {
  location: @invoice.location, date: @invoice.invoice_date,
  form_title: "Invoice # #{@invoice.visible_id}"
} ) %>
<%= partial 'bill_to_ship_to', record: @invoice -%>
<%=partial 'skus_table_invoice_info_line', invoice: @invoice -%>
<%= partial 'skus_table',
    record: @invoice,
    lines: @invoice.lines.regular,
    footer: 'skus_table_invoice_footer'
-%>
\end{document}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stockor-0.3.0 templates/print/types/invoice/default.tex.erb