koha.git
17 years agoFixing a lot of formatting
rangi [Thu, 1 Jun 2006 22:49:08 +0000 (22:49 +0000)]
Fixing a lot of formatting

Now working on fixing modmember so it works with the new members system

17 years agoLink to modify a borrower working now
rangi [Thu, 1 Jun 2006 21:54:42 +0000 (21:54 +0000)]
Link to modify a borrower working now

17 years agoFix for adding organisations to a borrower
rangi [Thu, 1 Jun 2006 21:49:25 +0000 (21:49 +0000)]
Fix for adding organisations to a borrower

17 years agoImprovements for reserves infos in circulation.pl
alaurin [Thu, 1 Jun 2006 10:03:08 +0000 (10:03 +0000)]
Improvements for reserves infos in circulation.pl

new infos displayed :

 -Waiting position of borrower on document reserve .
 -Follow the document he's in transfert  .
 -more infos of document are displayed in a specific cell ....

N.B : the old display of reserves infos are only commented, will be removed, if new display is ok for everybody ...

17 years agoAdding a new column to the statistics table
rangi [Thu, 1 Jun 2006 03:18:11 +0000 (03:18 +0000)]
Adding a new column to the statistics table

17 years agoAllows a person to choose an associated borrower (orgranisation) when Issuing.
rangi [Thu, 1 Jun 2006 01:44:16 +0000 (01:44 +0000)]
Allows a person to choose an associated borrower (orgranisation) when Issuing.
This is to allow a person who is associated with many organisations to choose the one he/she is borrowing an item for

No changes to the issuing code, or the issues table, the associated borrower number is stored in the statistics table

17 years agoStores an associated borrowernumber now with issue data, if the system pref is set.
rangi [Thu, 1 Jun 2006 01:42:19 +0000 (01:42 +0000)]
Stores an associated borrowernumber now with issue data, if the system pref is set.
Otherwise there is no difference

17 years agoFix for expiry date bug
rangi [Thu, 1 Jun 2006 01:41:22 +0000 (01:41 +0000)]
Fix for expiry date bug

17 years agoReads external marc records with biblionumbers and populates koha tables with the...
tgarip1957 [Wed, 31 May 2006 15:49:38 +0000 (15:49 +0000)]
Reads external marc records with biblionumbers and populates koha tables with the new marc record (only the marc record). Useful after changing encodings etc.

17 years agobug fix : rank request of reserves by biblio is correct .
alaurin [Wed, 31 May 2006 14:07:26 +0000 (14:07 +0000)]
bug fix : rank request of reserves by biblio is correct .
now we can reserve with items, and biblios with rank-request .

17 years agobug fixing : syntax error in url to access at stats.pl
btoumi [Wed, 31 May 2006 09:02:08 +0000 (09:02 +0000)]
bug fixing : syntax error in url to access at stats.pl

17 years agobug fixing : syntax error in url to access at histsearch.pl
btoumi [Wed, 31 May 2006 08:42:55 +0000 (08:42 +0000)]
bug fixing : syntax error in url to access at histsearch.pl

17 years agobugfixing of the itemtypes infos in branchreserves,currenttransfers,waitingreservestr...
alaurin [Tue, 30 May 2006 12:03:54 +0000 (12:03 +0000)]
bugfixing of the itemtypes infos in branchreserves,currenttransfers,waitingreservestransfers

17 years agodoesn't use context yet ...
kados [Mon, 29 May 2006 17:51:16 +0000 (17:51 +0000)]
doesn't use context yet ...

17 years agoTesting suite for Record.pm. This script will assist you to determine
kados [Mon, 29 May 2006 17:43:56 +0000 (17:43 +0000)]
Testing suite for Record.pm. This script will assist you to determine
whether you system is capable of utilizing Record.pm (if there are
problems, it's likely with the back-end SAX Parser you've got installed).
I'll be expanding this in the future to provide better error handling
and instructions for fixing the parsers, etc.

17 years agoExpanding the error-handling and capabilities of the Record.pm API.
kados [Mon, 29 May 2006 17:41:44 +0000 (17:41 +0000)]
Expanding the error-handling and capabilities of the Record.pm API.

This module represents a major leap forward in Koha's support of standard
record formats (ISO-2709 (MARC), MARCXML, Dublin Core, MODS, etc). It
provides a standard API for record management as well as an error-handling
mechanism so that the API will return proper error strings to the calling
program. It's only partially implemented currently, but the API returns
proper error strings if a feature isn't implemented.

