koha.git
18 years agocode cleaning : removing useless package (everything needed copied in Accounts2.pm)
tipaul [Wed, 26 Oct 2005 08:29:28 +0000 (08:29 +0000)]
code cleaning : removing useless package (everything needed copied in Accounts2.pm)

18 years agoNeglected to add this file previously.
oleonard [Wed, 12 Oct 2005 15:04:45 +0000 (15:04 +0000)]
Neglected to add this file previously.

18 years agoFixed bug #1013. Works for me, if someone can check.
doxulting [Wed, 5 Oct 2005 16:19:21 +0000 (16:19 +0000)]
Fixed bug #1013. Works for me, if someone can check.

18 years agoRemoved extra html tags which were creating mistakes in display
doxulting [Tue, 4 Oct 2005 14:41:48 +0000 (14:41 +0000)]
Removed extra html tags which were creating mistakes in display

18 years agoChanger submit type. It was preventing setting the banchcode. It is correct in englis...
doxulting [Mon, 3 Oct 2005 16:21:10 +0000 (16:21 +0000)]
Changer submit type. It was preventing setting the banchcode. It is correct in english, hope my change will be reported when translation will be done.

18 years agoPreviously there was no check to make sure that an issn number
joshferraro [Fri, 30 Sep 2005 18:58:25 +0000 (18:58 +0000)]
Previously there was no check to make sure that an issn number
actually existed; so if there was no isbn, and the issn was blank,
the item would be assigned a random biblionumber and the breeding farm
would report that the item already exists in the catalog (even though
it didn't). This fix adds a check to determine whether the imported
record has an issn before assigning a matching biblionumber.

18 years agoMarks the item borrowed now on the items table
rangi [Thu, 22 Sep 2005 23:30:37 +0000 (23:30 +0000)]
Marks the item borrowed now on the items table

18 years agosee mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblio...
tipaul [Thu, 22 Sep 2005 15:31:05 +0000 (15:31 +0000)]
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...)

18 years agosee mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblio...
tipaul [Thu, 22 Sep 2005 10:01:45 +0000 (10:01 +0000)]
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...)

18 years agoremoving useless script
tipaul [Tue, 13 Sep 2005 08:32:50 +0000 (08:32 +0000)]
removing useless script

18 years agoSeveral fixes to allow for creation of valid Code 128 barcodes.
joshferraro [Mon, 12 Sep 2005 01:52:41 +0000 (01:52 +0000)]
Several fixes to allow for creation of valid Code 128 barcodes.
A new function allows for printing of call number rather than title/author
(default behavior). These barcodes should work fine now with any scanner
capable of Code 128 (with a checksum).

18 years agoAdd support for itemtypes. Still need to hardcode 'reservable'
joshferraro [Sun, 11 Sep 2005 23:55:19 +0000 (23:55 +0000)]
Add support for itemtypes. Still need to hardcode 'reservable'
itemtypes to script.

18 years agoporting 22 fixes to head
tipaul [Fri, 9 Sep 2005 10:04:55 +0000 (10:04 +0000)]
porting 22 fixes to head

18 years agoNow takes date range, and credits are displayed as 2dp.
szrj1m [Wed, 7 Sep 2005 01:22:17 +0000 (01:22 +0000)]
Now takes date range, and credits are displayed as 2dp.

18 years agomake status contingent upon all status fields in Koha including itemtype
joshferraro [Tue, 6 Sep 2005 12:28:08 +0000 (12:28 +0000)]
make status contingent upon all status fields in Koha including itemtype

18 years agoFixing typo channing ' to " so the title is stored in accountlines not $title
rangi [Tue, 6 Sep 2005 05:34:52 +0000 (05:34 +0000)]
Fixing typo channing ' to " so the title is stored in accountlines not $title

18 years agoadding Content-Disposition to header to allow for browsers to recognize
joshferraro [Mon, 5 Sep 2005 22:25:11 +0000 (22:25 +0000)]
adding Content-Disposition to header to allow for browsers to recognize
it's a PDF by default, etc.

18 years agomoving NewBorrowerNumber sub to Members package
tipaul [Mon, 5 Sep 2005 19:27:21 +0000 (19:27 +0000)]
moving NewBorrowerNumber sub to Members package

18 years agomoving findguarantor sub to Members package
tipaul [Mon, 5 Sep 2005 19:26:08 +0000 (19:26 +0000)]
moving findguarantor sub to Members package

