I’m tring to assign a salary structure to employees by grade and the error above shows,
500 - Server Error
TypeError: assign_salary_structure() got an unexpected keyword argument ‘company’
Where did I go wrong?
UPDATE:
So I had to assign as per employee, but now another problem has risen, I can’t add an employee to payroll entry. Even if I select filters, Department/Designation, employees table never gets populated and if I try adding manually any employee by adding row on table, the moment I select an employee, the row just disappears without errors. Might this be a bug? Or is there something I’m missing in both situations?