Commit graph

108 commits

Author SHA1 Message Date
tipaul
e2914a4499 Improvement : adding a systempref to define default view in OPAC (either normal, MARC or ISBD). Created automatically during install or update. Check that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView, Variable type : Choice, Variable options : normal|marc|isbd 2004-12-10 16:11:29 +00:00
tipaul
25bf4e04a3 adding acquisition permission 2004-12-02 17:17:00 +00:00
tipaul
8b01923b5b bugfix for auth_header creation 2004-11-26 20:26:49 +00:00
tipaul
ba80395e5d adding itemcallnumber entry 2004-11-23 09:11:08 +00:00
tipaul
9d92123a83 removing ldap systempref, it's now in C4/Auth_with_ldap.pm separate package 2004-11-16 13:03:45 +00:00
tipaul
d6044c0567 bugfix 2004-11-08 19:57:32 +00:00
tipaul
8d868bb448 adding a "location" field to the library.
This field is useful when the callnumber contains no information on the room where the item is stored.
With this field, we now have 3 levels of informations to find a book :
* the branch.
* the location.
* the callnumber.

This should be versatile enough to solve any storing method.
This hack is quite simple, due to the nice Biblio.pm API. The MARC => koha db link is automatically managed. Just add the link in the parameters section.
2004-09-06 10:00:19 +00:00
tipaul
8dd23037cd bugfixes 2004-08-12 14:50:50 +00:00
tipaul
1e33d3ca1a changing DB structure to calculate next issue number.
Seems to work fine.

Still misses the date calculation & the test of end of subscription (maybe for monday ?)
2004-08-06 16:38:41 +00:00
tipaul
566f12b455 Acquisition & Suggestion :
* acquisition rewritte : create a aqbasket table to deal with "bookseller order header".
* add "close basket" feature : a closed basket can't be modified
* suggestion feature : manage suggestions in acquisition (after suggestion filled in OPAC)
2004-07-15 09:46:31 +00:00
tipaul
fe850f8737 adding 2 free fields that can be used for sorting purposes 2004-07-06 08:24:17 +00:00
tipaul
73de15b3ff Adding 2 new fields, called "sort1" and "sort2"
They can be used for sorting & statistics reasons by the library.
2004-07-02 15:55:06 +00:00
rangi
31b20b5015 Fixing typo 2004-06-26 23:34:26 +00:00
tipaul
4f09f602f3 fixes in DB structure 2004-06-23 13:03:09 +00:00
tipaul
9619bb3c81 adding -s (silent) flag, to have a silent install.
only updater will be verbose
2004-06-22 11:30:57 +00:00
tipaul
d58d49bb9a missing Marc_Search index on marc_word 2004-06-17 15:19:44 +00:00
tipaul
4161d6fba6 DB modifs : merging tag & subfield in marc_word table 2004-06-17 08:25:21 +00:00
tipaul
e7e930ab39 MARC authority management (continued) 2004-06-10 08:28:40 +00:00
tipaul
1525f78ad6 * frameworks and itemtypes are independant
WARNING : will work only if applied to a 2.0 base. some modifs have been done since last commit that will NOT be applied if you run updatedatabase again.
2004-06-03 12:46:58 +00:00
tipaul
9c8d22eefa bugfix 2004-05-28 09:56:21 +00:00
tipaul
f2d64b92e1 adding :
* MARC authority file
* seealso & hidden in MARC biblio structure.
2004-05-28 08:32:00 +00:00
tipaul
275542c036 *** empty log message *** 2004-05-18 09:50:07 +00:00
tipaul
425a91c086 css is now the default theme for OPAC.
It will be the theme used for improvements and new things in OPAC.
2004-05-10 09:29:33 +00:00
tipaul
f2b3acaf7d adding table issuingrules (previously called categoryitem 2004-05-06 14:56:51 +00:00
tipaul
472ed63c80 adding printcirculationsplit parameter (already existed, but was not in systempref by defaul) 2004-05-03 09:32:25 +00:00
tipaul
81eb3e6fc6 seealso field set to 255 chars 2004-04-14 19:49:00 +00:00
tipaul
0b468a1a96 *** empty log message *** 2004-03-11 16:06:20 +00:00
tipaul
1498ce1415 adding seealso feature in MARC searches 2004-03-06 20:26:13 +00:00
tipaul
af08d677c5 synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:42:01 +00:00
tipaul
2e85cd80fd fix for 625 2003-12-18 17:23:22 +00:00
tipaul
abebb31d30 OPAC now show a systempref variable in main/home screen => easier to change for a library. 2003-12-15 14:39:52 +00:00
tipaul
afd24deea6 setting default acquisition to NORMAL, which is better, imho (it's always possible to add a biblio directly through catalogue menu entry) 2003-12-04 12:51:41 +00:00
tipaul
87819d35b1 bugfixes for biblio deletion 2003-12-03 17:47:14 +00:00
tipaul
a6c85616dc * removing too verbose messages.
* creating a fulltext index on bibliothesaurus
2003-11-28 10:08:33 +00:00
slef
2983976716 lengthen cardnumber to 16 and make it unique 2003-11-12 16:14:42 +00:00
tipaul
fb8dadc918 adding marc fields in deletedbiblio & deleteditems 2003-11-06 15:07:11 +00:00
rangi
73e7c08589 Making the borrowenumber an auto_increment field 2003-10-23 20:33:53 +00:00
slef
101d05478f Omitted annotation added. Closes: 624 2003-10-20 16:13:01 +00:00
slef
80f17291cd Adding USMARC to LOC z3950 entry 2003-10-20 16:10:19 +00:00
tipaul
d90136a57e oups... typo fix in z3950random field definition 2003-10-01 15:03:45 +00:00
tipaul
db7b80b859 fixing "z3950daemon not null" problem by changing the field to "null" instead of "not null". 2003-10-01 13:43:48 +00:00
tipaul
d496f547cf adding barcode NOT mandatory feature. Just run updatedatabase to get it.
Note it's impossible to issue an item without barcode, as issue/returns is based on barcode...
2003-09-30 16:22:05 +00:00
acli
e0fcae1ea9 Minor spelling correction 2003-07-16 04:08:29 +00:00
tipaul
2076eafb85 fixing a bug that occured when adding a field into a table. 2003-07-11 11:50:29 +00:00
tipaul
7472c8a866 *** empty log message *** 2003-07-07 15:37:20 +00:00
tipaul
7275c3a7bf (again) fix to avoid errors when creating fields that are primary keys and a previous primary key exist. 2003-07-07 15:36:13 +00:00
tipaul
0e2711298b fix to avoid errors when creating fields that are primary keys and a previous primary key exist. 2003-07-07 15:23:56 +00:00
tipaul
a8574a5b83 fixing bug #526 : gst rate is now calculated through systempref gist entry.
Before this fix :
* was harcoded to 12,5%
* some bugs in template parameters prevented the javascript to work.
* some bugs prevented some calculations to be done properly.
2003-07-07 14:11:16 +00:00
tipaul
3f5bfff353 *** empty log message *** 2003-06-23 15:54:32 +00:00
tipaul
711c90b460 *** empty log message *** 2003-06-23 11:26:21 +00:00