remove father_name from Monthly Absence Report

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ali 2026-03-25 18:18:12 +04:00
parent a1d4d7ab51
commit 1e1822745e
1 changed files with 2 additions and 9 deletions

View File

@ -25,13 +25,7 @@ def get_columns():
"fieldtype": "Data",
"width": 120
},
{
"label": _("Ata adı"),
"fieldname": "father_name",
"fieldtype": "Data",
"width": 120
},
{
{
"label": _("FİN"),
"fieldname": "fin",
"fieldtype": "Data",
@ -66,8 +60,7 @@ def get_data(filters):
SELECT
e.last_name,
e.first_name,
e.father_name,
e.identification_number AS fin,
e.identification_number AS fin,
e.ssn,
a.leave_type,
COUNT(*) AS days_absent