@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @push('include-css') {{----}} @endpush @section('content')
Requisition No. |
{{ $requisition_id }} |
{{ config('settings.address_1') }}
Project Name : {{ App\Models\Branch::find($items->branch_id)->name }}
Project Address : {{ App\Models\Branch::find($items->branch_id)->location }}
Contract : {{ $items->contract_person }}
Purpose : {{ $items->purpose }}
Requisition Date : {{ $transaction->date_format($items->requisition_date) }}
Required Date: {{ $transaction->date_format($items->required_date) }}
Requisition Raised By : {{ App\Models\Employee::find($items->employee_id)->name }}
SL.NO. | Item Name | Unit | {{__('lang.description')}} | Required Quantity | Approx/Unit Cost ( {{ $transaction->get_currency_code() }} ) | Total Approx Value ( {{ $transaction->get_currency_code() }} ) | Remarks |
---|---|---|---|---|---|---|---|
{{ $sl }} | {{ App\Models\IncomeExpenseHead::find($item->income_expense_head_id)->name }} | {{ App\Models\IncomeExpenseHead::find($item->income_expense_head_id)->unit }} | {{ $item->description }} | {{ $transaction->convert_money_format( $item->qntity ) }} | {{ $transaction->convert_money_format( $item->rate) }} | {{ $transaction->convert_money_format( $item->amount) }} | @if ( $sl ==1){{ $items->comment }} | @endif
Total = | {{ $transaction->convert_money_format( $items->amount) }} {!! config('settings.currency_code') !!} |
In words: {{ $transaction->convert_number_to_words($items->amount) }} {!! config('settings.currency_code') !!} Only.
Printing Date & Time: {{ $extra['current_date_time'] }}
- - - - - Prepared by |
- - - - - Checked by |
- - - - - Forward by |
- - - - - Approved by |