Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Renewing Functionality #17

Closed
kittsville opened this issue Nov 15, 2014 · 3 comments
Closed

Implement Renewing Functionality #17

kittsville opened this issue Nov 15, 2014 · 3 comments
Assignees

Comments

@kittsville
Copy link
Owner

Implement ability to renew items on loan so that they can continue to remain with a member, avoiding need to 'return' item to then loan it straight after. This distinction would avoid a single extended loan being kept track of as two or more seperare loans, and would avoid the item being incorrectly noted as being returned and re-loaned.

Renewing functionality could be achieved by updating an item's due date, while adding loan meta to distinguish between regular loans and to keep track of the number of times an item has been loaned.

Further functionality could be implemented to limit the number of times an item can be loaned.

@kittsville
Copy link
Owner Author

Implemented by dd23ecd

Will close once details of each renewal are visible on the Dash

kittsville added a commit that referenced this issue Jan 8, 2015
Fixed bugs introduced in dd23ecd
concerning issue #17
@kittsville
Copy link
Owner Author

Currently each table row displays (as one would expect) the updated due date caused by the renewing. This means no part of the page displays the original due date of the loan.

@kittsville
Copy link
Owner Author

As the purpose of the original issue has been fulfilled, this issue will be closed. The new issue created in the process of implementing this issue will be continued with issue #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant