@extends('layouts.master') @section('title', 'Supplier Journal Report - Prolex Law Firm') @section('content')
Monitor supplier transactions and invoices
| Date | Account Code | Account Name | Description | Debit | Credit | Currency |
|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($entry->date)->format('M d, Y') }} | {{ $entry->account->code ?? 'N/A' }} | {{ $entry->account->name ?? 'N/A' }} | {{ $entry->narration }} | {{ $entry->tr_code == 'DR' ? '$' . number_format($entry->amount, 2) : '-' }} | {{ $entry->tr_code == 'CR' ? '$' . number_format($entry->amount, 2) : '-' }} | {{ $entry->currency->name ?? 'N/A' }} |
No supplier journal entries match your selected criteria. Try adjusting your filters.
Please select date range and currency to generate the supplier journal report.