qr code generate
This commit is contained in:
BIN
app/views/batch_line_items/.DS_Store
vendored
Normal file
BIN
app/views/batch_line_items/.DS_Store
vendored
Normal file
Binary file not shown.
22
app/views/batch_line_items/generate_cards.html.erb
Normal file
22
app/views/batch_line_items/generate_cards.html.erb
Normal file
@@ -0,0 +1,22 @@
|
||||
<div class="row">
|
||||
<nav class="breadcrumb">
|
||||
<a class="breadcrumb-item" href="<%= dashboard_path %>">Home</a>
|
||||
<a class="breadcrumb-item active" href="<%= clients_path %>">Clients</a>
|
||||
<a class="breadcrumb-item active" href="#">Show</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="row content">
|
||||
<div class="col-lg-6 show">
|
||||
<%= form_tag generate_card_account_items_path,:method => :post do %>
|
||||
<%= hidden_field_tag 'id', params[:id] %>
|
||||
<%= label_tag(:qty, "Qty:") %>
|
||||
<%= text_field_tag(:qty) %>
|
||||
<%= submit_tag("Generate") %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="col-lg-3"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user