tipaul
962584cbaa
removing sub branches (commited by chris for MARC=OFF bugfix, but sub branches is already in Acquisition.pm)
2004-11-24 16:00:01 +00:00
tipaul
23881a317e
* critical fix for acquisition (see RC3 release notes)
2004-11-24 15:59:15 +00:00
tipaul
caf9b3c04b
* critical fix for acquisition (see RC3 release notes)
...
* critical fix for duplicate finder
2004-11-24 15:58:31 +00:00
tipaul
1c16a1ee91
commiting modif already in RC2 (bug in breeding import)
2004-11-24 15:55:31 +00:00
rangi
7e1f5ce84b
Shifting branches() from deprecated C4::Catalogue to C4::Biblio
...
Allowing the non marc interface acquisitions to work.
2004-11-19 19:41:22 +00:00
tipaul
661080d2fd
fixing but to remove "request" link on "notforloan" materials
2004-11-18 10:34:24 +00:00
tipaul
1424addcc2
fix for bug 858 (no warning when issuing a reserved book)
2004-11-18 10:32:39 +00:00
tipaul
a47bdb1f57
suggestion from owen to add classification to isbn query
2004-11-12 17:26:24 +00:00
tipaul
8986960a12
removing useless warn & renaming a sub that can probably be removed
2004-11-08 19:49:45 +00:00
tipaul
d1c7377cf1
Improving FindDuplicate to find duplicate records on adding biblio
2004-11-05 10:15:27 +00:00
tipaul
2a1ae77f5e
Auth.pm with LDAP
...
perldoc Auth_with_ldap.pm to see how to set it
2004-11-05 10:13:31 +00:00
tipaul
5a612e176c
remove LDAP dependancy, replaced by auth_with_ldap.pm
2004-11-05 10:12:27 +00:00
tipaul
0b4c153905
export auth_count_usage (bugfix)
2004-11-05 10:11:39 +00:00
tipaul
8f0ca2ceb7
Limit search to 30 days when the order is by acquisition date desc (ie when the user want to see new books)
2004-11-05 10:10:48 +00:00
rangi
998cc6bc2b
Fixing bug that was stopping subject maintenance working
2004-11-05 00:08:22 +00:00
tipaul
5663435076
new feature : checking for duplicate biblio.
...
For instance, it's only done on ISBN only. Will be improved soon.
When a duplicate is detected, the biblio is not saved, but the user is asked for a confirmations.
2004-11-02 16:44:45 +00:00
tipaul
2b27da1e06
bugfix : using concat instead of + to merge field & subfield. Otherwise, when the subfield is a number, it's a numeric addition that is done !!!
2004-10-27 08:11:44 +00:00
tipaul
4eb5fd5a4c
rewritting item status checking : now, each item is shown with it's callnumber and status (available, on loan,...)
2004-10-25 09:38:00 +00:00
tipaul
2eda32b247
adding search orders history feature
2004-10-19 12:24:56 +00:00
tipaul
89dea6f3ec
Adding possibility to order the basket by :
...
* publishercode
OR
* budget then publishercode
2004-10-05 09:22:16 +00:00
tipaul
2cc3037397
adding getmember sub to the package (the Search.pm/borrdata should be removed, it has nothing to do here)
2004-10-04 20:19:08 +00:00
tipaul
b9a7f33601
* removing the hard coded $
...
* adding bookfund to the order list
2004-10-04 20:03:23 +00:00
tipaul
e49f99e9db
POD documenting
2004-09-23 16:16:24 +00:00
tipaul
df00471f94
indenting diff
2004-09-23 16:15:37 +00:00
tipaul
a78b5d16f5
Bugfix in modification
2004-09-23 16:12:35 +00:00
tipaul
a9c5f50275
adding barcode generator to Koha
2004-09-20 15:03:27 +00:00
tipaul
315a8670f1
some changes in serial management :
...
* in subscription Add, the issue number & date is used to calculate the 1st issue (previously, a "next issue number & date" was applied, meaning you had to enter the number & date of a previous issue)
* the "inner loop" used for serials number ({XYZ}) is now shown & can be modified. The innerloop is used for numbering formulas saying "change the number once every 4 times".
2004-09-20 10:16:05 +00:00
tipaul
38c72dd374
enabling # (| still possible too) for repeatable subfields
2004-09-16 15:06:46 +00:00
tipaul
214c37b371
modifs in new acquisition option : the search is now managed through the standard search API, with an "order by timestamp" order.
...
opac-new.pl can be removed
2004-09-16 09:21:05 +00:00
tipaul
f927e8eb36
bugfix for manually fixed duedate on issue.
2004-09-15 16:27:18 +00:00
tipaul
a1c11c5784
bugfixes in order modif
2004-09-15 16:13:41 +00:00
tipaul
e2a219b290
fixing bugs in issue renewal
2004-09-15 16:09:57 +00:00
tipaul
3ffcc8657d
fix for circulation rules test : the default branch is "", not "*" (* is for "any borrowertype" and "any itemtype")
2004-09-14 12:37:04 +00:00
tipaul
c0585cdeaf
*** empty log message ***
2004-09-13 15:26:42 +00:00
tipaul
92decf23bf
separating additional authors with - instead of a ,
...
a , can be used in french to separate name & surname
2004-09-13 15:25:38 +00:00
tipaul
d9dcfbeb7a
warn removes + fix for item count
2004-09-13 15:23:35 +00:00
tipaul
1af42ff447
bugfix for acquisitions
2004-09-13 15:21:59 +00:00
tipaul
fa793e394a
some commented warning added + 1 major bugfix => drop empty fields, NOT fields containing 0
2004-09-06 14:17:34 +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
shedges
f3e5fcd15d
Fix bug 789 (in HEAD)
2004-09-05 22:33:12 +00:00
shedges
686a41a71c
Minor changes to add classification data to return array from loose search.
2004-09-04 13:48:27 +00:00
tipaul
1edf59efe5
road to a better member management code.
...
Useful for LDAP integration
2004-09-02 16:27:09 +00:00
tipaul
a115863f93
some fixes for LDAP (more to come)
2004-09-02 16:25:20 +00:00
tipaul
56825e415f
modularizing (with Members.pm) members management
...
(beginning of...)
2004-08-30 13:48:58 +00:00
tipaul
6693f707b3
removing useless package
2004-08-30 13:22:46 +00:00
tipaul
4d23559149
fixing bug (dbh error in error log, even if the result was OK)
2004-08-20 09:14:07 +00:00
tipaul
2580ddc726
fixing a complex bug : the last results didn't have callnumber informations. Had to rewrite algorythm for building the result array.
2004-08-20 08:19:52 +00:00
tipaul
8790983cd5
commiting stephen hedges modifs to css template & fixing a bug in variable name (same name in TMPL_LOOP and TMPL_VAR confuses a lot HTML::Template)
2004-08-18 16:44:37 +00:00
tipaul
75e8b810e8
minor reindentings
2004-08-18 16:02:26 +00:00
tipaul
2e18684cde
modifs to support frameworkcodes
2004-08-18 16:01:37 +00:00