Double-entry journal ledger, Chart of Accounts, and Profit & Loss statement.
| Account | Debit (Dr) | Credit (Cr) |
|---|---|---|
| {{ $line->account->code }} - {{ $line->account->name }} @if($line->memo) {{ $line->memo }} @endif | {{ $line->debit > 0 ? '₹' . number_format($line->debit, 2) : '—' }} | {{ $line->credit > 0 ? '₹' . number_format($line->credit, 2) : '—' }} |
Mayoora Costume House • Financial Year {{ now()->format('Y') }}-{{ now()->addYear()->format('y') }}
| Account Code | Account Name | Category Type | Status |
|---|---|---|---|
| {{ $acc->code }} | {{ $acc->name }} | {{ $acc->type }} | Active |