2017-03-29 07:09:14 +00:00
|
|
|
<% content_for :page_specific_css do %>
|
|
|
|
<%= stylesheet_link_tag "client_management/backend" %>
|
|
|
|
<% end %>
|
|
|
|
<% content_for :page_specific_javascript do %>
|
|
|
|
<%= javascript_include_tag "lib/bootstrap-datetimepicker" %>
|
|
|
|
<%= javascript_include_tag "lib/datetimepicker/datetimepicker.js" %>
|
|
|
|
<% end %>
|
2017-04-10 08:21:41 +00:00
|
|
|
|
|
|
|
<div class="page-contract page-client">
|
|
|
|
<div class="info-detail">
|
|
|
|
<div class="info-spec">
|
|
|
|
<%= form_for @receipt, :url => {:action => :create_receipt}, :html => {:class => "form-horizontal contract-form"} do |f| %>
|
|
|
|
<h3 class="sub-title">Add Receipt</h3>
|
|
|
|
<%= render :partial => "purchase_form", :locals => {:f => f} %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
2017-03-29 07:09:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|