I am trying multiply hourly wage and worked hours on the month but i get error.
/ result = contract.hourly_wage * worked_days.WORK100.number_of_hours
Wrong python code defined for:
- Employee: AHMET DEMİRAL
- Contract: AHMET DEMİRAL 01122023 SÖZLEŞME
- Payslip: Ücret Bordrosu - AHMET DEMİRAL - Haziran 2024
- Salary rule: Yevmiye Aylık Toplamı (YEVMIYE)
- Error: : "'dict' object has no attribute 'WORK100'" while evaluating
'result = contract.hourly_wage * worked_days.WORK100.number_of_hours'
Is there any solve?