Bug 38863

Summary: Show bookings options on itemtypes.pl
Product: Koha Reporter: Jessie Zairo <jzairo>
Component: System AdministrationAssignee: Owen Leonard <oleonard>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: esther.melander, gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 38863: Show bookings options on itemtypes.pl

Description Jessie Zairo 2025-01-10 17:02:59 UTC
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.
Comment 1 Owen Leonard 2025-06-06 12:59:55 UTC
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
Comment 2 Esther Melander 2025-06-06 19:12:41 UTC
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>