https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10198
Laurence Rault <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Laurence Rault <[email protected]> --- Specification proposal : Export authorised values - From the admin/authorized_values.pl page, there is already an export button, which only exports categories. - In the categories table: * Have an Export button that would allow exporting all values from all lists. * Have in the last column an Action button with an Export action to export only the values for the corresponding category (Similar to what is done for exporting/importing cataloguing frameworks.) Import authorised values : From this same page, have a global import button to be able to import values from a file containing data for several lists. * If the file contains an existing category code, import OK. * If the file contains an undefined category code, display an alert. For each category, in the Action button, add an Import action. If the file's category code doesn't match, display an alert. Import action: it should be possible to choose : * Replace list: delete all existing values for the list and replace them with those from the file. * Complete list: Adds missing values only (authorised_value field comparison). Display the number of imported values for each category. Export and import actions for a given list will also be accessible on the list detail page: XXX admin/authorised_values.pl?searchfield=XXX -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
