@extends('layouts.master') @section('title', 'Apply Supplier Credit - Quanta') @section('content')

Apply Supplier Credit

Back to Document
@if($errors->any())
@endif
Credit Note Details
Supplier Credit Value

{{ number_format($creditNote->inclusive_total, 2) }}


Document Number: {{ $creditNote->document_number }}
Supplier: {{ $creditNote->supplier->account_name }}
Document Date: {{ $creditNote->document_date ? $creditNote->document_date->format('Y-m-d') : '-' }}
Settlement Term: {{ $creditNote->settlement_term ?? '-' }}
Created By: {{ $creditNote->addedByUser->name ?? '-' }}
Allocate to Outstanding Supplier Invoice
@csrf
Only processed or partially paid supplier invoices are listed.
Allocation Breakdown
Supplier Credit
{{ number_format($creditNote->inclusive_total, 2) }}
Invoice Balance
0.00
New Balance
0.00
@endsection @section('styles') @endsection @section('scripts') @endsection