Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
5731 Widoki

In salary rules I can get worked days by value:

worked_days.WORK100.number_of_days

How to get number of days for leaves "Sick Leaves", "Legal Leaves" and other leave types that has more than one word?

Because this would not work:

worked_days.Sick Leaves.number_of_days 
Awatar
Odrzuć
Autor Najlepsza odpowiedź

yes Emad Jaddou, I know that it works when you have one word but leaves and payslips that has leaves included in its lines are as documents, so it would be better to have it with names that was given to leaves. The solution with quotes does not work. To have it as a variable:

leaveName = "Sick Leaves"
worked_days.leaveName.number_of_days

also does not work.

Awatar
Odrzuć
Najlepsza odpowiedź

best thing is to name them as one word, this should work as I tried that. It is possible also if you add quotes "" but I have not tried that.

worked_days.SickLeaves.number_of_days  
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
maj 20
3304
2
lip 25
3561
1
lip 25
2675
0
gru 24
1436
0
gru 23
1292