septor / anteup

e107v2: Donation Tracker Plugin
5 stars 4 forks source link

Issue: donations.php Typo #32

Closed LaocheXe closed 7 years ago

LaocheXe commented 8 years ago

http://clancoyote.com/main/e107_plugins/anteup/donations.php

The donations .php I believe has a typo, it list the first date, January 5th 2017 and the second date as January 30th 2016 - that a type or am I nuts?

septor commented 8 years ago

The default range is your last due date to your current due date, both are configured in the preferences area.

https://github.com/septor/anteup/blob/master/donations.php#L24 https://github.com/septor/anteup/blob/master/donations.php#L25

LaocheXe commented 8 years ago

Odd - in admin area for the plugin - prefs - Due date is set to Saturday, 30 Jan, 2016 and Previous Due date is Thursday, 31 Dec, 2015.

In the donations.php page shows Thursday, 05 January, 2017 and then Saturday, 30 January, 2016

What I don't understand is the January, 2017 - shouldn't that be December, 2015?

septor commented 8 years ago

This seems related to this somehow: https://github.com/septor/dateplus/issues/1

More investigation is called for.

Moc commented 7 years ago

Confirmed, it's caused by an issue in the datepicker method in the e107 core. Debug in progress.

Moc commented 7 years ago

This should be fixed using the latest Github files. Please confirm @LaocheXe