tipaul [Tue, 4 Mar 2003 16:15:16 +0000 (16:15 +0000)]
MARC search fixes and improvements. Now, ALL searches are indexed and should be very fast with any statement.
a few improvments, and it will be useable even with a NON-MARC installation of koha.
tipaul [Tue, 4 Mar 2003 16:12:08 +0000 (16:12 +0000)]
i'm proud to introduce common icons for all languages for default theme.
those icons directly comes from a kde icon set (no change of name).
they are supposed to be self explanatory and can be use to avoid "delete...", "add..." links
the admin pages have been modified and will be commited immediatly.
the look of koha is really nicer with those little icons.
Note that if you want to change the icon set, you just need to pick the icons in your kde local icon folder :-)
tipaul [Mon, 3 Mar 2003 17:38:01 +0000 (17:38 +0000)]
bugfixes for normal acquisition process. seems to work better.
NOTES to 1.2 managers : the 1.2 seems to have problems too :
* when finishrecieve is called, the booksellerid is lost, and you arrive to the "recieve.pl" again, it's with the 1st bookseller from the DB.
* under certain circunstances, the invoice # is lost, and ALL lines from the bookseller are shown. this strange behaviour is fixed too in this commit
tipaul [Mon, 3 Mar 2003 17:35:29 +0000 (17:35 +0000)]
bugfixes. seems to work better.
NOTES to 1.2 managers : the 1.2 seems to have problems too :
* when finishrecieve is called, the booksellerid is lost, and you arrive to the "recieve.pl" again, it's with the 1st bookseller from the DB.
* under certain circunstances, the invoice # is lost, and ALL lines from the bookseller are shown. this strange behaviour is fixed too in this commit
tipaul [Thu, 13 Feb 2003 18:01:26 +0000 (18:01 +0000)]
Road to 1.9.1 :
* headers included in each template now are text-only headers (like in non-english versions).
* Added "parameters" links in header
* Added "Cataloguing" link. The cataloguing link goes to the MARC cataloguing (acqui.simple). Will evolve in the near future with reordering of acquisition and cataloguing.
tipaul [Thu, 13 Feb 2003 17:27:47 +0000 (17:27 +0000)]
Road to 1.9.1
* templating of normal acquisitions
* some graphic changes (use of yellow color as "acquisition/cataloguin" symbol, header consistency...)
* minor reordering of screens (newbasket.pl now unused)
* few bugfixes
When templating finished, the recieving of a book will be ended by a "calatoguing" screen.
Cataloguing will be MARC cataloguing or non-MARC cataloguing, depending on "acquisitions" system parameter.
tipaul [Wed, 12 Feb 2003 11:01:04 +0000 (11:01 +0000)]
Support for 000 -> 010 fields.
Those fields doesn't have subfields.
In koha, we will use a specific "trick" : fields <10 will have a "virtual" subfield : "@".
Note it's only virtual : when rebuilding the MARC::Record, the koha API handle correctly "@" subfields => the resulting MARC record has a 00x field without subfield.
tipaul [Wed, 12 Feb 2003 11:01:01 +0000 (11:01 +0000)]
Support for 000 -> 010 fields.
Those fields doesn't have subfields.
In koha, we will use a specific "trick" : fields <10 will have a "virtual" subfield : "@".
Note it's only virtual : when rebuilding the MARC::Record, the koha API handle correctly "@" subfields => the resulting MARC record has a 00x field without subfield.
acli [Mon, 10 Feb 2003 07:14:16 +0000 (07:14 +0000)]
Moved the cardnumber generation logic out of memberentry.pl; new module
C4::Members created to hold this logic
Fixed syntax error in newimember.pl
Make newimember.pl use the cardnumber generation logic (bug 206)
Updated newimember.pl to use get_template_and_user
Other minor mods to newimember.pl; new tab size noted
acli [Sun, 9 Feb 2003 02:52:28 +0000 (02:52 +0000)]
Corrected the width of the image; the actual width was not the same as
the width declared in the HTML, causing the image on the screen to become
quite ugly
acli [Thu, 6 Feb 2003 05:04:36 +0000 (05:04 +0000)]
Explicitly declare dependency on HTML::Template
If checkauth() detects a permission problem (e.g., in untemplated scripts),
this is necessary for the code (that displays the error message) to run
(otherwise Perl dies with a very cryptic, confusing error message)