18 years agoremoving findguarantee, that is also in Members.pm
tipaul [Mon, 5 Sep 2005 19:24:38 +0000 (19:24 +0000)]
removing findguarantee, that is also in Members.pm

18 years agoLooks to me like this isn't used anymore
oleonard [Sat, 3 Sep 2005 18:39:04 +0000 (18:39 +0000)]
Looks to me like this isn't used anymore

18 years agoPutting this template in with reserves where it belongs. Adding alternating row...
oleonard [Sat, 3 Sep 2005 18:35:37 +0000 (18:35 +0000)]
Putting this template in with reserves where it belongs.  Adding alternating row colors, formatting links properly to go with updates to the script.

18 years agoMoving HTML out of the script, passing variables instead to the template. Adding...
oleonard [Sat, 3 Sep 2005 18:33:15 +0000 (18:33 +0000)]
Moving HTML out of the script, passing variables instead to the template.  Adding toggle variable for alternating row colors

18 years agoreservereport.tmpl has been moved to /reports
oleonard [Sat, 3 Sep 2005 18:31:03 +0000 (18:31 +0000)]
reservereport.tmpl has been moved to /reports

18 years agoPutting this template in with reserves where it belongs. Also making a few changes...
oleonard [Sat, 3 Sep 2005 18:30:20 +0000 (18:30 +0000)]
Putting this template in with reserves where it belongs.  Also making a few changes: bringing it more in line with other CSS templates, adding alternating row colors, formatting links properly to go with updates to the script.

18 years agoModified module to no longer use Date::Manip, not as powerful, but a lot faster.
rangi [Sat, 3 Sep 2005 00:54:23 +0000 (00:54 +0000)]
Modified module to no longer use Date::Manip, not as powerful, but a lot faster.

18 years agoThis is currently a copy of C4::Date
rangi [Sat, 3 Sep 2005 00:35:47 +0000 (00:35 +0000)]
This is currently a copy of C4::Date

But C4::Date uses Date::Manip, which in the authors own words

"If you look in CPAN, you'll find that there are a number of Date and Time packages.  Is Date::Manip the one you should be using?  In my
opinion, the answer is no most of the time."

He goes on to say, that because Date::Manip is powerful and is written fully in perl its also slow.
Now Circulation needs to be as fast as possible. And C4::Date isnt actually doing anything particularly tricky,
So im working on C4::Circulation::Date to be a replacement, in an attempt to win some speed

18 years agoLink to reviews displaying if there are any available
rangi [Sat, 3 Sep 2005 00:28:01 +0000 (00:28 +0000)]
Link to reviews displaying if there are any available

18 years agoMore ugly html, this template is to display reviews, once a user has click on the...
rangi [Sat, 3 Sep 2005 00:25:08 +0000 (00:25 +0000)]
More ugly html, this template is to display reviews, once a user has click on the display review link on the opac-detail.pl page

18 years agoTemplate for editing/adding a review.
rangi [Sat, 3 Sep 2005 00:22:17 +0000 (00:22 +0000)]
Template for editing/adding a review.
This is ugly chris html .. im hoping Owen or someone can fix it up

18 years agoChange to the template to display a link to add a review
rangi [Sat, 3 Sep 2005 00:18:29 +0000 (00:18 +0000)]
Change to the template to display a link to add a review

18 years agoNow fetches the number of reviews, and passes it through to the template to be displayed
rangi [Sat, 3 Sep 2005 00:10:36 +0000 (00:10 +0000)]
Now fetches the number of reviews, and passes it through to the template to be displayed

18 years agoScript to display reviews, given a biblionumber
rangi [Sat, 3 Sep 2005 00:09:34 +0000 (00:09 +0000)]
Script to display reviews, given a biblionumber

18 years agoScript to add or edit a review
rangi [Sat, 3 Sep 2005 00:07:55 +0000 (00:07 +0000)]
Script to add or edit a review

18 years agoA work in progress still.
rangi [Sat, 3 Sep 2005 00:05:40 +0000 (00:05 +0000)]
A work in progress still.
This module is for dealing with user submitted reviews of items
Currently it allows (with some scripts) a user to review any item on their reading record.
The review is marked unvetted, and a librarian must vette and approve the review before it can show to the public

The scripts to add/edit a review, and to display them for the opac are done.
The script to display a list of reviews waiting vetting for the librarians has also been done.

