mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
1 line
255 B
SQL
1 line
255 B
SQL
SELECT DISTINCT `tabAttendance`.employee, `tabAttendance`.employee_name FROM `tabAttendance` WHERE `tabAttendance`.fiscal_year like '%(fiscal_year)s%%' AND `tabAttendance`.`company` like '%(company)s%%' AND `tabAttendance`.`employee` like '%(employee)s%%' |