koha.git
14 years agoMT 2037 : Update ISBD
Matthias Meusburger [Thu, 22 Oct 2009 09:45:38 +0000 (11:45 +0200)]
MT 2037 : Update ISBD

14 years agoMT 2069 : MoveItemFromBiblio now checks for orders
Matthias Meusburger [Wed, 21 Oct 2009 14:13:11 +0000 (16:13 +0200)]
MT 2069 : MoveItemFromBiblio now checks for orders

14 years agoFixing translation process
Henri-Damien LAURENT [Tue, 22 Sep 2009 13:16:21 +0000 (15:16 +0200)]
Fixing translation process

Removing checkbox values from po generation

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoFollowup updating translation process
Henri-Damien LAURENT [Mon, 21 Sep 2009 21:47:59 +0000 (23:47 +0200)]
Followup updating translation process

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoFixing record.abs for authorities and MARC21
Chris Cormack [Mon, 14 Sep 2009 21:32:18 +0000 (09:32 +1200)]
Fixing record.abs for authorities and MARC21

14 years ago(bug #3688) add index for acqdate in unimarc and fix maintenance script
Nahuel ANGELINETTI [Thu, 1 Oct 2009 15:24:53 +0000 (17:24 +0200)]
(bug #3688) add index for acqdate in unimarc and fix maintenance script

This patch add the support of acqdate in unimarc, and fix maintenance script for brokend records.

14 years agoAddBiblio Workflow edition
Henri-Damien LAURENT [Tue, 20 Oct 2009 20:00:28 +0000 (22:00 +0200)]
AddBiblio Workflow edition

When in Edit Mode, when save is clicked, get back to the MARCdetail.pl and not to additem.pl

14 years agoMT 1713, follow-up : fixed updatedatabase.pl
Matthias Meusburger [Tue, 20 Oct 2009 14:45:12 +0000 (16:45 +0200)]
MT 1713, follow-up : fixed updatedatabase.pl

14 years ago3.0.x: ce353e7 bug #3674 allow users creation with disabled password
Henri-Damien LAURENT [Tue, 20 Oct 2009 13:09:51 +0000 (15:09 +0200)]
3.0.x: ce353e7 bug #3674 allow users creation with disabled password

14 years agoBug Fixing addorder.pl
Henri-Damien LAURENT [Mon, 19 Oct 2009 15:00:03 +0000 (17:00 +0200)]
Bug Fixing addorder.pl

14 years agoBug Fixing MT 2095 : Add_excepti.al Search broken on QueryStemming
root [Fri, 16 Oct 2009 21:40:13 +0000 (23:40 +0200)]
Bug Fixing MT 2095 : Add_excepti.al Search broken on QueryStemming

14 years agoMT 1713 : Do not display the items at first if there are too many of them in opac...
Matthias Meusburger [Mon, 19 Oct 2009 15:52:51 +0000 (17:52 +0200)]
MT 1713 : Do not display the items at first if there are too many of them in opac-detail

14 years agoMT 1713 : Updated opacSerialDefaultTab syspref
Matthias Meusburger [Mon, 19 Oct 2009 15:23:53 +0000 (17:23 +0200)]
MT 1713 : Updated opacSerialDefaultTab syspref

14 years agoBug Fixing : Search Broken with stemming
Henri-Damien LAURENT [Fri, 16 Oct 2009 21:59:24 +0000 (23:59 +0200)]
Bug Fixing : Search Broken with stemming

Stemming can't use exceptions
Removing exceptions management

14 years agoMT 2051 : granular permissions for guided reports
Matthias Meusburger [Fri, 16 Oct 2009 15:43:56 +0000 (17:43 +0200)]
MT 2051 : granular permissions for guided reports

14 years agoMT 2068 : Fixed scheduling guided reports
Matthias Meusburger [Fri, 16 Oct 2009 09:03:27 +0000 (11:03 +0200)]
MT 2068 : Fixed scheduling guided reports

14 years agoAdd missing opac authorised values column
Matthias Meusburger [Thu, 15 Oct 2009 13:46:10 +0000 (15:46 +0200)]
Add missing opac authorised values column

14 years agoMT 0002070: Batch item deletion
Matthias Meusburger [Thu, 15 Oct 2009 10:12:45 +0000 (12:12 +0200)]
MT 0002070: Batch item deletion

14 years agoMT 2040 : Broken language search
Matthias Meusburger [Thu, 15 Oct 2009 09:06:55 +0000 (11:06 +0200)]
MT 2040 : Broken language search

14 years agoremoving unconditional warning
Henri-Damien LAURENT [Tue, 13 Oct 2009 11:49:09 +0000 (13:49 +0200)]
removing unconditional warning

14 years agoFollowup 300bd572d3d21bbde1e91e8682611ad224992a7a
Henri-Damien LAURENT [Tue, 13 Oct 2009 10:12:46 +0000 (12:12 +0200)]
Followup 300bd572d3d21bbde1e91e8682611ad224992a7a

Adding Tablename to SQLHelper

14 years agoRemove Stopwords bug fixing
Henri-Damien LAURENT [Fri, 9 Oct 2009 09:48:14 +0000 (11:48 +0200)]
Remove Stopwords bug fixing

in french, les is a stopword

Modèles would match because of the combining and \P{IsAlnum} would not detect that.

14 years agoBug Fixing : C4::Charset source_encoding always set to iso-8859-1
Henri-Damien LAURENT [Thu, 8 Oct 2009 09:44:31 +0000 (11:44 +0200)]
Bug Fixing : C4::Charset source_encoding always set to iso-8859-1

14 years agoBug 3706 Label templates/layouts do not save properly
Chris Nighswonger [Mon, 12 Oct 2009 15:50:59 +0000 (11:50 -0400)]
Bug 3706 Label templates/layouts do not save properly

Two issues here:

1. No radio box was selected by default in the format section of the layout editor. This actually needs some additional attention to allow the user
to establish a default method of entering the format string. As noted in comments in the code, this would probably be best implimented by adding yet
another syspref. However, I don't have time atm.

2. On saving a new template, if no profile was assigned to the new template, the script threw an error and died.

Both issues are addressed in this patch.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBUG 3692: Untranslatable strings in shelves.tmpl
Katrin Fischer [Sun, 4 Oct 2009 17:07:27 +0000 (19:07 +0200)]
BUG 3692: Untranslatable strings in shelves.tmpl

Select all
Clear all

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix Corrects a bug in the labels printer profile module which caused the printer...
Chris Nighswonger [Fri, 18 Sep 2009 16:37:26 +0000 (12:37 -0400)]
Bugfix Corrects a bug in the labels printer profile module which caused the printer name and tray to be updated incorrectly when saving changes.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 3649 Code39 Mod10 and Mod43 barcodes are produced with Mod9 checksums
Chris Nighswonger [Sat, 19 Sep 2009 20:51:41 +0000 (16:51 -0400)]
Bug 3649 Code39 Mod10 and Mod43 barcodes are produced with Mod9 checksums

This may not present a problem inside of Koha, but would if scanned with
software expecting mod10 or mod43.

Current code uses the 'visa' method of the Algorithm::CheckDigits module which
produces mod9 checksums.

The patch changes to using 'code_39' for mod43 and 'siret' for mod10.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMT 2042 : Results sorting fixed
Matthias Meusburger [Wed, 14 Oct 2009 15:46:23 +0000 (17:46 +0200)]
MT 2042 : Results sorting fixed

14 years agoMT 1110, Follow-up : Balance cart and lists : cart is now in the intranet
Matthias Meusburger [Wed, 14 Oct 2009 13:27:40 +0000 (15:27 +0200)]
MT 1110, Follow-up : Balance cart and lists : cart is now in the intranet

14 years agoMT 1110 : Balance cart and lists : cart is now in the intranet
Matthias Meusburger [Wed, 14 Oct 2009 13:04:53 +0000 (15:04 +0200)]
MT 1110 : Balance cart and lists : cart is now in the intranet

14 years agoMT 1716 : Followup : search by initial was broken
Henri-Damien LAURENT [Wed, 7 Oct 2009 20:55:46 +0000 (22:55 +0200)]
MT 1716 : Followup : search by initial was broken

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoBug Fixing : New Lists Nothing in categorycode
Henri-Damien LAURENT [Wed, 7 Oct 2009 15:14:33 +0000 (17:14 +0200)]
Bug Fixing : New Lists Nothing in categorycode

Problem with New when PatronList categorycode

14 years ago(bug #3695) allow to limit overdues by categorycode
Henri-Damien LAURENT [Wed, 7 Oct 2009 09:49:01 +0000 (11:49 +0200)]
(bug #3695) allow to limit overdues by categorycode

This add two new options to overdue_notices.pl to select only overdues for few categorycodes, or to exclude few categorycodes.

Conflicts solved misc/cronjobs/overdue_notices.pl

14 years agoTransformHTMLToXML bug default_ind_to_space
Henri-Damien LAURENT [Tue, 6 Oct 2009 15:50:36 +0000 (17:50 +0200)]
TransformHTMLToXML bug default_ind_to_space

default_ind_to_space made the assumption that indicator string by default was a string containing 2 characters.
This was not true, causing an Internal server error.
This patch Fixes that.

14 years ago(bug #3281) change the way to parse item's summary
Nahuel ANGELINETTI [Thu, 1 Oct 2009 11:20:55 +0000 (13:20 +0200)]
(bug #3281) change the way to parse item's summary

This patch is a "rebased" one for 3.0.x.
This change how to calculate the item's summary, and fix the issue when you have repeated fields.
Now every line is repeated, still it have values in repeated fields(see bug report).

14 years agousing SQLHelper in C4/Acquisition
Henri-Damien LAURENT [Tue, 6 Oct 2009 11:34:56 +0000 (13:34 +0200)]
using SQLHelper in C4/Acquisition

Changing addorder to send orderinfo from input decoding
And using SQLHelper to filter information

14 years ago0001097: relances par bib
Matthias Meusburger [Fri, 10 Apr 2009 16:34:28 +0000 (18:34 +0200)]
0001097: relances par bib

14 years agoFixing : Budgetperiods was misused in GetBudgets
Henri-Damien LAURENT [Mon, 5 Oct 2009 05:56:57 +0000 (07:56 +0200)]
Fixing : Budgetperiods was misused in GetBudgets

14 years agoCode Improvement : C4/Matcher.pm
Henri-Damien LAURENT [Tue, 29 Sep 2009 12:57:52 +0000 (14:57 +0200)]
Code Improvement : C4/Matcher.pm

substr dans act when passed only subfield offset

14 years agoSQLHelper Adding tablename to filters output
Henri-Damien LAURENT [Thu, 1 Oct 2009 14:32:47 +0000 (16:32 +0200)]
SQLHelper Adding tablename to filters output

14 years agointranet-main duplicates.inc would not pass validator
Henri-Damien LAURENT [Fri, 2 Oct 2009 14:59:39 +0000 (16:59 +0200)]
intranet-main duplicates.inc would not pass validator

14 years agoRemoved unused HTML::Template tag
Matthias Meusburger [Fri, 2 Oct 2009 15:00:59 +0000 (17:00 +0200)]
Removed unused HTML::Template tag

14 years agoFunction GetRecentShelves modified so it can tell "koha" user and no user apart
Matthias Meusburger [Fri, 2 Oct 2009 14:06:13 +0000 (16:06 +0200)]
Function GetRecentShelves modified so it can tell "koha" user and no user apart

14 years agoMT 1976 : Lists are directly displayed through VirtualShelves.pm
Matthias Meusburger [Fri, 2 Oct 2009 09:15:16 +0000 (11:15 +0200)]
MT 1976 : Lists are directly displayed through VirtualShelves.pm
(and not through the session, like in opac)

14 years agoMT 1587 : Fixed creation bug
Matthias Meusburger [Thu, 1 Oct 2009 13:21:21 +0000 (15:21 +0200)]
MT 1587 : Fixed creation bug

14 years agoupdatedatabase opacsearchhistory feature followup
Paul Poulain [Thu, 1 Oct 2009 11:57:51 +0000 (13:57 +0200)]
updatedatabase opacsearchhistory feature followup

Heredoc on installer/data/mysql/atomicupdate/0007-Opac-search-history.pl
was not correctly declared

14 years agoilsdi.pl : character encoding declaration update
Paul Poulain [Thu, 1 Oct 2009 11:55:10 +0000 (13:55 +0200)]
ilsdi.pl : character encoding declaration update

xml declaration of charset is now set to utf8

14 years agoMT 1976 : template simplification
Matthias Meusburger [Thu, 1 Oct 2009 08:17:41 +0000 (10:17 +0200)]
MT 1976 : template simplification

14 years agoAdding callnumber to serials standard number search
Henri-Damien LAURENT [Thu, 1 Oct 2009 07:54:31 +0000 (09:54 +0200)]
Adding callnumber to serials standard number search

14 years agoFollowup : fb4366cdad0ad96d0427810581763dc2fc189af1
Henri-Damien LAURENT [Thu, 1 Oct 2009 07:46:03 +0000 (09:46 +0200)]
Followup : fb4366cdad0ad96d0427810581763dc2fc189af1

 $input->{filecontent} used where never defined
 Replacing with $input->param("filecontent")

14 years agoMT 1976 : Multiple add of records to a new list, intranet
Matthias Meusburger [Wed, 30 Sep 2009 08:37:11 +0000 (10:37 +0200)]
MT 1976 : Multiple add of records to a new list, intranet
(cherry picked from commit f9867cdd975726197720613af04bddd0197f3fac)

14 years ago(bug #3370) add keyword to MARC field mapping
Henri-Damien LAURENT [Mon, 28 Sep 2009 15:47:41 +0000 (17:47 +0200)]
(bug #3370) add keyword to MARC field mapping

This add the support of keyword => MARC field mapping, ton abstract the relation between human readable fields like subtitle, title, authors, location, ... and MARC fields in each framework.
This will allow to koha developper to be more flexible with each framework and don't care about the MARC flavour, just require some "keywords" to the user.

Conflicts solved :
C4/Biblio.pm
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase30.pl
kohaversion.pl

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMembershome Improvements : adding jquery tablesorter
Henri-Damien LAURENT [Mon, 28 Sep 2009 15:04:19 +0000 (17:04 +0200)]
Membershome Improvements : adding jquery tablesorter

14 years agoMT 1975 : Adding records to a list, corrected pop-up height
Matthias Meusburger [Mon, 28 Sep 2009 09:35:22 +0000 (11:35 +0200)]
MT 1975 : Adding records to a list, corrected pop-up height

14 years ago1110 : Balance carts and lists, follow-up
Henri-Damien LAURENT [Mon, 28 Sep 2009 09:33:20 +0000 (11:33 +0200)]
1110 : Balance carts and lists, follow-up

Merge fix

14 years agoMT 1094, Following : added a test to check if we really found the item
Matthias Meusburger [Fri, 25 Sep 2009 13:30:12 +0000 (15:30 +0200)]
MT 1094, Following : added a test to check if we really found the item

14 years agoMT 1975 : Fixed broken MoveItemFromBiblio in Items.pm
Matthias Meusburger [Fri, 25 Sep 2009 09:23:40 +0000 (11:23 +0200)]
MT 1975 : Fixed broken MoveItemFromBiblio in Items.pm

14 years agoMoving item : no need for ModOrder, as the itemnumber now stays the same
Henri-Damien LAURENT [Mon, 28 Sep 2009 07:51:10 +0000 (09:51 +0200)]
Moving item : no need for ModOrder, as the itemnumber now stays the same

Conflicts solved cataloguing/moveitem.pl

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoTicket 1110 : Balance carts and lists
Matthias Meusburger [Wed, 27 May 2009 15:30:38 +0000 (17:30 +0200)]
Ticket 1110 : Balance carts and lists

In Opac :
Print lists
Carts looks more like lists
Carts "More Details" And "Brief Display" toolbar looks more alike
In Admin :
Search results toolbar now have a "Add To" button for adding to a selected list with a confirmation pop-up, like in OPAC

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT 1902, Follow-up
Matthias Meusburger [Wed, 23 Sep 2009 09:16:34 +0000 (11:16 +0200)]
MT 1902, Follow-up

14 years agoBug Fixing : Subtitle Support Added
Henri-Damien LAURENT [Fri, 25 Sep 2009 08:27:47 +0000 (10:27 +0200)]
Bug Fixing : Subtitle Support Added

14 years agoMerge fixes and removing warnings
Henri-Damien LAURENT [Tue, 22 Sep 2009 15:25:01 +0000 (17:25 +0200)]
Merge fixes and removing warnings

14 years agoFixing page numbering in searchresultlist-auth.tmpl
Henri-Damien LAURENT [Tue, 22 Sep 2009 13:57:15 +0000 (15:57 +0200)]
Fixing page numbering in searchresultlist-auth.tmpl

a closing > was coming too fast

14 years agoFollow-up to 103e97c400a64a33fb12bea3b34d525251564b57
Matthias Meusburger [Tue, 22 Sep 2009 13:38:48 +0000 (15:38 +0200)]
Follow-up to 103e97c400a64a33fb12bea3b34d525251564b57

14 years agoFix unmerged routing-preview.pl
Matthias Meusburger [Tue, 22 Sep 2009 12:32:20 +0000 (14:32 +0200)]
Fix unmerged routing-preview.pl

14 years agoMT 1903 : Remove "Automatically set to late" note in serials-collection.pl
Matthias Meusburger [Tue, 22 Sep 2009 12:13:02 +0000 (14:13 +0200)]
MT 1903 : Remove "Automatically set to late" note in serials-collection.pl

14 years agoMT 1882 : ccode search in serials/subscription-bib-search.pl
Matthias Meusburger [Mon, 21 Sep 2009 15:50:16 +0000 (17:50 +0200)]
MT 1882 : ccode search in serials/subscription-bib-search.pl

14 years agoFix translation, in javascript.
Nahuel ANGELINETTI [Mon, 21 Sep 2009 13:38:15 +0000 (15:38 +0200)]
Fix translation, in javascript.

With this bug, the user have not anymore the confirm message to delete the order.

14 years ago(bug #3622) fix supplier url
Nahuel ANGELINETTI [Mon, 21 Sep 2009 13:20:36 +0000 (15:20 +0200)]
(bug #3622) fix supplier url

14 years ago(bug #3622) rewrite a lot of basketgrouping
Nahuel ANGELINETTI [Mon, 21 Sep 2009 11:35:35 +0000 (13:35 +0200)]
(bug #3622) rewrite a lot of basketgrouping

This patch remade a lot of basketgrouping

14 years agoUpgrade YUI Library
Nahuel ANGELINETTI [Mon, 21 Sep 2009 11:35:12 +0000 (13:35 +0200)]
Upgrade YUI Library

14 years agoShow table text on top.
Nahuel ANGELINETTI [Wed, 16 Sep 2009 14:55:10 +0000 (16:55 +0200)]
Show table text on top.

14 years agoUpgrading C4/Members in regards with C4/SQLHelper
Henri-Damien LAURENT [Sat, 19 Sep 2009 10:54:32 +0000 (12:54 +0200)]
Upgrading C4/Members in regards with C4/SQLHelper

Adding cardnumber as a search criteria

14 years agoImproving SQLHelper
Henri-Damien LAURENT [Sat, 19 Sep 2009 10:52:32 +0000 (12:52 +0200)]
Improving SQLHelper

More concise and more readable
removing do local $"= using join instead
Adding Caching of queries
Adding Some tests
API between function reorganizing for more consistency

14 years agoAdding selenium tests for filterMembers
Henri-Damien LAURENT [Fri, 18 Sep 2009 16:36:46 +0000 (18:36 +0200)]
Adding selenium tests for filterMembers

14 years agoAdding more feedback on filters
Henri-Damien LAURENT [Fri, 18 Sep 2009 15:33:42 +0000 (17:33 +0200)]
Adding more feedback on filters

14 years agoSynchronizing C4/Budgets With C4::SQLHelper
Henri-Damien LAURENT [Fri, 18 Sep 2009 14:34:45 +0000 (16:34 +0200)]
Synchronizing C4/Budgets With C4::SQLHelper

14 years agoImproving and Bug Fixing Membersearch
Henri-Damien LAURENT [Fri, 18 Sep 2009 14:33:03 +0000 (16:33 +0200)]
Improving and Bug Fixing Membersearch

Now search can take borrowertype and branchcode
search is correctly positioned in page

14 years agoAdding a function in C4/Members/Attributes.pm
Henri-Damien LAURENT [Fri, 18 Sep 2009 14:31:07 +0000 (16:31 +0200)]
Adding a function in C4/Members/Attributes.pm

Adding a function to search an retrieve attributes

14 years agoImproving C4::SQLHelper
Henri-Damien LAURENT [Fri, 18 Sep 2009 12:19:13 +0000 (14:19 +0200)]
Improving C4::SQLHelper

Adding support for string, hash and arrayref in SearchIntable
SearchInTable now add
limits and
sortby
filter on fields to returns (enter an arrayref here)
filter on fields to limit the search on
searchtype which can be exact or wide

GetPrimaryKey now returns an array of all the fields which are primary keys
Adding Internal functions
_Process_Operands
_filter_hash
_filter_string
_filter_fields

14 years agoMT 1885 : Fixed patron notification when adding subscription
Matthias Meusburger [Thu, 17 Sep 2009 08:56:41 +0000 (10:56 +0200)]
MT 1885 : Fixed patron notification when adding subscription

14 years agoAdding Identifier-standard in UNIMARC record.abs
Henri-Damien LAURENT [Thu, 17 Sep 2009 08:01:07 +0000 (10:01 +0200)]
Adding Identifier-standard in UNIMARC record.abs

14 years agoReintroducing subtitles from GetRecordValues
Henri-Damien LAURENT [Wed, 16 Sep 2009 22:31:19 +0000 (00:31 +0200)]
Reintroducing subtitles from GetRecordValues

14 years agoTicket 1014 : Added serial collections in opac
Paul Poulain [Thu, 14 May 2009 14:08:35 +0000 (16:08 +0200)]
Ticket 1014 : Added serial collections in opac

Added a syspref to decide what should be displayed by default (holdings
or serial collections)
Added filters for full subscription history (by branchcode and by
subscription)

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoPrevent from Deep Recursion die bug
Matthias Meusburger [Wed, 27 May 2009 15:12:53 +0000 (17:12 +0200)]
Prevent from Deep Recursion die bug

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT1109 , follow-up to 888cde546e5c62d71f312755f4a1dbc8631626eb
Matthias Meusburger [Fri, 12 Jun 2009 12:27:06 +0000 (14:27 +0200)]
MT1109 , follow-up to 888cde546e5c62d71f312755f4a1dbc8631626eb
Missing MySQL statements to add search_history table

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT 1587, Follow-up : Added some documentation
Paul Poulain [Tue, 15 Sep 2009 15:54:08 +0000 (17:54 +0200)]
MT 1587, Follow-up : Added some documentation

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agomisc/maintenance/sync_items_in_marcbibs enhance
Paul Poulain [Fri, 11 Sep 2009 15:15:55 +0000 (17:15 +0200)]
misc/maintenance/sync_items_in_marcbibs enhance

Adding a way do select the biblios you want to update

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists
Matthias Meusburger [Fri, 11 Sep 2009 15:03:01 +0000 (17:03 +0200)]
1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT 1587 (Follow-up) : CSV export for cart and shelves (export_format table creation)
Matthias Meusburger [Thu, 10 Sep 2009 13:18:01 +0000 (15:18 +0200)]
MT 1587 (Follow-up) : CSV export for cart and shelves (export_format table creation)

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT 1587 : CSV export for cart and shelves, with the ability to define different expor...
Henri-Damien LAURENT [Wed, 16 Sep 2009 19:31:30 +0000 (21:31 +0200)]
MT 1587 : CSV export for cart and shelves, with the ability to define different export profiles

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoBug Fixing 3276
Henri-Damien LAURENT [Wed, 16 Sep 2009 13:53:23 +0000 (15:53 +0200)]
Bug Fixing 3276

14 years agoAdding More filters for member.pl page :
Henri-Damien LAURENT [Mon, 14 Sep 2009 20:01:54 +0000 (22:01 +0200)]
Adding More filters for member.pl page :

Adding Search Function on Members which is a search on all the fields in Members
Adding search.tmpl which adds a filter possiblity on Member page
Adding the management and the use of Search function in C4::Members

14 years agofix for #3620: basket management
Paul Poulain [Wed, 16 Sep 2009 15:40:34 +0000 (17:40 +0200)]
fix for #3620: basket management

- basket.pl: updating display, formatting dates,
- neworderempty: updating display, removing useless code, using ACQ framework if it exist. The ACQ framework will be used for creating items record during acquisitions. If it does not exist, default is used instead (which has many more informations, lot of them being irrelevant during acquisition, like the barcode)
- new order from imported batch: rewrite of the workflow. Now uses neworderempty and changing status of import_record to 'imported'
- s/copyrightdate/publicationyear/ as it's what libraries uses when ordering
- fixing some warnings
-

14 years ago[replace previous] fix for 3612 (bookseller improvements)
Paul Poulain [Wed, 16 Sep 2009 08:33:47 +0000 (10:33 +0200)]
[replace previous] fix for 3612 (bookseller improvements)

- removing useless fields from aqbooksellers table: specialty, deliverydays,followupdays,followupscancel,nocalc, invoicedisc They were in the DB schema, but unused for years
- reworked bookseller and contract gui
- no warning thrown

NOTE : updatedatabase not done for field removal in aqbooksellers table. Should have:
ALTER TABLE `aqbooksellers`
  DROP `deliverydays`,
  DROP `followupdays`,
  DROP `followupscancel`,
  DROP `specialty`,
  DROP `nocalc`;

14 years agosmall 1st changes in basketgrouping (#3622)
Paul Poulain [Tue, 15 Sep 2009 09:40:56 +0000 (11:40 +0200)]
small 1st changes in basketgrouping (#3622)

a lot more to come.

14 years agofix for #3608 : Install from scratch, file uploading errors
Paul Poulain [Tue, 15 Sep 2009 09:33:52 +0000 (11:33 +0200)]
fix for #3608 : Install from scratch, file uploading errors

14 years agoMT 1883 : Subscription renewal didn't work with RenewSerialAddsSuggestion enabled
Matthias Meusburger [Wed, 16 Sep 2009 15:12:22 +0000 (17:12 +0200)]
MT 1883 : Subscription renewal didn't work with RenewSerialAddsSuggestion enabled

14 years ago[biblibre-newacq](bug #3611) fix user interface and others
Nahuel ANGELINETTI [Wed, 16 Sep 2009 14:02:35 +0000 (16:02 +0200)]
[biblibre-newacq](bug #3611) fix user interface and others

This big patch, fix xhtml code, and user interface.
It Delete the term of budget period and use it as "Root Budget".
It add improvment on UI, adding tooltip, and table tree.

14 years agoFix unimarc 010 field plugin
Nahuel ANGELINETTI [Tue, 15 Sep 2009 11:54:17 +0000 (13:54 +0200)]
Fix unimarc 010 field plugin

It cleans ISBN