There is also a testing suite that you can use to check your system's
capabilities to handle record and encoding conversions. Commit coming
soon.

I'm gonna work in UNICODE support next ...

17 years agofixing some misspellings, reformatting a bit, etc.
kados [Wed, 24 May 2006 23:30:43 +0000 (23:30 +0000)]
fixing some misspellings, reformatting a bit, etc.

17 years agoRecord.pm is a new module in Koha 3.0 for managing MARC, MARCXML, XML, etc.
kados [Wed, 24 May 2006 21:29:32 +0000 (21:29 +0000)]
Record.pm is a new module in Koha 3.0 for managing MARC, MARCXML, XML, etc.
records. It can be used to convert from one record format to another,
build formats from html (such as in addbiblio and additem), convert from
one encoding to another, etc.

It's the first module that provides access to the new Koha 3.0 API that
I've been working on (stay tuned for a mail to koha-devel explaining it).

17 years agobug fixing : modify variable name and delete condition useless now
btoumi [Wed, 24 May 2006 13:14:04 +0000 (13:14 +0000)]
bug fixing : modify  variable name and delete condition useless now

17 years agobug fixing : adding a call to C4::members
btoumi [Wed, 24 May 2006 08:14:48 +0000 (08:14 +0000)]
bug fixing : adding a call to C4::members

17 years agoFixing a couple of syntax errors
rangi [Tue, 23 May 2006 23:52:31 +0000 (23:52 +0000)]
Fixing a couple of syntax errors

17 years agosyntax error has been corrected
btoumi [Tue, 23 May 2006 15:01:12 +0000 (15:01 +0000)]
syntax error has been corrected

17 years agoAdd category type value with A for Adult P for Professional
btoumi [Tue, 23 May 2006 14:26:15 +0000 (14:26 +0000)]
Add category type value with A for Adult P for Professional
I for Institution  and C for children

17 years agoadding cities & roadtype menus in Parameters menu (from SAN-OP)
btoumi [Tue, 23 May 2006 11:51:59 +0000 (11:51 +0000)]
adding cities & roadtype menus in Parameters menu (from SAN-OP)

17 years agoadding cities & roadtype (from SAN-OP)
tipaul [Tue, 23 May 2006 11:44:23 +0000 (11:44 +0000)]
adding cities & roadtype (from SAN-OP)

17 years agosyntax error has been corrected
btoumi [Tue, 23 May 2006 10:00:01 +0000 (10:00 +0000)]
syntax error has been corrected

17 years agoadd_member_orgs, to add borrowers to organisations (other borrowers)
rangi [Tue, 23 May 2006 03:18:39 +0000 (03:18 +0000)]
add_member_orgs, to add borrowers to organisations (other borrowers)

17 years agoShould be the last of the changes to these files
rangi [Tue, 23 May 2006 02:18:21 +0000 (02:18 +0000)]
Should be the last of the changes to these files

Have to build a table to store borrower->organisation (which are really just other borrowers) links and write a routine to populate that table.

May have to make another change to memberentry.pl

17 years agoNo merge needed, added a version string and the copyright statement
rangi [Tue, 23 May 2006 01:53:19 +0000 (01:53 +0000)]
No merge needed, added a version string and the copyright statement

17 years agoMore work on the multiple organisations
rangi [Tue, 23 May 2006 00:57:18 +0000 (00:57 +0000)]
More work on the multiple organisations

17 years agoCode to display list of organisations/institutions if memberofinstitution is set...
rangi [Tue, 23 May 2006 00:46:32 +0000 (00:46 +0000)]
Code to display list of organisations/institutions if memberofinstitution is set to yes

17 years agoContinuing work on allowing borrowers/patrons belong to organisations
rangi [Mon, 22 May 2006 23:57:06 +0000 (23:57 +0000)]
Continuing work on allowing borrowers/patrons belong to organisations

17 years agoAdding version string, checked merge from dev_week, not needed
rangi [Mon, 22 May 2006 23:25:37 +0000 (23:25 +0000)]
Adding version string, checked merge from dev_week, not needed

17 years agoFixing my syntax error, whoops
rangi [Mon, 22 May 2006 23:13:56 +0000 (23:13 +0000)]
Fixing my syntax error, whoops

