Sales Tax

Date Range {{date('M d, Y', strtotime($from))}} - {{date('M d, Y', strtotime($to))}}
Report Type {{$basis_type}}
Location {{$store}}

{{-- --}} @if ($basis_type == 'Delivered Sales (Accrual)') @else @endif @if ($data->column_type == 2) @endif {{-- selected order at key 0 --}} @forelse ($data->data as $key => $items) @foreach ($items->details as $key => $item) {{-- --}} @if ($data->column_type == 2) @endif @endforeach @if ($data->column_type == 2) @endif @empty @endforelse
Order Date Paid DateDelivered DateTransaction DateOrder Number Total Gross Sales Non-Taxable Sales (Labor and Fee) Tax Exempt Sales (Other) Tax Exempt Sales (Resale) Tax Exempt Sales (Out of State) Taxable Sales Tax Rate Tax CollectedState State (Tax Rate) State (Collectibles) County County (Tax Rate) County (Collectibles) City City (Tax Rate) City (Collectibles) District (Tax Rate) District (Collectibles) ZIP
{{$item->order_date}} {{$item->paid_date ?? '-'}}{{date('m/d/Y', strtotime($item->date))}} {{$item->order_no}} {{$item->type == 'return' ? '-':''}}${{number_format($item->total_sales, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->non_taxable_sales, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->tax_exempt_sales_other, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->tax_exempt_sales_resale, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->tax_exempt_sales_out_of_state, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->taxable_sales, 2)}} {{$item->type == 'return' ? '-':''}}{{$item->tax_rate}} {{$item->type == 'return' ? '-':''}}${{number_format($item->tax_collected, 2)}}{{$item->tax_state ?? '-'}} {{$item->state_rate}} {{$item->type == 'return' ? '-':''}}${{number_format($item->state_rate_price,2)}} {{$item->tax_county ?? '-'}} {{$item->county_rate}} {{$item->type == 'return' ? '-':''}}${{number_format($item->county_rate_price,2)}} {{$item->tax_city ?? '-'}} {{$item->city_rate}} {{$item->type == 'return' ? '-':''}}${{number_format($item->city_rate_price,2)}} {{$item->district_rate}} {{$item->type == 'return' ? '-':''}}${{number_format($item->district_rate_price,2)}} {{$item->zip_code ?? '-'}}

Total

${{number_format($items->total_sales,2)}} ${{number_format($items->non_taxable_sales,2)}} ${{number_format($items->tax_exempt_sales_other,2)}} ${{number_format($items->tax_exempt_sales_resale,2)}} ${{number_format($items->tax_exempt_sales_out_of_state,2)}} ${{number_format($items->taxable_sales,2)}} {{$items->tax_rate}} ${{$items->tax_collected}} ${{number_format($items->state_rate_price,2)}} ${{number_format($items->county_rate_price,2)}} ${{number_format($items->city_rate_price,2)}} ${{number_format($items->district_rate_price,2)}}
No Data