@extends('layouts.app') @section('title') Employee List @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')S.No | Payee | Designation | Meezan Bank Account No | Meezan Bank Branch | Total Rs | |
---|---|---|---|---|---|---|
{{$HrmEmployee->company_detail->employee_code}} | {{$HrmEmployee->name}} | {{$HrmEmployee->company_detail->designation->name}} | {{$HrmEmployee->account_detail ? $HrmEmployee->account_detail->account_no:''}} | {{$HrmEmployee->account_detail ? $HrmEmployee->account_detail->branch_location:''}} | {{number_format($net_salary)}} | |
Sub-Total. | {{number_format($total_net_salary )}} |
S.No | Name | Benevolent Fund | Status | Action | |
---|---|---|---|---|---|
@if($total[2] != 0) @endif | {{$count++}} | {{$HrmEmployee->name}} | {{number_format($total[1] * 2)}} |
@if($total[2] == 1 )
|
Make Voucher |
Month/Year | Total Earning | Tax | Benavalent Fund | Total Deduction | Advance | Loan | Net Salary | Action |
---|---|---|---|---|---|---|---|---|
{{date('F Y', strtotime('01-'.$t['month'].'-'.$t['year'])) }} | {{number_format( $t['total_monthly_earning'])}} | {{number_format( $t['total_monthly_tax'])}} | {{number_format( $t['employee_benevolent_found'])}} | {{number_format( $t['total_monthly_deduction'])}} | {{number_format( $t['HrmEmployeeAdvance'])}} | {{number_format( $t['HrmEmployeeLoan'])}} | {{number_format( $t['total_net_salary'] )}} | View Make Voucher |
Name | Month / Year | Type | Amount | Action |
---|---|---|---|---|
{{$employee->name}}{{$eloan->is_approved}} | {{date('F-Y', strtotime($eloan->date))}} | {{$eloan->type}} | {{number_format($eloan->loan_amount)}} | View |
{{$employee->name}}{{$eloan->is_approved}} | {{date('F-Y', strtotime($eloan->date))}} | {{$eloan->type}} | {{number_format($eloan->loan_amount)}} | View |
Type | Checked | Posted | Date | Entry No. | ADJ | Account | Memo | Debit/Credit (+/-) | Action | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CRV-{{$entry->voucher_no}} | @elseif($entry->voucher_type == \App\GeneralJournalEntry::BRV)BRV-{{$entry->voucher_no}} | @elseif($entry->voucher_type == \App\GeneralJournalEntry::CPV)CPV-{{$entry->voucher_no}} | @elseif($entry->voucher_type == \App\GeneralJournalEntry::BPV)BPV-{{$entry->voucher_no}} | @elseif($entry->voucher_type == \App\GeneralJournalEntry::JV)JV-{{$entry->voucher_no}} | @else@endif | @if($entry->is_check) @else @endif | @if($entry->is_post) @else @endif | {{date('d/m/Y', strtotime($entry->date))}} | {{$entry->entry_no}} | @if($entry->adjusting_entry) @endif | {{$entry->account ? $entry->account->name : ''}} | {{$entry->memo}} | {{number_format($totalAmount[$entry->entry_no])}} |
View
@if(!$entry->is_approved)
Approve @endif |