17 years agoJust adding a version string
rangi [Mon, 22 May 2006 23:10:30 +0000 (23:10 +0000)]
Just adding a version string

17 years agoAdding new systempreference allowing for the library to add borrowers to institutions...
rangi [Mon, 22 May 2006 22:40:45 +0000 (22:40 +0000)]
Adding new systempreference allowing for the library to add borrowers to institutions (rest homes, parishes, schools, classes etc).

17 years agoAdding a new variable, memberofinstitution, this allows a borrower to belong to one...
rangi [Mon, 22 May 2006 22:32:46 +0000 (22:32 +0000)]
Adding a new variable, memberofinstitution, this allows a borrower to belong to one or more institutions.
Needed by a library.
There will be a new table to go with this plus some changes to the add/modfiy members pages. But the default value for this variable will be 0(no) so most people wont see any changes at all

17 years agoMerging in changes from dev_week branch
rangi [Mon, 22 May 2006 22:24:37 +0000 (22:24 +0000)]
Merging in changes from dev_week branch

17 years agoMerging from dev_week
rangi [Sun, 21 May 2006 06:09:33 +0000 (06:09 +0000)]
Merging from dev_week

17 years agoMerging from dev_week
rangi [Sun, 21 May 2006 06:03:32 +0000 (06:03 +0000)]
Merging from dev_week

17 years agoMerging dev_week, and fixing formatting
rangi [Sun, 21 May 2006 05:59:47 +0000 (05:59 +0000)]
Merging dev_week, and fixing formatting

17 years agosyncing dev-week and HEAD
kados [Sun, 21 May 2006 02:29:09 +0000 (02:29 +0000)]
syncing dev-week and HEAD

17 years agomerging dev-week and HEAD
kados [Sun, 21 May 2006 02:27:24 +0000 (02:27 +0000)]
merging dev-week and HEAD

17 years agosyncing dev-week and head
kados [Sun, 21 May 2006 02:19:00 +0000 (02:19 +0000)]
syncing dev-week and head

17 years agosyncing dev-week and HEAD
kados [Sun, 21 May 2006 02:17:02 +0000 (02:17 +0000)]
syncing dev-week and HEAD

17 years agosyncing dev-week and HEAD
kados [Sun, 21 May 2006 02:10:32 +0000 (02:10 +0000)]
syncing dev-week and HEAD

17 years agomerging dev-week and HEAD
kados [Sun, 21 May 2006 02:07:44 +0000 (02:07 +0000)]
merging dev-week and HEAD

17 years agomerging dev-week and HEAD
kados [Sun, 21 May 2006 01:54:13 +0000 (01:54 +0000)]
merging dev-week and HEAD

17 years agomerging dev-week and head. NOTE:
kados [Sun, 21 May 2006 01:50:51 +0000 (01:50 +0000)]
merging dev-week and head. NOTE:
<<<<<<< opac-readingrecord.pl
use C4::Date;
use C4::Members;
=======
use C4::Date;
use C4::Search;
>>>>>>> 1.6.2.6

C4::Search ... but it might be needed.

17 years agoTypo error. Missing '>'
tgarip1957 [Sat, 20 May 2006 14:36:09 +0000 (14:36 +0000)]
Typo error. Missing '>'

17 years agoIf an authority is modified biblios related to this authority were not updated but...
tgarip1957 [Sat, 20 May 2006 14:32:54 +0000 (14:32 +0000)]
If an authority is modified biblios related to this authority were not updated but a list of modified authorities was written to disk. Now by defult they get modified as well unless a system preference 'dontmerge' is defined. dontmerge=1 will keep the previous behaviour.

Authority zebra server may have different shadow settings. Support is added

17 years agoAdding support to read zebra database name from config files
tgarip1957 [Sat, 20 May 2006 14:28:02 +0000 (14:28 +0000)]
Adding support to read zebra database name from config files

17 years agoAdding variable support to zebradb. You may use shadowing or not on either authoritie...
tgarip1957 [Sat, 20 May 2006 14:18:04 +0000 (14:18 +0000)]
Adding variable support to zebradb. You may use shadowing or not on either authorities or biblios

17 years agoLock tables was repeated twice --fixed
tgarip1957 [Sat, 20 May 2006 00:13:31 +0000 (00:13 +0000)]
Lock tables was repeated twice --fixed

