r-adelaide / cheltham

Library management app for Salesforce
1 stars 10 forks source link

Implement borrow and return functionality #23

Closed aly76 closed 4 years ago

aly76 commented 4 years ago

Added the ability to borrow and return books, as specified in Issue #16, and track due date #19.

The commits in this pull request were cherry-picked from a branch containing definitions of Book fields, Book Copy, and admin permission set that are mutually exclusive from relevant commits in master.

kyle-accenture commented 4 years ago

The setup of the Burrow action look good.

One thing to note is that if a Burrow Log is manually created accidentally as 'returned' the Update Book Copy Status process will make the Copy both 'Loaned' and un-returnable - but this shouldn't be a problem so long as users only use the 'Burrow' action.

Due Date and Book Title are not yet given view permissions for Admin

aly76 commented 4 years ago

Submitted new pull request #25 that addresses the suggested changes.