Here’s the issue: the system determines allocation as a percentage of days in the month, but his allocation is calculated and displayed as number of slots. The problem is that one slot may be more preferable than others, but the system makes no distinction between one slot or another. So there’s nothing to stop a member from hogging all of the more favorable slots. For example, let’s say we have set up 3 slots – a Day Slot, an Evening Slot, and a Night Slot, and I allocate 20% to a member. This gives him 1 Premium day and 3 Standard days which calculates out to three Premium slots and 9 Standard slots. There’s nothing to stop me from using all of my available slots as Day Slots and hogging the “best” slots. What should happen is that if a member’s % allocation gives him x days (P or S, doesn’t matter) and there are say 3 slots per day defined, A, B, and C, he should get x number of A slots, x number of B slots, and x number of C slots.
This creates an issue with the method currently used to display allowed/used allocation. It just shows “slots”, not A slots, B slots, C slots etc.