18 years ago* road to zebra for MARC=OFF
tipaul [Fri, 2 Sep 2005 14:46:40 +0000 (14:46 +0000)]
* road to zebra for MARC=OFF
* removing Acquisitions/branches.pm call, as it's now in Koha.pm

18 years agonew feature : image for itemtypes.
tipaul [Fri, 2 Sep 2005 14:45:29 +0000 (14:45 +0000)]
new feature : image for itemtypes.

* run updater/updatedatabase to create imageurl field in itemtypes.
* go to Koha >> parameters >> itemtypes >> modify (or add) an itemtype. You will see around 20 nice images to choose between (thanks to owen). If you prefer your own image, you also can type a complete url (http://www.myserver.lib/path/to/my/image.gif)
* go to OPAC, and search something. In the result list, you now have the picture instead of the text itemtype.

18 years agocontinuing the work to move to zebra. Begin of work for MARC=OFF support.
tipaul [Fri, 2 Sep 2005 14:34:14 +0000 (14:34 +0000)]
continuing the work to move to zebra. Begin of work for MARC=OFF support.
IMPORTANT NOTE : the MARCkoha2marc sub API has been modified. Instead of biblionumber & biblioitemnumber, it now gets a hash.
The sub is used only in Biblio.pm, so the API change should be harmless (except for me, but i'm aware ;-) )

18 years agoremoving branches sub, that should be in Koha.pm package (generic sub)
tipaul [Fri, 2 Sep 2005 14:30:28 +0000 (14:30 +0000)]
removing branches sub, that should be in Koha.pm package (generic sub)

18 years agonew feature : image for itemtypes.
tipaul [Fri, 2 Sep 2005 14:28:38 +0000 (14:28 +0000)]
new feature : image for itemtypes.

* run updater/updatedatabase to create imageurl field in itemtypes.
* go to Koha >> parameters >> itemtypes >> modify (or add) an itemtype. You will see around 20 nice images to choose between (thanks to owen). If you prefer your own image, you also can type a complete url (http://www.myserver.lib/path/to/my/image.gif)
* go to OPAC, and search something. In the result list, you now have the picture instead of the text itemtype.

18 years agonew feature : image for itemtypes.
tipaul [Fri, 2 Sep 2005 14:18:38 +0000 (14:18 +0000)]
new feature : image for itemtypes.

* run updater/updatedatabase to create imageurl field in itemtypes.
* go to Koha >> parameters >> itemtypes >> modify (or add) an itemtype. You will see around 20 nice images to choose between (thanks to owen). If you prefer your own image, you also can type a complete url (http://www.myserver.lib/path/to/my/image.gif)
* go to OPAC, and search something. In the result list, you now have the picture instead of the text itemtype.

18 years agoFix for loanlength to make the default length work properly
rangi [Wed, 31 Aug 2005 23:11:19 +0000 (23:11 +0000)]
Fix for loanlength to make the default length work properly

18 years agoFix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on...
oleonard [Wed, 31 Aug 2005 15:53:53 +0000 (15:53 +0000)]
Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine. Also quoting some unquoted attributes and fixing some HTML typos

18 years agoFixing broken link back to moremember.pl
oleonard [Wed, 31 Aug 2005 15:53:03 +0000 (15:53 +0000)]
Fixing broken link back to moremember.pl

18 years agoFix for the counts being inaccruate
rangi [Tue, 30 Aug 2005 02:05:55 +0000 (02:05 +0000)]
Fix for the counts being inaccruate

18 years agoAdded link to 'reservereport.pl'.
szrj1m [Mon, 29 Aug 2005 01:41:12 +0000 (01:41 +0000)]
Added link to 'reservereport.pl'.

18 years agoRemoved Data:Dumper line, and general tidy-up.
szrj1m [Sat, 27 Aug 2005 05:59:00 +0000 (05:59 +0000)]
Removed Data:Dumper line, and general tidy-up.

18 years agoSet 'authnotrequired' to 0
szrj1m [Sat, 27 Aug 2005 04:04:40 +0000 (04:04 +0000)]
Set 'authnotrequired' to 0

18 years agoAdded status field, and patron asnd title links.
szrj1m [Fri, 26 Aug 2005 23:55:25 +0000 (23:55 +0000)]
Added status field, and patron asnd title links.

18 years agoAdded status field, and patron and title links.
szrj1m [Fri, 26 Aug 2005 23:53:59 +0000 (23:53 +0000)]
Added status field, and patron and title links.

18 years agoRemoved useless line
doxulting [Fri, 26 Aug 2005 12:26:26 +0000 (12:26 +0000)]
Removed useless line

18 years agoCorrect a bug that prevents selectionning an entry with a quote
doxulting [Fri, 26 Aug 2005 12:18:59 +0000 (12:18 +0000)]
Correct a bug that prevents selectionning an entry with a quote

18 years agoSyncing rangik enhancements to main.
szrj1m [Fri, 26 Aug 2005 04:43:18 +0000 (04:43 +0000)]
Syncing rangik enhancements to main.

18 years agoFixed reserve report script
rangi [Thu, 25 Aug 2005 23:17:26 +0000 (23:17 +0000)]
Fixed reserve report script

18 years agofixing unfilledreserves
rangi [Thu, 25 Aug 2005 23:15:34 +0000 (23:15 +0000)]
fixing unfilledreserves

18 years agoShifting in here from the base directory
rangi [Thu, 25 Aug 2005 22:29:30 +0000 (22:29 +0000)]
Shifting in here from the base directory

18 years agoMoving to reports/
rangi [Thu, 25 Aug 2005 22:28:21 +0000 (22:28 +0000)]
Moving to reports/

18 years agoFixes for Bug 926 (forms lack method and/or action attributes). Also hiding 'delete...
oleonard [Wed, 24 Aug 2005 17:54:51 +0000 (17:54 +0000)]
Fixes for Bug 926 (forms lack method and/or action attributes).  Also hiding 'delete' functionality from opac-shelves.tmpl when user cannot manage shelf, other HTML cleanup

18 years agoAdding a note field in serial table.
hdl [Wed, 24 Aug 2005 08:49:03 +0000 (08:49 +0000)]
Adding a note field in serial table.
This will allow librarian to mention a note on a peculiar waiting serial number.

18 years agoFixed non us date, and ?time=19/08/2005 now works.
szrj1m [Tue, 23 Aug 2005 23:56:08 +0000 (23:56 +0000)]
Fixed non us date, and ?time=19/08/2005 now works.

18 years agoTidy up.
szrj1m [Tue, 23 Aug 2005 22:03:09 +0000 (22:03 +0000)]
Tidy up.

18 years agoThis shelves template doesn't appear to be in use by any scripts. All intranet virtu...
oleonard [Mon, 22 Aug 2005 19:09:49 +0000 (19:09 +0000)]
This shelves template doesn't appear to be in use by any scripts.  All intranet virtual shelves templates are under \koha-tmpl\intranet-tmpl\default\en\bookshelves

18 years agoSeveral new item type images, corresponding to item types used by requesting library.
oleonard [Mon, 22 Aug 2005 19:02:21 +0000 (19:02 +0000)]
Several new item type images, corresponding to item types used by requesting library.

18 years agomodified template to enable circulation system to show picture of borrower for verifi...
genjimoto [Mon, 22 Aug 2005 12:54:25 +0000 (12:54 +0000)]
modified template to enable circulation system to show picture of borrower for verification purposes.

18 years agomodified script to enable circulation system to show picture of borrower for verifica...
genjimoto [Mon, 22 Aug 2005 12:53:48 +0000 (12:53 +0000)]
modified script to enable circulation system to show picture of borrower for verification purposes.

18 years agoTidy up.
szrj1m [Mon, 22 Aug 2005 05:56:34 +0000 (05:56 +0000)]
Tidy up.

18 years agoScript to either 1) display upload template or 2) upload file if param 'photo' was...
genjimoto [Mon, 22 Aug 2005 04:25:11 +0000 (04:25 +0000)]
Script to either 1) display upload template or 2) upload file if param 'photo' was used.

