|
GST Compliance Report
GSTR-1 Outward Supplies
GSTIN: {{ $plant->gstin ?? 'N/A' }}
|
Plant / Branch:
{{ $plant->name ?? '' }}
@if($plant && $plant->addresses->isNotEmpty())
@php $plAddr = $plant->addresses->first(); @endphp
{{ $plAddr->line_1 ?? '' }}
{{ $plAddr->city ?? '' }}, {{ $plAddr->state->state_name ?? '' }} - {{ $plAddr->zipcode ?? '' }} @endif |
| # | GSTIN | Customer Name | Invoice No | Date | Invoice Value | Taxable Value | CGST | SGST | IGST | POS |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row['gstin'] }} | {{ $row['customer_name'] }} | {{ $row['invoice_no'] }} | {{ $row['invoice_date'] }} | ₹ {{ number_format($row['invoice_value'], 2) }} | ₹ {{ number_format($row['taxable_value'], 2) }} | ₹ {{ number_format($row['cgst'], 2) }} | ₹ {{ number_format($row['sgst'], 2) }} | ₹ {{ number_format($row['igst'], 2) }} | {{ $row['place_of_supply'] }} |
| Total: | ₹ {{ number_format(collect($b2b)->sum('invoice_value'), 2) }} | ₹ {{ number_format(collect($b2b)->sum('taxable_value'), 2) }} | ₹ {{ number_format(collect($b2b)->sum('cgst'), 2) }} | ₹ {{ number_format(collect($b2b)->sum('sgst'), 2) }} | ₹ {{ number_format(collect($b2b)->sum('igst'), 2) }} | |||||
| No B2B Supplies found. | ||||||||||
| # | Invoice No | Date | Invoice Value | Taxable Value | CGST | SGST | IGST | POS |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row['invoice_no'] }} | {{ $row['invoice_date'] }} | ₹ {{ number_format($row['invoice_value'], 2) }} | ₹ {{ number_format($row['taxable_value'], 2) }} | ₹ {{ number_format($row['cgst'], 2) }} | ₹ {{ number_format($row['sgst'], 2) }} | ₹ {{ number_format($row['igst'], 2) }} | {{ $row['place_of_supply'] }} |
| Total: | ₹ {{ number_format(collect($b2c)->sum('invoice_value'), 2) }} | ₹ {{ number_format(collect($b2c)->sum('taxable_value'), 2) }} | ₹ {{ number_format(collect($b2c)->sum('cgst'), 2) }} | ₹ {{ number_format(collect($b2c)->sum('sgst'), 2) }} | ₹ {{ number_format(collect($b2c)->sum('igst'), 2) }} | |||
| No B2C Supplies found. | ||||||||
| # | GSTIN | Customer Name | Note No | Date | Type | Note Value | Taxable Value | CGST | SGST | IGST |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row['gstin'] }} | {{ $row['customer_name'] }} | {{ $row['note_no'] }} | {{ $row['note_date'] }} | {{ $row['note_type'] }} | ₹ {{ number_format($row['note_value'], 2) }} | ₹ {{ number_format($row['taxable_value'], 2) }} | ₹ {{ number_format($row['cgst'], 2) }} | ₹ {{ number_format($row['sgst'], 2) }} | ₹ {{ number_format($row['igst'], 2) }} |
| Total: | ₹ {{ number_format(collect($cdnr)->sum('note_value'), 2) }} | ₹ {{ number_format(collect($cdnr)->sum('taxable_value'), 2) }} | ₹ {{ number_format(collect($cdnr)->sum('cgst'), 2) }} | ₹ {{ number_format(collect($cdnr)->sum('sgst'), 2) }} | ₹ {{ number_format(collect($cdnr)->sum('igst'), 2) }} | |||||
| No Credit/Debit Notes found. | ||||||||||
| # | Export Type | Invoice No | Date | Invoice Value | Taxable Value | IGST |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row['export_type'] }} | {{ $row['invoice_no'] }} | {{ $row['invoice_date'] }} | ₹ {{ number_format($row['invoice_value'], 2) }} | ₹ {{ number_format($row['taxable_value'], 2) }} | ₹ {{ number_format($row['igst'], 2) }} |
| Total: | ₹ {{ number_format(collect($exp)->sum('invoice_value'), 2) }} | ₹ {{ number_format(collect($exp)->sum('taxable_value'), 2) }} | ₹ {{ number_format(collect($exp)->sum('igst'), 2) }} | |||
| No Export Supplies found. | ||||||