@extends('layout.padrao') @section('title', 'Reports') @section('content')

Effected Shipments


Export Report based on Bill of landing (BL) Date.


Export to Excel

Programmed Volume


Export Report based on ETD POL date.


Export to Excel
@can('clientBlockHaulingStuffingModule', App\Usuario::class)

Logistics Report


Exportar relatório baseado no ETD POL date.


Export to Excel
@endcan @can('internalRoutine', App\Usuario::class) @if(!Auth::user()->checkCharacteristics(['7']))

Transparency Invoicing


Export Report based on Transparency's volumn.


Export to Excel

IMO Approval


Export Report based on IMO Approval.


Export to Excel
@endif @can('internalRoutineAllManagers', App\Usuario::class)

Statistical Process Report


Export Report based on Loagistics Plan Work.


Export to Excel
@endcan @can('internalRoutineFinanceTeamOnly', App\Usuario::class)

Finance Debit Note


Export Report based on Debit Status.


Export to Excel
{{-- Comentado pelo card tabex number: 142

Finance In/Out Report


Export Report based on Debit and Payment Routine.


Export to Excel
--}}

Finance D365 Report


Export Report based D365 values.


Export to Excel
@endcan @can('internalRoutineFinanceAndOpLeader', App\Usuario::class)

Finance Report


Export Report based on Loss Values.


Export to Excel
@endcan @endcan @can('internalRoutineFinanceTeamOnly', App\Usuario::class)

Finance Open Invoices


Export Report based on Finance Open Invoices.


Export to Excel
@endcan @can('ContractDetailsCheck', App\Usuario::class)

Contract Report


Export Report based on Contract.


Export to Excel
@endcan @can('internalRoutineNotClient', App\Usuario::class)

Tank Owner x Qty


Quantidade de Tanks por empresa.


Export to Excel

Shipment Instruction


Export Report based on Shipment Instruction


Export to Excel
@endif

@include('include.interactiveButtons') @endSection