%= render :partial => 'spree/admin/shared/sub_menu/payment' %> <% content_for :page_title do %> <%= Spree.t(:billet_shipping) %> <% end %> <% content_for :page_actions do %> <%= button_link_to Spree.t(:register_billets), spree.admin_billets_register_path, class: 'btn-success', icon: 'download-alt', id: 'register_billets', method: 'post' %> <% end if @billets.present? %> <% if @billets.present? %>
<%= Spree.t(:document_number) %> | <%= Spree.t(:customer) %> | <%= Spree.t(:amount) %> | <%= Spree.t(:created_at) %> | <%= Spree.t(:due_date) %> |
---|---|---|---|---|
<%= link_to billet.document_number, spree.admin_order_payment_path(billet.order_id, billet.payment.id) %> | <%= billet.customer_name %> | <%= billet.display_amount.to_html %> | <%= billet.created_at.strftime(t('date.formats.default')) %> | <%= billet.due_date.strftime(t('date.formats.default')) %> |