Hi
I’ve got a group with some users belonging to it, I’ve also got a number associated to that group. I need to divide this number according to how many users i’ve got in the group and show a monthly table With the quote each user has to pay.
So for example if the number associated to the group is 100 and i’ve got two users then the my need to pay 50 each month. What is the best database structure? My problem is I can let php to do all the calculations but I also need to store this values in the database so I can record an action if the user does a payment for a specific month
Many thanks for your help