What will be the values of "every, repeats, occur" if we wish it to recur
1. every 3 months on the 7th starting Feb?
2. every 2 years on May 5th starting 2015?
3. every fortnight on Wednesday?
4. every month on the 12th and 27th (possibly using 2 entries)
1. every 3 months on the 7th starting Feb?
repeats: monthly
every: 3
occurs: 7
2. every 2 years on May 5th starting 2015?
repeats: yearly
every: 2
occurs: 05-05 (that must be mm-dd at the moment)
3. every fortnight on Wednesday?
Not supported, sorry. If I did weekly then it would be repeats: weekly, every: 2, and there would probably be a drop down to pick the day of the week.
4. every month on the 12th and 27th (possibly using 2 entries)
You would need two Sales Orders to achieve this.
Sale Order #1
repeats: month
every: 1
occurs: 12
Sale Order #2
repeats: month
every: 1
occurs: 27
The mm-dd or dd-mm format for "occur" should be mentioned somewhere.
Eliminating the charset and collation in the sql definition will help take the defaults of the db used.
Providing it for FA 2.3 will have many testers.
I'll add the mm-dd requirement into the tooltip and documentation on the github wiki. I'll change the sql also. Thanks for the feedback.
Sorry I'm not going to make it available for 2.3 myself. I've upgraded to 2.4.RC1. If there was demand from someone who really wanted this module for 2.3 in production after they'd experimented in 2.4 I would be happy to see what needed to be done.