{% extends "payslip/payslip_base.html" %} {% load i18n %} {% load url from future %} {% block head %}
{% trans "Host multiple companies or divisions." %}
| {% trans "Name" %} | {% trans "Action" %} |
|---|---|
| {{ company }} | {% trans "Update" %} {% trans "Delete" %} |
| {% trans "No companies defined." %} | |
{% trans "Add personal data of the employees." %}
| {% trans "Name" %} | {% trans "Company" %} | {% trans "Action" %} |
|---|---|---|
| {{ employee }} | {{ employee.company }} | {% trans "Update" %} {% trans "Delete" %} |
| {% trans "No employees defined." %} | ||
{% trans "Define single or recurring payment types." %}
| {% trans "Name" %} | {% trans "Action" %} |
|---|---|
| {{ payment_type }} | {% trans "Update" %} {% trans "Delete" %} |
| {% trans "No payment types defined." %} | |
{% trans "Add payments to an employee." %}
| {% trans "Type" %} | {% trans "Employee" %} | {% trans "Amount" %} | {% trans "Date" %} | {% trans "End" %} | {% trans "Action" %} |
|---|---|---|---|---|---|
| {{ payment.payment_type }} | {{ payment.employee }} | {{ payment.amount }} | {{ payment.date|date }} | {{ payment.end_date|date }} | {% trans "Update" %} {% trans "Delete" %} |
| {% trans "No payments defined." %} | |||||
{% trans "Define extra field types for companies, employees and payments." %}
| {% trans "Name" %} | {% trans "Action" %} |
|---|---|
| {{ type }} | {% trans "Update" %} {% trans "Delete" %} |
| {% trans "No extra field types defined." %} | |
{% trans "Define fixed values for extra field types." %}
| {% trans "Name" %} | {% trans "Action" %} |
|---|---|
| {{ field }} | {% trans "Update" %} {% trans "Delete" %} |
| {% trans "No extra fields defined." %} | |