OUT OF DATE CONTENT: This content has been superceeded by a new page
This is old content that was brought across from the old wiki. View the current wish list Wishlist 11 May 2006
* Separate out the select list of classes from /cat/index.html and /catalogue/index.html yeah this one needs a bit more thought, we need perhaps somewhere in pauls admin screen a way to group classes/itemtypes together?
Questions to solve
How to separate out the barcode routine and the checkdigit?
Should there be an undelete borrowers option on a page somewhere which retrieves from the deleted borrowers table (as opposed to the borrowers table)?
Is there a need for a config guide or menu for what to put into the
SQL tables for preferences, etc for a new blank installation? Any comments on the modifications to insert data into all of the tables when you install Koha … ie 3 test books, 2 test borrowers, branch printer…etc -
Dragon28 (Mike)
–
i_will_do_a_more_comprehensive_sample_db_-_paul
The sub
ItemInfo (Search.pm) returns no data if items.holdingbranch is NULL. The result is that detail.pl info table remains blank and “Total number of items appears as “0” in the biblio detail.pl record table. Is that the desired result… or should
ItemInfo be modified? -
(rog)
—-
Technical decisions to make
we should convert the tables in the DB to a
InnoDB and add reference integrity constraints to improve DB stability
the db is rather confusing, can we write some documentation and/or draw some reference diagrams
I was thinking that an export to
XML feature might be a useful feature -
chris
Any comments about adding new columns in 'borrowers' for “State/Location” and “Postal/Zip code” and “Country Name/Code” - If so, then any thoughts on specifications for these? - Rog
How about moving towards support for other databases like Postgres, Oracle, or DB2 – could be helpful for large collections.