http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5478 --- Comment #3 from Salva Zaragoza Rubio <salva@masmedios.com> 2011-03-08 13:37:19 UTC --- (In reply to comment #2)
Okay, initial testing shows:
#1 - the bullets shouldn't display, they clutter the interface If the bullets are the input radio from the form they are needed to choose between the two possible formats. If they are the symbols of the rows list (<li>) they shouldn't be on display. Let me know what OS and browser you're testing with, or send me an screenshot to see what's your view.
#2 - exporting to ODS creates a corrupt file that I can't open in OpenOffice Have you installed the perl module Archive::Zip or zip/unzip system command?, to create a valid ODS file it has to ZIP compress a directory full of xml files. I don't know how to make a patch to install a missing perl module.
#3 - exporting to Excel works! I'm happy to hear about it. :)
#4 - the close bullet doesn't do anything ... Again, let me know what OS and browser you're testing with because I've tested it with Firefox/Chrome/Safari/Opera/IE8/KMeleon under Windows 7 Professional and it closes the layer opened.
#5 - why is there an import next to each framework? shouldn't you be importing a new framework? what happens if I import over an existing framework? To import to a new framework you have to create it first and afterwards import the structure from the spreadsheet. The spreadsheet only affects to the fields and subfields (marc_tag_structure and marc_subfield_structure MySQL tables). If you import over an existing framework and you haven't modified the spreadsheet the framework should remain unaltered. If you have modified the spreadsheet (adding a field, adding subfield, deleting a field, ...) importing it should make the same operations on the framework (MySQL tables).
#6 - I think there should be an export to MySQL No problem, can make it too.
I didn't test importing yet because of #5 above.
Thanks fot the rapid response and testing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.