@extends('admin.reports._layout') @section('title', 'GSTR1 Report') @php $reportTitle = 'GSTR1 Report'; @endphp @section('reports_content')

GSTR1 Report

Export outward supply data for GST offline filing (B2B, B2CS, CDNR, HSN)

@include('partials.admin.module-hub.filter-month', [ 'formAction' => route('admin.reports.gstr1'), 'formId' => 'gstr1-period-form', 'periodFrom' => $periodFrom, 'periodTo' => $periodTo, 'filterLabel' => 'Financial Period between', 'exportButtons' => [ ['id' => 'gstr1-export-xls', 'label' => 'Export XLS', 'icon' => 'ri-file-excel-2-line'], ['id' => 'gstr1-export-json', 'label' => 'Export JSON', 'icon' => 'ri-code-box-line'], ], ]) @if(empty($company->gstin))
Add your company GSTIN under Company profile for accurate GSTR-1 filing data.
@endif @include('partials.admin.module-hub.help', [ 'title' => 'In the GSTR1 section you can', 'items' => array_merge(config('reports.gstr1.capabilities', []), [ 'Configure invoices with correct GSTIN, place of supply, and HSN on line items.', ]), ])
@endsection @push('scripts') @endpush