Jim Benton

Results 127 issues of Jim Benton

There have been a couple instances over the past few months where someone was charged by Square for a membership but this wasn't recorded in the Circulate database. The current...

> In the "Items in Maintenance" report page, could we show the date when an item was put in maintenance? This would help folks visually scan how long an item...

This will need to be made to [this file](https://github.com/chicago-tool-library/circulate/blob/main/app/models/concerns/item_statuses.rb#L3) along with a database migration to add the new option to the `item_status` enum.

Here are the validations we'd like to add: * Limits reservation duration to 21 days * Require that reservations start no sooner than two days in the future (we do...

We want the specific values used for validations in #1463 to be configurable in the admin. We can probably store these fields on the library for now. It might be...