18 years agoTemplate for photo upload, see member-picupload.pl and moremember.pl and moremember...
genjimoto [Mon, 22 Aug 2005 04:23:44 +0000 (04:23 +0000)]
Template for photo upload, see member-picupload.pl and moremember.pl and moremember.tmpl

18 years agoAdded picture display. if this borrower picture exists, it displays. Either way...
genjimoto [Mon, 22 Aug 2005 04:21:38 +0000 (04:21 +0000)]
Added picture display.  if this borrower picture exists, it displays. Either way, it has a "Upload Picture" label that calls member-picupload.pl

18 years agoAdded picture displaying code. If member picture exists in intranet-tmpl/borrowerimag...
genjimoto [Mon, 22 Aug 2005 04:18:31 +0000 (04:18 +0000)]
Added picture displaying code. If member picture exists in intranet-tmpl/borrowerimages/ (ie if bornum is 1, then its picture will be 1.jpg) then display.

18 years agoOops, adding CSV_XS module back.
szrj1m [Mon, 22 Aug 2005 02:26:36 +0000 (02:26 +0000)]
Oops, adding CSV_XS module back.

18 years ago&getcredits now returning 'BAY' and 'WORK' type credits too.
szrj1m [Mon, 22 Aug 2005 01:05:49 +0000 (01:05 +0000)]
&getcredits now returning 'BAY' and 'WORK' type credits too.

