Requested Date | Effective Date | Bundle Name | Event Type | Details | Reason Code / Comments | Actions |
---|---|---|---|---|---|---|
<% if invoice.invoice_dt.present? %> <%= format_date(invoice.invoice_dt).html_safe %> <% else %> [unknown] <% end %> | <% if invoice.target_dt.present? %> <%= format_date(invoice.target_dt).html_safe %> <% else %> [unknown] <% end %> |
<% if invoice_stub.bundle_keys.present? %>
<% invoice_stub.bundle_keys.split(",").each do |bundle_key| %>
<%= link_to @bundle_names[bundle_key], Kaui.bundle_home_path.call(bundle_key) %> <% end %> <% end %> |
<%= "INVOICE" %> | <%= "Amount:" %> <%= invoice.amount %> <%= "Balance:" %> <%= invoice.balance %> <%= "Invoice #" %> <%= link_to invoice.invoice_number, invoice_path(:id => invoice.invoice_id) %> |
<% if invoice.balance > 0 %>
|
|
<% if payment.requested_dt.present? %> <%= format_date(payment.requested_dt).html_safe %> <% else %> [unknown] <% end %> | <% if payment.effective_dt.present? %> <%= format_date(payment.effective_dt).html_safe %> <% else %> [unknown] <% end %> |
<% payment.bundle_keys.split(",").each do |bundle_key| %>
<%= link_to @bundle_names[bundle_key], Kaui.bundle_home_path.call(bundle_key) %> <% end %> |
<%= "PAYMENT" %> |
<%= "Total amount:" %> <%= payment.amount %> <%= @account.currency %> <%= "Paid amount:" %> <%= payment.amount %> <%= @account.currency %> class="alert-error" <% elsif payment.status == 'Success' %>class="alert-success" <% end %>> <%= payment.status %> <%= "Invoice #" %> <%= link_to invoice.invoice_number, invoice_path(:id => invoice.invoice_id) %> |
<% if payment.payment_id.present? %>
|
|
<% if event.requested_dt.present? %> <%= format_date(event.requested_dt).html_safe %> <% else %> [unknown] <% end %> | <% if event.effective_dt.present? %> <%= format_date(event.effective_dt).html_safe %> <% else %> [unknown] <% end %> |
<%= link_to @bundle_names[bundle.external_key], Kaui.bundle_home_path.call(bundle.external_key) %> |
<%= event.event_type %> | <%= event.product %> <%= event.billing_period == 'NO_BILLING_PERIOD' || event.billing_period.nil? ? "" : event.billing_period.downcase.capitalize %> <%= event.phase.downcase.capitalize if event.phase.present? %> |