@extends('layouts.dashboard') @section('page_title', 'ACCOUNTING EXPORT') @section('content')
Back
Accounting Export
@if (session('export_error'))
{{ session('export_error') }}
@endif @if (session('export_status'))
{{ session('export_status') }}
@endif
{{-- Export --}}
@csrf
  • Use Preview to review & print the IIF for the range (nothing is marked exported).
  • Only invoices not previously exported will be downloaded on Export.
  • An Export id will be generated on Export.
Cancel
{{-- History --}}
@if ($history->isEmpty())

No exports have been generated yet.

@endif
Cancel
{{-- Settings --}}
@csrf
Quick Book
Accounts Receivable

Specify your QuickBooks receivable account(s) found in your Chart of Accounts.

Line Item

Specify the line item that loads should appear as in QuickBooks.

Basic Advances
deduct_advance)>
Cancel
@push('scripts') @endpush @endsection