18 years agoHTL mod for till reconciliation.
szrj1m [Mon, 22 Aug 2005 00:52:35 +0000 (00:52 +0000)]
HTL mod for till reconciliation.

18 years agoRemoved unneeded modules.
szrj1m [Mon, 22 Aug 2005 00:37:11 +0000 (00:37 +0000)]
Removed unneeded modules.

18 years agoRemoved unused modules.
szrj1m [Mon, 22 Aug 2005 00:33:45 +0000 (00:33 +0000)]
Removed unused modules.

18 years agoHTL mod for till reconciliation.
szrj1m [Mon, 22 Aug 2005 00:24:07 +0000 (00:24 +0000)]
HTL mod for till reconciliation.

18 years agoHLT mod for till reconciliation, opens to csv'ed excel.
szrj1m [Mon, 22 Aug 2005 00:21:41 +0000 (00:21 +0000)]
HLT mod for till reconciliation, opens to csv'ed excel.

18 years agoHLT mod for till reconciliation.
szrj1m [Mon, 22 Aug 2005 00:19:43 +0000 (00:19 +0000)]
HLT mod for till reconciliation.

18 years agoAdded &getcredits routine.
szrj1m [Fri, 19 Aug 2005 00:38:33 +0000 (00:38 +0000)]
Added &getcredits routine.

18 years agoUpdateStats is now being passed $accountno.
szrj1m [Thu, 18 Aug 2005 21:15:20 +0000 (21:15 +0000)]
UpdateStats is now being passed $accountno.

18 years agousing C4::Koha getitemtypes sub & not search.pm one (quest for normalization)
tipaul [Fri, 12 Aug 2005 14:05:34 +0000 (14:05 +0000)]
using C4::Koha getitemtypes sub & not search.pm one (quest for normalization)

18 years agonormalizing API, using biblionumber everywhere
tipaul [Fri, 12 Aug 2005 14:03:00 +0000 (14:03 +0000)]
normalizing API, using biblionumber everywhere

18 years agominor change in UNIMARC zebra.cfg
tipaul [Fri, 12 Aug 2005 13:58:08 +0000 (13:58 +0000)]
minor change in UNIMARC zebra.cfg

18 years ago*** empty log message ***
tipaul [Fri, 12 Aug 2005 13:57:03 +0000 (13:57 +0000)]
*** empty log message ***

18 years agominor change in css (margin between buttons)
tipaul [Fri, 12 Aug 2005 13:53:35 +0000 (13:53 +0000)]
minor change in css (margin between buttons)

18 years agonormalizing API, using biblionumber everywhere
tipaul [Fri, 12 Aug 2005 13:53:09 +0000 (13:53 +0000)]
normalizing API, using biblionumber everywhere

18 years agoremoving itemcount sub, that is already in Biblio.pm
tipaul [Fri, 12 Aug 2005 13:52:28 +0000 (13:52 +0000)]
removing itemcount sub, that is already in Biblio.pm

