Hello Community,
Please help me with the following python code in payroll-salary rule
I'd like to have a monthly salary equals to (total sale amount of that month divided by a fixed amount "X") x 100% times a fixed amount "y"
please tell me how to define a start date and end date as well
For example for Jan 01 2024 to Jan 31 2024, the sales amount is $10000
The salary = (10000/X) x 100% x Y
Thank you so much!