Sha256: acd494f8533df85b2b52f6999ddc17b9ae23ca67c7ca238f5bc38e3f807112e3

Contents?: true

Size: 601 Bytes

Versions: 32

Compression:

Stored size: 601 Bytes

Contents

Your Daily Order Report for <%= @tix.organization.name.html_safe %>.
<%= l @tix.start_date, :format => :date %>

<% if ! @tix.rows.empty? %>
<%= raw @tix.to_table.to_table(first_row_is_head: true, last_row_is_foot: true) %>
<% else %>
There were no ticket orders placed.
<% end %>

<% if ! @donations.rows.empty? %>
<%= raw @donations.to_table.to_table(first_row_is_head: true, last_row_is_foot: true) %>
<% elsif @donations.organization.has_kit?("RegularDonationKit") %>
There were no donations made.
<% end %>

View this email in an HTML-capable email reader for links to the aforementioned orders.

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/reports_mailer/daily.text.erb
artfully_ose-1.3.0.pre3 app/views/reports_mailer/daily.text.erb
artfully_ose-1.3.0.pre2 app/views/reports_mailer/daily.text.erb
artfully_ose-1.3.0.pre1 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.beta.1 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.alpha.2 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.alpha.1 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.27 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.26 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.24 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.23 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.21 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.20 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.19 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.18 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.17 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.16 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.15 app/views/reports_mailer/daily.text.erb
artfully_ose-1.2.0.pre.12 app/views/reports_mailer/daily.text.erb