https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32773
--- Comment #15 from Brendan Lawlor <[email protected]> --- Thanks for testing David! Also big thanks to Nick for chatting about this, which helped me to realize adding a column is a better way to achieve this. (In reply to David Nind from comment #8) > I did a quick test, things look good so far! > > Some notes: > > 1. Bibliographic framework code: currently this is only 4 characters long. I > think it may need to be longer to make the codes more meaningful, depending > on how libraries want to name their fast add frameworks Good point. I didn't include this because I'm new to making database changes and wanted to keep it simple > > 2. Selecting the fast add framework to use: I'm assuming the staff member > would select from the current 'Settings' menu option when adding a record. > Some ideas: > - Maybe having another menu with 'Select fast add framework' could be an > option. You read my mind and this is included. This is exactly how I thought it would be best for the UI. > - Alternatively, when there is more than one fast add framework the staff > member gets a dialog box to select the fast add framework before the add > record form I think this is a good idea to enhance this further, for now it defaults to the default Fast Add and users can switch framework in the settings drop down. > - Related to this, maybe have some way to select a default framework. I'm not sure, but maybe this would be best implemented as a system preference where you can select a single framework > 3. Permissions: assuming here that there is still some work to be done for > this to work. This makes a couple changes to conditionals that set or check permissions so it's a good thing to keep an eye on when testing. > 4. Database update: default for the new [column] Only the 'FA' framework sets is_fast_add = 1 All other frameworks default to is_fast_add = 0 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
