@extends('layouts.app') @section('title','Receipts') @section('page_title','Receipt Vouchers') @section('content')
Customer receipts, vendor refunds and other incoming payments.
| Receipt | Date | Type | Party | Method | Amount | Allocated | Status | |
|---|---|---|---|---|---|---|---|---|
| {{ $r->receipt_number }} {{ $r->reference_number }} | {{ $r->receipt_date->format('d M Y') }} | {{ ucwords(str_replace('_',' ',$r->receipt_type)) }} | {{ $r->party?->legal_name }} | {{ ucwords(str_replace('_',' ',$r->payment_method)) }} | {{ $r->currency_code }} {{ number_format((float)$r->amount,2) }} | {{ number_format((float)$r->allocated_total,2) }} | {{ ucwords(str_replace('_',' ',$s)) }} | Open |
| No receipts found. | ||||||||