Import transactional QuickBooks Desktop exports as posted journal vouchers
{{ $journal['label'] }}
{{ $journal['label'] }}
{{ $journal['description'] }}
QuickBooks Excel Columns
@foreach($journal['columns'] as $column)
{{ $column }}
@endforeach
Fast Import
Reads only Sheet1 with data-only mode for speed
Groups rows by Trans # and uses Account Type when auto-creating missing ledgers
Bulk posts journal vouchers with ledger entries
Uses Excel Trans # as the voucher number
Prefixes memo with Excel Num (e.g. CHK-55 - Rent payment)
Skips already imported QuickBooks transactions (matching Trans #)
@unless($canImport)
You do not have permission to import journal data.
@else
@if(!$preview)
@else
{{ $preview['file_name'] }}
Found {{ number_format($preview['transactions']) }} journal transactions
with {{ number_format($preview['lines']) }} lines.
@if($hasMissing)
Some master lists referenced in this file are not in your database yet.
You can auto-create them with a common name prefix, or import the lists first from
QuickBooks List Import.