19 lines
664 B
Plaintext
19 lines
664 B
Plaintext
.qi_header
|
|
.right
|
|
= link_to ic(:minus)+' Sortie de stock', new_admin_stock_movement_path(:movement_type => "deb"), :class => "btn btn-primary bgbd-documents", :remote => true
|
|
= link_to ic(:plus)+' Entrée de stock', new_admin_stock_movement_path(:movement_type => "cred"), :class => "btn btn-primary bgbd-documents", :remote => true
|
|
|
|
= breadcrumb
|
|
|
|
|
|
|
|
.qi_search_row
|
|
=form_tag "", :method => "get", :onsubmit => "" do
|
|
=render :partial => "qi/qi_ordered_table_search_footer", :locals => {:collection_object => @stock_movements}
|
|
|
|
|
|
=render :partial => "qi/qi_ordered_table", :locals => {:qi_ordered_table_collection => @stock_movements}
|
|
|
|
|
|
|