FMIS
@php $role = Auth::user()->role; $isAdmin = $role === 'Super Admin'; $isAccountant = $role === 'Accountant General'; $isBudget = $role === 'Budget Director'; $isAuditor = $role === 'Auditor General'; $isCashier = $role === 'Central Bank Cashier'; $isPayroll = $role === 'Payroll Officer'; @endphp

Main

  • {{ __('Dashboard') }}

Core Modules

@if($isAdmin || $isAccountant || $isCashier) Accounting Offices Bank Accounts Collecting Agencies Payees / Vendors Taxes Fiscal Years / Periods @endif @if($isAdmin || $isAccountant) COA Segments COA Codes Coding Blocks @endif @if($isAdmin || $isBudget) Annual Budgets Budget Transfers Expenditure Warrants Budget Allocations @endif @if($isAdmin || $isCashier || $isAccountant) Revenue Receipts Revenue Vouchers @endif @if($isAdmin || $isAccountant || $isCashier) @if($isAdmin || $isAccountant) Payment Vouchers @endif @if($isAdmin || $isCashier) Check Issuance @endif @endif

Financials

@if($isAdmin || $isAccountant) GL Entries Trial Balance Cash Book @endif @if($isAdmin || $isAccountant || $isCashier) Bank Statements Reconciliations @endif @if($isAdmin || $isAccountant) Asset Registry Register Asset @endif @if($isAdmin || $isAccountant) Supplier Registry Purchase Orders @endif @if($isAdmin || $isPayroll) Employees Positions Grades Pay Groups Payroll Batches Payslips @endif

Administration

@if($isAdmin) All Users Add New User @endif @if($isAdmin || $isAuditor) Workflow Engine Audit Trail Notifications @endif @if($isAdmin || $isAccountant || $isAuditor) Analytics Dashboard @endif @if($isAdmin || $isAccountant || $isAuditor) Financial Reports @endif @if($isAdmin || $isBudget || $isAuditor) Budget Reports @endif @if($isAdmin || $isCashier || $isAuditor) Revenue Reports @endif @if($isAdmin || $isAccountant || $isAuditor) Expenditure Reports @endif @if($isAdmin || $isPayroll || $isAuditor) Payroll Reports @endif @if($isAdmin || $isAuditor) Audit & Compliance @endif @if($isAdmin || $isCashier || $isAuditor) Bank Reports @endif
{{ substr(Auth::user()->name, 0, 1) }}

{{ Auth::user()->name }}

System Role: {{ $role }}