kittsville / WP-Librarian

WP-Librarian is an inventory management WordPress plugin for keeping track of books and media
GNU General Public License v3.0
4 stars 1 forks source link

No way of viewing a renewed loan's original due date #30

Open kittsville opened 9 years ago

kittsville commented 9 years ago

Created in issue #17, when an item is renewed the displayed 'due date' is updated to reflect the new due date. An item due on the 15th, renewed until the 20th will be updated to display the due date as the 20th. A table will also appear on the management page for that loan, displaying all occasions when the item was renewed. Each renewing displays the updated due date.

This issue is that there is no part of the UI that displays the item's original due date. Not only is this unhelpful but potentially allows for malicious renewing of an item to hide a due date that would have resulted in a fine.

My thoughts on possible solutions all have pitfalls, so I have not implemented any of them. While it is unlikely that anyone has even noticed this repository, let alone read through the issues page, I'll leave it 'open to debate'.