17 years agoAlter auth_subfield_structure table as well incase somebody uses thisprior to updatin...
tgarip1957 [Sat, 20 May 2006 00:03:14 +0000 (00:03 +0000)]
Alter auth_subfield_structure table as well incase somebody uses thisprior to updating database

17 years agofixing typo error
tgarip1957 [Fri, 19 May 2006 23:17:42 +0000 (23:17 +0000)]
fixing typo error

17 years agoNew help file for authority MARC structuring
tgarip1957 [Fri, 19 May 2006 23:09:04 +0000 (23:09 +0000)]
New help file for authority MARC structuring

17 years agoOld authorities did not contain authid in marc record. Add it
tgarip1957 [Fri, 19 May 2006 21:39:52 +0000 (21:39 +0000)]
Old authorities did not contain authid in marc record. Add it

17 years agoAdded new fields to auth_header and auth_subfield_table to allow ZEBRA use of authori...
tgarip1957 [Fri, 19 May 2006 19:31:29 +0000 (19:31 +0000)]
Added new fields to auth_header and auth_subfield_table to allow ZEBRA use of authorities and new MARC framework like structure.
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoUse this script to export all your authorities so that you can build an authority...
tgarip1957 [Fri, 19 May 2006 19:16:00 +0000 (19:16 +0000)]
Use this script to export all your authorities so that you can build an authority zebra. Use this after marc_into_authority.pl

17 years agorecord.abs for ZEBRA authorities. We need different configuration for authorities...
tgarip1957 [Fri, 19 May 2006 19:13:51 +0000 (19:13 +0000)]
record.abs for ZEBRA authorities. We need different configuration for authorities so a new folder is created

17 years agoThis script modifýes auth_header table, adds missing fields and populates with marc...
tgarip1957 [Fri, 19 May 2006 19:07:09 +0000 (19:07 +0000)]
This script modifýes auth_header table, adds missing fields and populates with marc record. Only to be used when updating from 2.2

17 years agoAll support for auth_subfield_tables is removed. All search is now with zebra authori...
tgarip1957 [Fri, 19 May 2006 18:09:39 +0000 (18:09 +0000)]
All support for auth_subfield_tables is removed. All search is now with zebra authorities. New authority structure allows multiple linking of authorities of differnet types to one another.
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoAuthority tables are modified to be compatible with new MARC frameworks. This change...
tgarip1957 [Fri, 19 May 2006 17:58:40 +0000 (17:58 +0000)]
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoAuthority tables are modified to be compatible with new MARC frameworks. This change...
tgarip1957 [Fri, 19 May 2006 17:49:14 +0000 (17:49 +0000)]
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoAuthority tables are modified to be compatible with new MARC frameworks. This change...
tgarip1957 [Fri, 19 May 2006 17:35:53 +0000 (17:35 +0000)]
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoAuthority tables are modified to be compatible with new MARC frameworks. This change...
tgarip1957 [Fri, 19 May 2006 17:30:07 +0000 (17:30 +0000)]
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoimprovement of reserves.pl with item - reservation
alaurin [Fri, 19 May 2006 17:05:11 +0000 (17:05 +0000)]
improvement of reserves.pl with item - reservation

17 years agonew dev : create 3 new program for circulation :
alaurin [Fri, 19 May 2006 17:01:02 +0000 (17:01 +0000)]
new dev : create 3 new program for circulation :

branchreserves : to see reserves for one library (with the branchip selection or librarian preferences)

currenttransfers : show all the transfers are waiting in the library

waitingreservetransfers: show all the book the librarian have to transfer to an another library .

"actions" are bugged, will be corrected .

17 years agoupdate database for :
alaurin [Fri, 19 May 2006 16:51:44 +0000 (16:51 +0000)]
update database for :
- new feature ip and printer management
adding two fields in branches table (branchip,branchprinter)

- waiting date : adding one field in reserves table(waiting date) to calculate the Maximum delay to pick up a reserved document when it's available

new system preference :
- ReservesMaxPickUpDelay : Maximum delay to pick up a reserved document
TransfersMaxDaysWarning : Max delay before considering the transfer as potentialy a problem

17 years agocommitting new feature ip and printer management
alaurin [Fri, 19 May 2006 09:52:54 +0000 (09:52 +0000)]
committing new feature ip and printer management
adding two fields in branches table (branchip,branchprinter)

