/= render 'shared/filter', filter_form: 'company/item_categories/filter', class: 'with-margin' .container-fluid .panel.panel-grid.panel-default .panel-body .row .col-md-6.grid-header h4.margintop10 | Item Type and Items .col-md-6.grid-header = link_to new_company_item_category_path, class: "btn btn-primary pull-right", data: {toggle: :emodal, title: 'CREATE NEW ITEM TYPE', modal_id: 'create-update-item-category'} do = fa_icon :plus, text: 'Add Item Type' .row .col-sm-12 #ltem-categories-list.panel.panel-grid.panel-default .panel-body .table-responsive table.table.table-expandable.trade-table cellpadding="0" cellspacing="0" thead tr th Item Type th Item Product/Service th Invoice (GL Account) th Purchase Order (GL Account) th Asset Item Type (GL Account) - @item_types.each do |item_type| tbody.item-type id="item-type-#{item_type.id}" tr td = item_type.name td = item_type.type td td td tfoot tr.text-right td colspan=5 = paginate @items