Refactored finance/ordergroups|transactions module.
This commit is contained in:
parent
fc1d130113
commit
ea6348bc5c
38 changed files with 967 additions and 443 deletions
20
app/views/finance/ordergroups/index.html.haml
Normal file
20
app/views/finance/ordergroups/index.html.haml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
- title "Konten verwalten"
|
||||
%p
|
||||
%i
|
||||
Um mehrer Transaktionen auf einmal anzulegen folge bitte diesem
|
||||
= link_to "Link", finance_new_transaction_collection_path
|
||||
|
||||
.left_column{:style=>"width:50em"}
|
||||
.box_title
|
||||
%h2 Bestellgruppen
|
||||
.column_content
|
||||
#group_filter
|
||||
= form_tag finance_ordergroups_path, :method => :get, :style=>"display:inline;", :id => 'ordergroup_search',
|
||||
:remote => true, 'data-submit-onchange' => true do
|
||||
%label{:for => 'article_name'} Suche nach Name:
|
||||
= text_field_tag :query, params[:query], :size => 10
|
||||
#ordergroups
|
||||
= render :partial => "ordergroups"
|
||||
%br/
|
||||
- if @current_user.role_admin?
|
||||
= link_to "Neue Bestellgruppe anlegen", new_admin_ordergroup_path
|
||||
Loading…
Add table
Add a link
Reference in a new issue