{{ $tList['business_name'] }} |
{{ $tList['non_taxable_sales'] }} |
{{ $tList['taxable_sales'] }} |
{{ $tList['crv_fees'] }} |
{{ $tList['taxable_service_fees'] }} |
{{ $tList['non_taxable_service_fees'] }} |
{{ $tList['shipping_handling'] }} |
{{ $tList['average_check'] }} |
{{ $tList['gross_sales'] }} |
{{ $tList['item_discount'] }} |
{{ $tList['order_discount'] }} |
{{ $tList['coupons'] }} |
{{ $tList['total_discounts'] }} |
{{ $tList['net_sales'] }} |
{{ isset($tList['surcharge'])?$tList['surcharge']:0 }} |
@if(Helper::widgetAccess('show_column_service_charge'))
{{ $tList['service_charge'] }} |
@endif
{{ $tList['taxes'] }} |
{{ $tList['crv_tax'] }} |
{{ $tList['total_taxes'] }} |
{{ $tList['total_sales'] }} |
{{ $tList['payment_against_house_acoount'] }} |
{{ $tList['payment_house_account'] }} |
{{ $tList['gift_card_sold'] }} |
{{ $tList['gift_card_redeemed'] }} |
{{ $tList['store_credit_assured'] }} |
{{ $tList['store_credit_redeemed'] }} |
{{ $tList['deposits'] }} |
{{ $tList['applied_deposits'] }} |
{{ $tList['donations'] }} |
{{ $tList['total_liabilties'] }} |
{{ $tList['net_to_account_for'] }} |
{{ $tList['total_sales'] }} |
{{ isset($tList['refunds'])?$tList['refunds']:'' }} |
{{ isset($tList['Cash'])?$tList['Cash']:'' }} |
{{ isset($tList['Card'])?$tList['Card']:'' }} |
{{ isset($tList['Credit'])?$tList['Credit']:'' }} |
{{ isset($tList['Visa'])?$tList['Visa']:'' }} |
{{ isset($tList['MasterCard'])?$tList['MasterCard']:'' }} |
{{ isset($tList['Discover'])?$tList['Discover']:'' }} |
{{ isset($tList['AmericanExpress'])?$tList['AmericanExpress']:'' }} |
{{ isset($tList['Diners'])?$tList['Diners']:'' }} |
{{ $tList['total_sales'] }} |
{{ $tList['percent_payments'] }} |
{{ $tList['payins_number'] }} |
{{ $tList['payouts_number'] }} |
{{ $tList['payins_total'] }} |
{{ $tList['payouts_total'] }} |
{{ $tList['actual_total_cash_to_business'] }} |
{{ $tList['total_transactions'] }} |
{{ isset($tList['total_invoices'])?$tList['total_invoices']:'' }} |
@php
@endphp
@endforeach
@else