18 years agosearching with the zebra.
tipaul [Fri, 12 Aug 2005 13:51:48 +0000 (13:51 +0000)]
searching with the zebra.
replacing 2.2 marc search by a Net::z3950 search (waiting for Perl/Zoom)
works only for title/author/isbn search, any other search is considered as 'keywork search' (=anywhere

18 years agoremoving useless sub declarations
tipaul [Fri, 12 Aug 2005 13:50:31 +0000 (13:50 +0000)]
removing useless sub declarations

18 years agowas a test for inverted indexes. Useless we have choosen zebra
tipaul [Fri, 12 Aug 2005 13:39:51 +0000 (13:39 +0000)]
was a test for inverted indexes. Useless we have choosen zebra

18 years agoremoving useless package
tipaul [Fri, 12 Aug 2005 13:39:04 +0000 (13:39 +0000)]
removing useless package

18 years agoThis script can be use to rebuild the zebra DB. It stores all koha MARC records in...
tipaul [Thu, 11 Aug 2005 16:35:54 +0000 (16:35 +0000)]
This script can be use to rebuild the zebra DB. It stores all koha MARC records in iso2709, in the bilbios directory. After that, you just have to "zebraidx update biblios"

I tried on a 9900 DB, here are the results :

[paul@bureau migration_tools]$ ./rebuild_zebra.pl -c
9900
9903 MARC record done in 37.9104120731354 seconds

[paul@bureau zebra]$ zebraidx update biblios
<snip>
18:31:24-11/08 zebraidx(20348) [log] Iterations . . . 144575
18:31:24-11/08 zebraidx(20348) [log] Distinct words .  39891
18:31:24-11/08 zebraidx(20348) [log] Updates. . . . .     46
18:31:24-11/08 zebraidx(20348) [log] Deletions. . . .      2
18:31:24-11/08 zebraidx(20348) [log] Insertions . . .  39843
18:31:24-11/08 zebraidx(20348) [log] zebra_register_close p=0x8104cf8
18:31:25-11/08 zebraidx(20348) [log] Records:    9887 i/u/d 9881/6/0
18:31:25-11/08 zebraidx(20348) [log] user/system: 531/145
18:31:25-11/08 zebraidx(20348) [log] zebra_stop
18:31:25-11/08 zebraidx(20348) [log] zebraidx times: 11.33  5.31  1.45

18 years agoPlaying with the zebra...
tipaul [Thu, 11 Aug 2005 16:12:47 +0000 (16:12 +0000)]
Playing with the zebra...

* go to koha cvs home directory
* in misc/zebra there is a unimarc directory. I suggest that marc21 libraries create a marc21 directory
* put your zebra.cfg files here & create your database.
* from koha cvs home directory, ln -s misc/zebra/marc21 zebra (I mean create a symbolic link to YOUR zebra directory)
* now, everytime you add/modify a biblio/item your zebra DB is updated correctly.

NOTE :
* this uses a system call in perl. CPU consumming, but we are waiting for indexdata Perl/zoom
* deletion still not work
* UNIMARC zebra config files are provided in misc/zebra/unimarc directory. The most important line being :
in zebra.cfg :
recordId: (bib1,Local-number)
storeKeys:1

in .abs file :
elm 090            Local-number            -
elm 090/?          Local-number            -
elm 090/?/9        Local-number            !:w

(090$9 being the field mapped to biblio.biblionumber in Koha)

18 years ago* POD documenting
tipaul [Thu, 11 Aug 2005 14:37:32 +0000 (14:37 +0000)]
* POD documenting
* removing useless subs
* removing some subs that are also elsewhere
* renaming all OLDxxx subs to REALxxx subs (should not change anything, as OLDxxx, as well as REAL, are supposed to be for Biblio.pm internal use only)

18 years agojust removing useless subs (a lot !!!) for code cleaning
tipaul [Thu, 11 Aug 2005 09:13:28 +0000 (09:13 +0000)]
just removing useless subs (a lot !!!) for code cleaning

18 years agosome changes in link (using biblionumber standard name)
tipaul [Thu, 11 Aug 2005 09:00:46 +0000 (09:00 +0000)]
some changes in link (using biblionumber standard name)

18 years agoOk guys, this time, it seems that item add and modif begin working as expected...
tipaul [Thu, 11 Aug 2005 09:00:07 +0000 (09:00 +0000)]
Ok guys, this time, it seems that item add and modif begin working as expected...
Still a lot of bugs to fix, of course

18 years agoMinor display changes.
hdl [Wed, 10 Aug 2005 14:22:48 +0000 (14:22 +0000)]
Minor display changes.
Now displaying publicationyear.
And biblio information in One cell.

18 years agoBug fixing on query getlateorders.
hdl [Wed, 10 Aug 2005 10:22:57 +0000 (10:22 +0000)]
Bug fixing on query getlateorders.
Adding subtotal.
Changing information display orders.
next work is pretty printing.

18 years agocontinuing the road to zebra :
tipaul [Wed, 10 Aug 2005 10:21:14 +0000 (10:21 +0000)]
continuing the road to zebra :
- the biblio add begins to work.
- the biblio modif begins to work.

(still without doing anything on zebra)
(no new change in updatedatabase)