@extends('layout.main') @section('filter')

Filter

{{Form::select('SearchStock',[''=>'Select','Instock'=>'In Stock','Outstock'=>'Out Of Stock','LowLevel'=>'Low Stock Level'],'',array("class"=>"form-control select2 small"))}}
{{ Form::text('SearchDynamicFields', '', array("class"=>"form-control")) }}
{{Form::select('ItemTypeID',$itemtypes,'',array("class"=>"form-control select2 small"))}}
{{ Form::text('Name', '', array("class"=>"form-control")) }}
{{ Form::text('Code', '', array("class"=>"form-control")) }}
{{ Form::select('Active', $active, '', array("class"=>"form-control select2 small")) }}
{{ Form::select('AppliedTo', Product::$ALLAppliedTo, '', array("class"=>"form-control select2 small")) }}

@stop @section('content')

Items

@if(User::checkCategoryPermission('Products','Edit')) @endif @if( User::is_admin() || User::is('BillingAdmin')) @if(User::checkCategoryPermission('Products','Add')) Upload Add New @if(User::checkCategoryPermission('ItemType','View')) Manage Types @endif @endif @endif

Item Type Name Code Buying Price Unit Cost Quantity Last Updated Active Action