remove father_name from Monthly Absence Report
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a1d4d7ab51
commit
1e1822745e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue