@props([ 'customers' => collect(), 'employeeId' => null, 'triggerEvent' => 'open-credit-sales-modal', 'creditInputId' => 'credit_sales_amount', 'recoveryInputId' => 'credit_recoveries_total', 'entriesInputId' => 'credit_sales', 'initialEntries' => [], ]) @php $modalDataId = 'creditSalesData_' . str_replace('-', '_', \Illuminate\Support\Str::uuid()); $customers = $customers instanceof \Illuminate\Support\Collection ? $customers : collect($customers); $initialEntries = $initialEntries instanceof \Illuminate\Support\Collection ? $initialEntries : collect($initialEntries); @endphp @push('scripts') @endpush
Record credit sales and customer payments.
No Credit Sales Entries
Add customers and their credit sales above
| # | Customer | Invoice # | Prev. Balance | Credit Sale | New Balance | Notes | Action |
|---|---|---|---|---|---|---|---|
|
Customer ID: #
|
|||||||
| Grand Totals: | |||||||