https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37601 Bug ID: 37601 Summary: Add status field to bookings table Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: paul.derscheid@lmscloud.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com The goal is to add a status column to the bookings table to track a bookings state Two existing ideas are: - confirmed (the default state for a freshly created booking, open for suggestions on a better name for this one) - cancelled For a follow-up bug: - active (booking is currently in the boundary of start and end date) - expired (bookings end date is in the past) - pending (bookings start date is in the future) should be calculated at runtime and zipped into the api response so that the datatable ordering and searching still works as expected. Additional opinions would be appreciated! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.