Partner ID : {{$partner->partner_id}}
Partner Company Name : {{$partner_details->company}}
Partner Company Adress : {{$partner_details->address}}
Credit Note Number : {{$credit_note_id}}
Credit Note Date : {{$credit_date}}
Voucher Type | Product ID | Product Description | Net Amount | VAT | Gross Amount |
---|---|---|---|---|---|
@if($item->voucher_type == 'single_purpose') Single Purpose @else Multiple Purpose @endif | {{$item->view_product_id }} | {{$item->voucher_desc }} | €{{$item->net_amount}} | {{$item->vat_sales_rate}}% | €{{$item->amount}} |
Sales Provision | -€{{$item->standard_amount}} | {{$item->standard_sales_rate}}% | -€{{$item->standard_redem_amount}} | ||
Total | €{{$item->vat_total}} | €{{$item->gross_total}} |