On itemtypes administration, it would be helpful to see if an itemtype is bookable from cgi-bin/koha/admin/itemtypes.pl. Adding a bookable column to Table id: table_item_type would allow users to configure as needed.
Created attachment 183070 [details] [review] Bug 38863: Show bookings options on itemtypes.pl This patch adds a column to the table of item types in item types administration to show if the item type is bookable by default. The column is hidden by default. To test, apply the patch and restart services. - Go to Administration -> Item types - If necessary, edit an item type and check the "Bookable" checkbox. - In the table of item types, the "Bookbable" column should be hidden by default. - Click the "Columns" button and check the "Bookable" menu item to show it. It should now appear. - Click the "Configure" button and try making changes to the default configuration. Your changes should be reflected on the item types pages. Sponsored-by: Athens County Public Libraries
Created attachment 183070 [details] [review] [review] Bug 38863: Show bookings options on itemtypes.pl This patch adds a column to the table of item types in item types administration to show if the item type is bookable by default. The column is hidden by default. To test, apply the patch and restart services. - Go to Administration -> Item types - If necessary, edit an item type and check the "Bookable" checkbox. - In the table of item types, the "Bookbable" column should be hidden by default. - Click the "Columns" button and check the "Bookable" menu item to show it. It should now appear. - Click the "Configure" button and try making changes to the default configuration. Your changes should be reflected on the item types pages. Sponsored-by: Athens County Public Libraries Signed-off-by: Esther Melander <yesther@bywatersolutions.com>