You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the selectable collection days are limited to 1-28 it is not possible to configure a recurring mandate with a yearly interval and a collection day > 28.
Thus it is impossible to establish a recurring mandate with a yearly collection on (e.g.) 01-31
Is there a compelling reason for the limit?
The text was updated successfully, but these errors were encountered:
The "compelling reason" is simply that allowing something like "31" as a collection day would require additional logic to enable the system to still generate valid collection dates, e.g. in monthly collections. The same check would have to be done in your proposed scenario with annual collections, but then it would be able to validate this in at configuration time. And don't get me started on leap days...
Since this could be implemented in a sensible way, even though it would require quite some work and testing, I'll mark this as feature request.
Since the selectable collection days are limited to 1-28 it is not possible to configure a recurring mandate with a yearly interval and a collection day > 28.
Thus it is impossible to establish a recurring mandate with a yearly collection on (e.g.) 01-31
Is there a compelling reason for the limit?
The text was updated successfully, but these errors were encountered: