Bug 38863 - Show bookings options on itemtypes.pl
Summary: Show bookings options on itemtypes.pl
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Paul Derscheid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-10 17:02 UTC by Jessie Zairo
Modified: 2025-10-15 22:14 UTC (History)
3 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
25.11.00
Circulation function:


Attachments
Bug 38863: Show bookings options on itemtypes.pl (3.17 KB, patch)
2025-06-06 12:59 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 38863: Show bookings options on itemtypes.pl (3.00 KB, patch)
2025-10-06 11:40 UTC, Paul Derscheid
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>
Comment 3 Paul Derscheid 2025-10-06 11:40:10 UTC
Created attachment 187461 [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
Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
Comment 4 Lucas Gass (lukeg) 2025-10-15 22:14:42 UTC
Nice work everyone!

Pushed to main for 25.11