Ledger control

Bookkeeping workspace

{{ $activeProfile?->name ? $activeProfile->name . ' is staged for ledger sync.' : 'Connect a business profile to unlock ledgers per tenant.' }} Fuel, lease, toll, and repair activity lives here with exports ready for accountants.

Ledger modules

Status tracker

Phase 2
@foreach ($ledgers as $ledger)
{{ $ledger['name'] }}

{{ $ledger['detail'] }}

{{ $ledger['status'] }}
@endforeach

Exports

Hand off ready

    @foreach ($exports as $export)
  • {{ $export['label'] }} {{ $export['status'] }}
  • @endforeach

Each export bundles receipts, ledger tags, and supporting documents scoped to the active business profile.

Request pilot hookup