navariltd / nl-attendance-timesheet

FrappeHR app to automate creation of employee timesheets from attendance records
GNU Affero General Public License v3.0
7 stars 16 forks source link

Unable to get Attendance Details display in salary slip. #13

Open AapicoDev opened 4 days ago

AapicoDev commented 4 days ago

Sorry I am newbie to Frappe, I have an issue that Attendance Details in Salary Slips Tab not show up the data.

@frappe.whitelist() def add_attendance_data(payroll_entry): salary_slips = frappe.db.get_all('Salary Slip', filters = { 'payroll_entry': payroll_entry, 'docstatus': 0 })

I wonder how this session of code being call, so that data could be added to salary_slips?

maniamartial commented 3 days ago

Fixed.

That method was being consumed in another app, have updated, check on payroll entry js. Let me get your feedback incase of anything else. WiIl close this in weeks time