branchip : if the library enter an ip or ip range any librarian that connect from computer in this ip range will be temporarly affected to the corresponding branch .

branchprinter : the library  can select a default printer for a branch

17 years agoNew feature from SAN Ouest Provence: ability to reserve a specific item in
plg [Wed, 17 May 2006 16:06:23 +0000 (16:06 +0000)]
New feature from SAN Ouest Provence: ability to reserve a specific item in
the intranet. The development was made on branch 2.2 by Arnaud Laurin from
Ouest Provence and integrated on HEAD by Pierrick Le Gall from INEO media
system.

New page reserve/request.pl taking a biblionumber as entry point.

New functions:

- C4::Biblio::get_iteminfos_of retrieves item informations for a list of
  itemnumbers

- C4::Biblio::get_biblioiteminfos_of retrieves biblioitem informations for a
  list of biblioitemnumbers

- C4::Biblio::get_itemnumbers_of retrieve the list of itemnumbers related to
  each biblionumber given in argument.

- C4::Circulation::Circ2::get_return_date_of retrieves return date for a
  list of itemnumbers.

- C4::Koha::get_itemtypeinfos_of retrieves the informations related to a
  list of itemtypes.

- C4::Koha::get_branchinfos_of retrieves the informations related to a list
  of branchcodes.

- C4::Koha::get_notforloan_label_of retrives the list of status/label for
  the authorised_values related to notforloan.

- C4::Koha::get_infos_of is the generic function used by all get_*infos_of.

- C4::Reserves2::GetNumberReservesFromBorrower

- C4::Reserves2::GetFirstReserveDateFromItem

Modified functions:

- C4::Reserves2::FindReserves was simplified to be more readable.

The reservation page is reserve/request.pl and is linked from nowhere as
long as zebra is not stable yet on HEAD.

17 years agoAdding support for getting details of different zebra servers
tgarip1957 [Sun, 14 May 2006 00:22:31 +0000 (00:22 +0000)]
Adding support for getting details of different zebra servers

17 years agoNew koha configuration file. Replaces koha.conf. Needs C4::Context.pm in head to...
tgarip1957 [Sat, 13 May 2006 20:02:08 +0000 (20:02 +0000)]
New koha configuration file. Replaces koha.conf. Needs C4::Context.pm in head to work.
This file now combines koha configuration and zebra configuration. Old koha.conf variable names are retained. They go between the tags <config>. Do not change the tag names for zebra part. Use zebrasrv -f /etc/koha.xml to start your server. The virtual server configuration details can be found in YAZ documentation

17 years agoNow reads koha.xml rather than koha.conf.
tgarip1957 [Sat, 13 May 2006 19:51:39 +0000 (19:51 +0000)]
Now reads koha.xml rather than koha.conf.
koha.xml contains both the koha configuration and zebraserver configuration.
Zebra connection is modified to allow connection to authority zebra as well.
It will break head if koha.conf is not replaced with koha.xml

17 years agobug fixing : adding a call to C4::members
btoumi [Fri, 12 May 2006 09:45:51 +0000 (09:45 +0000)]
bug fixing : adding a call to C4::members

17 years agoadding the branchname and the librarian name in every page :
tipaul [Tue, 9 May 2006 13:28:08 +0000 (13:28 +0000)]
adding the branchname and the librarian name in every page :
- modified userenv to add branchname
- modifier menus.inc to have the librarian name & userenv displayed on every page. they are in a librarian_information div.

18 years agobug 659 fixed: borrower category age limitations are now taken into account
plg [Fri, 21 Apr 2006 14:32:09 +0000 (14:32 +0000)]
bug 659 fixed: borrower category age limitations are now taken into account
during member registration.

Warning: new external module required, Date::Calc

18 years agoimprovements from SAN Ouest Provence :
tipaul [Fri, 21 Apr 2006 13:31:34 +0000 (13:31 +0000)]
improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agoIf you change your framework for MARC mapping use this script to remap your marc...
tgarip1957 [Thu, 20 Apr 2006 10:55:18 +0000 (10:55 +0000)]
If you change your framework for MARC mapping use this script to remap your marc record first. Drop the old framework and install the new one. Re export all your marc and recreate ZEBRA.
The script has to be manually edited to reflect your new mappings. KOHA 3.0 is expected to have new frameworks

