@extends('layouts.app') @section('content')

Edit Additional Pay

{{ $company->name }} - Edit {{ $addition->name }}

Back to Additions
Additional Payment Configuration
@if(session('error')) @endif
@csrf @method('PUT')
Basic Information
@error('name')
{{ $message }}
@enderror
@error('code')
{{ $message }}
@enderror Short code for this addition
@error('description')
{{ $message }}
@enderror
Malaysian Statutory Compliance

Select which statutory contributions apply to this additional payment

epf_applicable) ? 'checked' : '' }}>
socso_applicable) ? 'checked' : '' }}>
eis_applicable) ? 'checked' : '' }}>
tax_applicable) ? 'checked' : '' }}>
hrdf_applicable) ? 'checked' : '' }}>
Quick Guidelines:
  • Transport/Parking: Usually no statutory contributions
  • Commission/Bonus: All contributions apply
  • Meal allowance: Tax applies if >RM1,000/month
  • Childcare: May be tax-exempt (check limits)
Amount Configuration
is_fixed) ? 'checked' : '' }}>
Check if this is a fixed amount for all employees
RM @error('default_amount')
{{ $message }}
@enderror
Default amount or starting value
E-Invoicing Integration
@error('einvoicing_field')
{{ $message }}
@enderror Field mapping for MyTax e-invoicing
@error('default_rate')
{{ $message }}
@enderror Default rate if percentage-based
Assignment
@error('assigned_to')
{{ $message }}
@enderror Who this addition applies to
enabled) ? 'checked' : '' }}>
Addition will be available for payroll processing
Cancel
Quick Templates

Click to auto-fill common allowance types:

Compliance Notes
Tax-Exempt Allowances:
  • Meal: Up to RM1,000/month
  • Childcare: Up to RM2,400/year
  • Medical: Actual expenses
Fully Taxable:
  • Commission and bonuses
  • Phone allowance
  • Overtime payments
Usually EPF/SOCSO Exempt:
  • Transport allowance
  • Parking allowance
  • Uniform allowance
@push('scripts') @endpush @endsection