@extends('layouts.app') @section('title', 'Bank Reconciliation') @include('inventory.accounting.partials.styles') @section('content')
Match your bank statement to the ledger so book and bank balances agree.
| Bank | Period | Statement Close | Book | Difference | Status | |
|---|---|---|---|---|---|---|
| {{ optional($r->bankAccount)->bank_name }} | {{ $r->period_start->format('M j') }} – {{ $r->period_end->format('M j, Y') }} | {{ number_format($r->statement_closing_balance, 2) }} | {{ number_format($r->book_balance, 2) }} | {{ number_format($r->difference, 2) }} | @if($r->status === 'completed')Completed @elseIn progress@endif | Open |
No reconciliations yet. | ||||||