{{$title}}
{{-- 🔽 Insert description here --}}This view lists all available Staff Categories from the HR department configuration. For each Staff Categery, you can configure its associated payroll journal mappings by clicking one of the action buttons:
- Earnings – Configure GL codes for payroll earning definitions like Basic Pay, Allowances, etc.
- Deductions – Map deduction definitions such as NAPSA, PAYE, or loans to their respective GL accounts.
- Contributions – Set up employer-side contributions like NAPSA-ER or union contributions.
These mappings ensure that all payroll variables are correctly aligned with the General Ledger for posting or integration with accounting systems.
@if ($staffCategories->isEmpty())No staff categories found.
@endif
| Name | Actions |
|---|---|
| {{ $item->name }} | {{-- Action buttons for mapping --}}@if(auth()->user()->roles->first()->permissions->contains('name', 'Manage GL Mapping') || auth()->user()->roles->first()->permissions->contains('name', 'View GL Mapping') ) Earnings Deductions Contributions @endif |