date of reimbursement
<%= @transfer.datum2 %>
% if @title.nil? then @title = "transaction##{@transfer.id}" end %>
<%= @transfer.datum2 %>
<%= @transfer.datum %>
<%= @transfer.account_to.popis %>
<%= @transfer.account_to.description %>
<%= @transfer.amount %>
<%= @transfer.vendor.presence || ' '.html_safe %>
<%= @transfer.popis%>
<%= @funds_source.andand.popis.presence || 'N/A' %>
<%= @funds_source.andand.description %>
<%= @responsible_people.andand.join(', ').presence || 'N/A' %>
<%= [@transfer.id[0..7], @transfer.seq, @transfer.seq2].compact.join (' / ') %>
<%= @transfer.id %>
<%= [@transfer.account_from.seqofic, @transfer.account_to.seqofic].join(' / ') %>
N/A
Waitig for official list of NCSU GAAP accounting codes.
<%= link_to 'this in pdf', "/transfers/#{@transfer.id}.pdf"%>, <%= @transfer.documents.collect{|doc| link_to doc, '/documents/'+doc.filename.to_s }.join(', ').html_safe %>