{% extends 'base.html' %} {% load static %} {% block title %}Generate Payslips - HR - Optinet Global Links{% endblock %} {% block content %}

Generate Payslips

Back to Payslips
{% include 'hr/hr_nav.html' %}
Generate Monthly Payslips
Information: This will generate payslips for all active employees for the current month. Existing payslips for the current period will not be duplicated.
Current Month Details:
  • Period: {{ "now"|date:"F Y" }}
  • Pay Date: {{ "now"|date:"Y-m-t" }}
  • Active Employees: Will be calculated during generation
Note: Make sure all bonuses and deductions for this month have been properly configured before generating payslips.
{% csrf_token %}
Cancel
{% endblock %}