Month condition for salary structure

Hi,

I am looking for a way to have a holiday allowance item in the salary structure, that is exclusive to a month, say, June.
How can I change the value of the salary item with respect to a condition, the month that that salary slip is issued?

Best,
MA

May I bump this?

@mehmetalianil

Hi,

If you want that a specific component to be x in month of June and y for the rest of the months, then you can use formula to calculate it. In the salary component, tick the checkbox ‘Amount based on Formula’ and write the below formula:

x if getdate(start_date).month == 6 else y

Hope this helps.

Regards,
Reema

4 Likes