Want to create a salary rule based on following python code
result = (contract.wage - (categories.BASIC + categories.HRAMN + categories.TCA + categories.EPF + categories.GRA + categories.MLWF))
It is not working.. It only computes contract.wage - categories.BASIC and is not considering any other rules.
Pls help... Thanks in advance