Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
2939 Ansichten

i have salary rule named BRUT his code is:(categories.POSTE + categories.PRIMP + categories.PRIMT) - ( categories.BASECNAS) for exemple is give me total = 49612,60

i want to use this amount for calculate a new rule named IRG his code: if ( 30.000 < the amount <= 120.000)  : 
result = (((salary-30.000)*30/100)+ 2500)

any idea how to make it please help me

Avatar
Verwerfen
Beste Antwort

Hi, 

You can access rules which already calculated previously using variable rules so you can do that as below:

But

if rules.BRUT > 300 and    rules.BRUT <=120:

     result = [Your Calculation]       

 else:

     result = [Your Calculation]           



                       

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Juli 24
2662
1
Juni 24
5130
1
Okt. 23
10835
1
Okt. 23
98
1
Aug. 23
2193