More options for the scheduled transaction scheduler please
I've run into two situations that the current transaction scheduler cannot handle.
One involves a monthly transaction for a lottery. The logic is that they draw prizes on let's say every second Monday of the month; but the payment is debited 4 days in advance. So I'd like to have an offset to these types of dates.
The second involves a payment that usually occurs on the 25th, unless it's in the weekend. In this case however, the payment gets moved to Friday if the 25th is a Saturday and to Monday if the 25th is a Sunday, in other words it gets moved to the closest weekday. Currently you can select either before or after the weekend but not weekday closest.