18 years agoRemoved character padding around $barcode, used for testing.
sushi [Wed, 19 Apr 2006 05:06:02 +0000 (05:06 +0000)]
Removed character padding around $barcode, used for testing.

18 years agoCode39 section now has 'hide_asterisk', scans successfully
sushi [Wed, 19 Apr 2006 05:03:50 +0000 (05:03 +0000)]
Code39 section now has 'hide_asterisk', scans successfully

18 years ago*** empty log message ***
sushi [Wed, 19 Apr 2006 05:00:02 +0000 (05:00 +0000)]
*** empty log message ***

18 years ago$bibid, now correctly $biblionumber.
sushi [Wed, 19 Apr 2006 04:55:50 +0000 (04:55 +0000)]
$bibid, now correctly $biblionumber.

18 years agoSmall fix, 'labels remaining' now works.
sushi [Wed, 19 Apr 2006 04:51:03 +0000 (04:51 +0000)]
Small fix, 'labels remaining' now works.

18 years agoimprovement: in member details page, issue and reserve lines are toggled.
plg [Tue, 18 Apr 2006 10:32:24 +0000 (10:32 +0000)]
improvement: in member details page, issue and reserve lines are toggled.

18 years agobug fixed: my previous commit added a useless temporary A.button CSS class
plg [Tue, 18 Apr 2006 09:57:25 +0000 (09:57 +0000)]
bug fixed: my previous commit added a useless temporary A.button CSS class
(showing how to make a link look like a FORM button). A.button CSS class
removed.

18 years agomodification: removed fieldset and label CSS properties. Modifications
plg [Tue, 18 Apr 2006 09:53:10 +0000 (09:53 +0000)]
modification: removed fieldset and label CSS properties. Modifications
introduced by tipaul are not compliant with every template (depending on how
you use HTML labels). Shouldn't this kind of customization only be made
outside "prog" template?

18 years agobug fixed: typo fixed in labels and labels_conf tables creation query.
plg [Tue, 18 Apr 2006 09:36:36 +0000 (09:36 +0000)]
bug fixed: typo fixed in labels and labels_conf tables creation query.

18 years agoAdded check for modules for spine-label printing.
sushi [Tue, 18 Apr 2006 04:53:40 +0000 (04:53 +0000)]
Added check for modules for spine-label printing.

18 years agoAdded 'labels' and 'labels_conf' tables, for spine lable tool.
sushi [Mon, 17 Apr 2006 21:55:33 +0000 (21:55 +0000)]
Added 'labels' and 'labels_conf' tables, for spine lable tool.

18 years agoChange the MARC Leader to UTF-8 incase user did not set it. Important for Zebra.
tgarip1957 [Sat, 15 Apr 2006 02:47:47 +0000 (02:47 +0000)]
Change the MARC Leader to UTF-8 incase user did not set it. Important for Zebra.
The new M::F::XML is sensitive to leader settings

18 years agoMarc record should be set to UTF-8 in leader.Force it.
tgarip1957 [Sat, 15 Apr 2006 02:37:03 +0000 (02:37 +0000)]
Marc record should be set to UTF-8 in leader.Force it.
XML should be with<record> wrappers

18 years ago- adding some css properties (minor)
tipaul [Fri, 14 Apr 2006 09:36:51 +0000 (09:36 +0000)]
- adding some css properties (minor)
- adding links in members menu

improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agoremoving useless templates
tipaul [Fri, 14 Apr 2006 09:35:59 +0000 (09:35 +0000)]
removing useless templates

improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agodefaulting usernumber to '' (root login)
tipaul [Fri, 14 Apr 2006 09:33:56 +0000 (09:33 +0000)]
defaulting usernumber to '' (root login)

18 years agoremoving useless scripts
tipaul [Fri, 14 Apr 2006 09:32:18 +0000 (09:32 +0000)]
removing useless scripts

improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agoimprovements from SAN Ouest Provence :
tipaul [Fri, 14 Apr 2006 09:31:24 +0000 (09:31 +0000)]
improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agoRemoved spine labels NPL template files, should be in rel_2_2 only
sushi [Fri, 14 Apr 2006 05:14:16 +0000 (05:14 +0000)]
Removed spine labels NPL template files, should be in rel_2_2 only

18 years agobug fixed: typo on Zconnauth name
plg [Thu, 13 Apr 2006 08:40:11 +0000 (08:40 +0000)]
bug fixed: typo on Zconnauth name