@extends('layouts.master') @section('content') {{ Form::open([ 'id' => 'filters-form', 'class' => 'form-horizontal' ]) }}
Mes inicio {{ Form::select('from_month',Lang::get('months'),\Carbon\Carbon::now()->startOfMonth()->subYear()->month-1, ['id' => 'from', 'class' => 'form-control']) }}
Año inicio {{ Form::select('from_year',[ \Carbon\Carbon::now()->subYear()->year => \Carbon\Carbon::now()->subYear()->year, \Carbon\Carbon::now()->year => \Carbon\Carbon::now()->year, \Carbon\Carbon::now()->addYear()->year => \Carbon\Carbon::now()->addYear()->year],\Carbon\Carbon::now()->subYear()->year, ['id' => 'from', 'class' => 'form-control']) }}
Mes final {{ Form::select('to_month',Lang::get('months'),\Carbon\Carbon::now()->startOfMonth()->subYear()->month-1, ['id' => 'from', 'class' => 'form-control']) }}
Año final {{ Form::select('to_year',[ \Carbon\Carbon::now()->subYear()->year => \Carbon\Carbon::now()->subYear()->year, \Carbon\Carbon::now()->year => \Carbon\Carbon::now()->year, \Carbon\Carbon::now()->addYear()->year => \Carbon\Carbon::now()->addYear()->year],\Carbon\Carbon::now()->startOfMonth()->subYear()->month-1, ['id' => 'from', 'class' => 'form-control']) }}

{{ Form::close() }}

Pedidos

Gerencias con pedido

Gerencias sin pedido

Monto gastado

Promedio por gerencia

Promedio por pedido

Productos por mes Papeleria

Productos por mes Mobiliario

Productos por mes MAC

Productos por mes Corporativo

@endsection @section('style') {{ HTML::style('css/jquery-ui/blitzer/jquery-ui.min.css') }} {{ HTML::style('css/jquery-ui/blitzer/theme.css') }} {{ HTML::style('css/select2.css')}} {{ HTML::style('css/select2-bootstrap.css')}} @endsection @section('script') @parent {{ HTML::script('js/select2.full.js')}} {{ HTML::script('js/jquery/ui/minified/core.min.js') }} {{ HTML::script('js/jquery/ui/minified/widget.min.js') }} {{ HTML::script('js/Chartjs/Chart.js') }} {{ HTML::script('js/numeral/numeral.min.js') }} {{ HTML::script('js/moment/moment-with-locales.min.js') }} {{ HTML::script('js/admin/products_by_month.js') }} @endsection