Initial Redmine tooling and local plugin forks

This commit is contained in:
Jason Thistlethwaite
2026-04-24 22:01:18 +00:00
commit 9f682af0eb
683 changed files with 56878 additions and 0 deletions
@@ -0,0 +1,18 @@
<%= l(:text_crm_deal_updated, :name => h(@deal.full_name), :author => h(@author)) %>
* <%=l(:text_crm_deal_status_changed, :old => (@status_was ? @status_was.name : ""), :new => (@status ? @status.name : "")) %>
----------------------------------------
<%= "#{l(:label_deal)} ##{@deal.id}: #{@deal.info}".html_safe %>
<%= @deal_url %>
* <%=l(:label_crm_deal_category)%>: <%=h @deal.category %>
* <%=l(:field_deal_contact)%>: <%=h @deal.contact.name if @deal.contact %>
* <%=l(:field_deal_price)%>: <%=h @deal.price %>
* <%=l(:field_assigned_to)%>: <%=h @deal.assigned_to %>
<% if @deal.respond_to?(:custom_field_values) %>
<% @deal.custom_field_values.each do |c| %>
* <%= c.custom_field.name %>: <%= show_value(c) %>
<% end -%>
<% end %>
<%= @deal.background %>