section.widget style="margin-top: 15px !important;" .widget-body .row.row-alinhar style="margin-bottom: 5px" .col-md-10 .col-md-2 style="text-align-last: right;" .btn-group.dropdown data-dropdown="" style="justify-content: flex-end !important;" button type="button" class="btn btn_portal btn-md mb-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" i.icone-imprimir ' Imprimir span class="caret" ul class="dropdown-menu" style="text-align-last: left;" li = link_to imprimir_relatorio_do_portal_index_path(relatorio: 'relatorio_dos_repasses_do_duodecimo', orcamento: @q.orcamento_id_eq, data_inicial: @q.data_gteq, data_final: @q.data_lteq, numero_da_transferencia: @q.numero_da_transferencia_eq, valor: @q.valor_eq, button: "pdf", format: :pdf), style: "margin-right: 2px", class: "btn btn_portal2 btn-sm mb-xs", id: "btn_pdf", target: '_blank' do i.icone-pdf ' PDF li = link_to imprimir_relatorio_do_portal_index_path(relatorio: 'relatorio_dos_repasses_do_duodecimo', orcamento: @q.orcamento_id_eq, data_inicial: @q.data_gteq, data_final: @q.data_lteq, numero_da_transferencia: @q.numero_da_transferencia_eq, valor: @q.valor_eq, button: "planilha", format: :pdf), style: "margin-right: 2px", class: "btn btn_portal2 btn-sm mb-xs", id: "btn_pdf", target: '_blank' do i.icone-xlsx ' XLSX li = link_to imprimir_relatorio_do_portal_index_path(relatorio: 'relatorio_dos_repasses_do_duodecimo', orcamento: @q.orcamento_id_eq, data_inicial: @q.data_gteq, data_final: @q.data_lteq, numero_da_transferencia: @q.numero_da_transferencia_eq, valor: @q.valor_eq, button: "csv", format: :pdf), style: "margin-right: 2px", class: "btn btn_portal2 btn-sm mb-xs", id: "btn_pdf", target: '_blank' do i.icone-csv ' CSV li = link_to imprimir_relatorio_do_portal_index_path(relatorio: 'relatorio_dos_repasses_do_duodecimo', orcamento: @q.orcamento_id_eq, data_inicial: @q.data_gteq, data_final: @q.data_lteq, numero_da_transferencia: @q.numero_da_transferencia_eq, valor: @q.valor_eq, button: "txt", format: :pdf), style: "margin-right: 2px", class: "btn btn_portal2 btn-sm mb-xs", id: "btn_pdf", target: '_blank' do i.icone-txt ' TXT .row.row-alinhar - if @repasses_do_duodecimo_da_camara.blank? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th width="15%" NĂºmero th Data th width="15%" UO Origem th width="15%" UO Destino th width="15%" Valor th width="5%" tbody - @repasses_do_duodecimo_da_camara.each do |repasse_do_duodecimo| tr td = repasse_do_duodecimo.numero_da_transferencia td = repasse_do_duodecimo.data.to_date td.fw-semi-bold = repasse_do_duodecimo.conta_bancaria_origem.unidade_orcamentaria.sigla td.fw-semi-bold = repasse_do_duodecimo.conta_bancaria_destino.unidade_orcamentaria.sigla td.bold = repasse_do_duodecimo.valor.real_contabil td = link_to portal_da_transparencia_receitas_repasse_duodecimo_path(id: repasse_do_duodecimo.id), class: "btn btn_portal btn-sm mb-xs", title: "Ver Detalhes", target: '_blank' do i.icone-detalhar = will_paginate @repasses_do_duodecimo_da_camara, previous_label: "<", next_label: ">"