@if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
Back to Dashboard
Create Payment Voucher
Voucher #: {{ $voucherNumber }}
@csrf
Supplier Information
Supplier
Select Supplier (optional)
@foreach($suppliers as $supplier)
{{ $supplier->supplier_code }} - {{ $supplier->supplier_account }}
@endforeach
@error('supplier_id')
{{ $message }}
@enderror
Address
Telephone
Email
VAT No.
TIN
Voucher Information
Voucher Number
Date
*
@error('voucher_date')
{{ $message }}
@enderror
Payment Type
*
@foreach($paymentTypes as $pt)
{{ $pt->description }}
@endforeach
@error('payment_type_id')
{{ $message }}
@enderror
Payment Account
*
Select Payment Account
@foreach($accounts as $account)
{{ $account['label'] }}
@endforeach
@error('payment_account_id')
{{ $message }}
@enderror
Payment Items
Add Payment
#
Description
*
Reference (Invoice #)
GL Account
*
Amount
*
Total Amount:
$0.00
Cancel
Process Voucher
Payment Voucher Settings
Voucher Prefix
Max 100 characters.
Starting Number
Print Payment Voucher
Would you like to print the payment voucher now?