kados
4af7e13c70
Cleaning up perldocs for make utility that MJ wrote. I was getting a bunch
...
of warnings:
Manifying blib/man3/reports::cat_issues_top.3pm
reports/cat_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::acquisitions_stats.3pm
reports/acquisitions_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Koha.3pm
C4/Koha.pm:1227: Unmatched =back
Manifying blib/man3/reports::catalogue_stats.3pm
reports/catalogue_stats.pl:38: Unknown command paragraph "=over2"
Manifying blib/man3/opac::opac-topissues.3pm
opac/opac-topissues.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::issues_avg_stats.3pm
reports/issues_avg_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_stats.3pm
reports/borrowers_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::bor_issues_top.3pm
reports/bor_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::catalogue_out.3pm
reports/catalogue_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_out.3pm
reports/borrowers_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Languages.3pm
C4/Languages.pm:445: Unmatched =back
Manifying blib/man3/reports::issues_stats.3pm
reports/issues_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Acquisition.3pm
C4/Acquisition.pm:772: Unmatched =back
2007-07-08 15:36:59 +00:00
kados
f6126d9962
replacing SUPER with NO_LIBRARY_SET for login information
2007-07-03 18:29:37 +00:00
tipaul
8767b123c4
improving installer : now the database Version is compared to the Koha version (defined by <kohaversion>XXX</kohaversion> in koha.xml file. If the Version systempref does not exist or is lower than kohaversion, you're redirected to installer. If there is no Version, you're redirected to the 1st step of the installer (full install). If Version < kohaversion, you're redirected to step 3 (updatedatabase). check that you have <kohaversion> in you koha.xml, otherwise, you'l loop forever to the installer...
2007-07-03 13:50:20 +00:00
tipaul
96386e6568
fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely
2007-07-03 13:47:44 +00:00
tipaul
83545f8449
return itemtype description properly
2007-07-03 09:40:58 +00:00
tipaul
a9403a8bba
if you just replace su by a space in subjects, you'll replace jesus by je s, which is strange for users. this fix solves the problem and introduces authoritysep systempref as separator of subfields, for a better identification of where the authority starts and end
2007-07-03 09:33:05 +00:00
kados
daa450ebbd
adding a warn to log why we're redirecting to installer
2007-07-03 04:39:03 +00:00
tipaul
f5583efd7b
minor code rewritte
2007-07-02 09:14:09 +00:00
tipaul
43e23a2ca9
unimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML on an item, you must not automatically add a 100 field in items, otherwise there will be 2 100 fields in the biblio, which is wrong
2007-07-02 09:13:22 +00:00
tipaul
b83f4286b2
don t display the 1 in location column if there is only 1 item : it's useless & confusing for users
2007-07-02 08:50:56 +00:00
rangi
e1353fb639
Fix for bug 1314 manual credits broken
2007-07-02 00:44:25 +00:00
rangi
c75b84fac7
Fix for bug 1365
2007-07-02 00:38:17 +00:00
rangi
ba52d15f7b
Making transferbook update the last seen date of the item transfered
2007-07-01 23:56:43 +00:00
hdl
0a9ee0c59b
Changing GetSerials2 to take more than one status in parameter.
...
status=1,3
will display all the serials late and waited.
2007-06-30 05:26:25 +00:00
hdl
7881f45fde
Removing some Warnings.
2007-06-27 22:09:15 +00:00
hdl
4bae56fcc1
Bug Fixing.
...
Problem in number calculation.
BEWARE... For old serial number calculation, the numbering_pattern should be set to None of the above, that is 7 and not 1 or 2...
2007-06-27 22:08:00 +00:00
hdl
5292b2c0fc
Bug Fixing.
...
An inconsistency in function signature caused a shift between date received and publication date.
2007-06-27 15:10:44 +00:00
hdl
aa42aa7f95
Bug Fixing.
...
IndependantBranches would lead to void information in GetSubscription because select was for "''" and not ""
2007-06-27 14:54:55 +00:00
toins
5e5619119e
removing '-' in isbn to allow amazon content.
2007-06-26 15:43:55 +00:00
tipaul
8581fe4bbd
updating web installer : going to step1 if needed and fixing sql
2007-06-26 14:30:22 +00:00
tipaul
3e87f37216
why was title ordering on 1=36 ? in ccl.properties, it s 1=4. (1=36 being for title-cover)
...
thus, the title sorting was not working. This commit fixes the problem.
LIBLIME : verify I am right in the analysis and in the fix, it is a part mostly written by joshua
2007-06-26 09:20:21 +00:00
tipaul
4843b7e49c
just reindent
2007-06-25 15:05:18 +00:00
tipaul
014350b476
bugfixes on unimarc 100 handling (the field used for encoding)
2007-06-25 15:01:45 +00:00
toins
b41c3087b6
missing comma :-/
2007-06-20 09:45:09 +00:00
toins
d4fbf8c49a
writing charset explicitly.
2007-06-19 15:14:08 +00:00
toins
dd7718af2e
enable to search on subject with nozebra
2007-06-15 16:32:44 +00:00
tipaul
23427c51b9
some fixes (and only fixes)
2007-06-15 13:44:44 +00:00
toins
95f4785d58
do not get $3 $4 and $5 on GetMarcSubjects GetMarcAuthors on unimarc flavour.
2007-06-15 09:40:06 +00:00
toins
38f7d2148a
removing warn compilation.
2007-06-13 13:03:34 +00:00
tipaul
5dd3f0229a
bugfixes (various), handling utf-8 without guessencoding (as suggested by joshua, fixing some zebra config files -for french but should be interesting for other languages-
2007-06-06 13:08:35 +00:00
toins
104925e9ac
re introducing TotalPaid function as circ/stat.pl use it.
2007-06-05 10:01:17 +00:00
tipaul
6f276facc8
removing guessencoding, hard-coding utf-8
2007-06-05 08:53:19 +00:00
tipaul
a0ca85b917
BugFixing CanBookBeRenewed was too strict. If a book could be renewed 1 time, it wouldnot do.
2007-05-30 09:12:36 +00:00
tipaul
c8c6012195
merging opac details only for items with the same branch+location+itemcallnumber && putting publisher before publicationyear && lowering item column size in result page && fixing a missing branch reference in ccl.properties
2007-05-28 16:28:43 +00:00
hdl
b81db9061d
Deleting $year paramater in GetBookfundBreakdown
2007-05-28 15:26:43 +00:00
tipaul
c5999dbbbd
BUG FIXING :
...
Serials.pm was not Mysql5 compliant.
(FROM table1, table2 changed to
FROM table1 LEFT JOIN table2 ON....
)
2007-05-25 15:14:43 +00:00
hdl
3286b06607
Changing signature for NewIssue
...
(To be more unify to other subs signature)
2007-05-24 16:11:39 +00:00
hdl
9381ad2b33
Bug Fixing.
...
irregular serials are now managed in HasSubscriptionExpired
and abouttoexpire.
Be WARN that Date::Calc is very picky about Date format.
So that null dates are throwing 500 Error.
But Now this should be seldom.
2007-05-23 19:57:47 +00:00
tipaul
25c1d9c35a
Bug Fixing :
...
managing abouttoexpire function for irregular serial
Need more work.
HDL from Paul's machine
2007-05-23 17:35:59 +00:00
tipaul
67d1dcf1f7
various bugfixes (minor) and french translation updated
2007-05-23 16:19:40 +00:00
tipaul
5ff7fcffa4
Bugfixes & improvements (various and minor) :
...
- updating templates to have tmpl_process3.pl running without any errors
- adding a drupal-like css for prog templates (with 3 small images)
- fixing some bugs in circulation & other scripts
- updating french translation
- fixing some typos in templates
2007-05-22 09:13:54 +00:00
hdl
286930bdc7
Changing GetMarcStructure signature.
...
Deleting first parameter $dbh
2007-05-22 08:50:47 +00:00
btoumi
1e21ba6968
add security when u delete biblio :
...
u must delete linked items before delete biblio
2007-05-21 08:44:17 +00:00
btoumi
c73cb186f8
bug fix :
...
add sql condition to recover only the right record from issues table
2007-05-21 07:45:45 +00:00
btoumi
a80a0a7edc
bug fix: add call of two function from Date::calc
...
and correction of wrong variable name
2007-05-18 12:30:27 +00:00
hdl
97bb46d454
Adding First tab information
2007-05-18 09:23:49 +00:00
btoumi
100385ab29
bug fix:
...
problem in displayed label link with subject in detail.tmpl
ex: label random => rdom
2007-05-11 16:04:03 +00:00
btoumi
c49fb53a45
add security for the item barcode
2007-05-11 14:49:54 +00:00
btoumi
a6db242492
add control of 'return date' if it 's a special or repeatable holidays , and return a right return date
2007-05-10 15:56:53 +00:00
tipaul
ca201e36af
Koha NoZebra :
...
- support for authorities
- some bugfixes in ordering and "CCL" parsing
- support for authorities <=> biblios walking
Seems I can do what I want now, so I consider its done, except for bugfixes that will be needed i m sure !
2007-05-10 14:45:15 +00:00
kados
b78821528b
fixing minor typo, need space after the operators
2007-05-09 19:42:48 +00:00
kados
5f05fb19d0
Fix for bug 1249: Searching for a title beginning with And, Or, or Not
...
results in an error
2007-05-09 19:39:02 +00:00
tipaul
847b82ff23
NEW feature : RSS feeds. See POD & koha-devel for details
2007-05-09 10:09:40 +00:00
btoumi
998e68c351
bug fix : adding condition for create the right notify_id
2007-05-07 14:57:01 +00:00
tipaul
712e83b2ba
adding short keyword support (ti for title, au for author, some still to do)
2007-05-04 16:26:16 +00:00
tipaul
e1d907c688
various bugfixes on parameters modules + adding default NoZebraIndexes systempreference if it's empty
2007-05-04 16:24:08 +00:00
tipaul
35fae6a9e4
bugfixes for acquisition module
2007-05-04 13:59:53 +00:00
tipaul
c141db8ee9
bugfixes for NoZebra : handling results_per_page and adding NoZebra support to SimpleSearch
2007-05-04 13:59:16 +00:00
tipaul
03e2d1f969
BUGFIX for : NoZebra
...
- NoZebra features : seems they work fine now (adding, modifying, deleting)
- Biblio edition major bugfix : before this commit editing a biblio resulted in an item removal in marcxml field
2007-05-03 15:16:02 +00:00
tipaul
3e85c9e97f
NoZebra SQL index management :
...
* adding 3 subs in Biblio.pm
- GetNoZebraIndexes, that get the index structure in a new systempreference (added with this commit)
- _DelBiblioNoZebra, that retrieve all index entries for a biblio and remove in a variable the biblio reference
- _AddBiblioNoZebra, that add index entries for a biblio.
Note that the 2 _Add and _Del subs work only in a hash variable, to speed up things in case of a modif (ie : delete+add). The effective SQL update is done in the ModZebra sub (that existed before, and dealed with zebra index).
I think the code has to be more deeply tested, but it works at least partially.
2007-05-02 16:44:31 +00:00
tipaul
4213b6ec98
improving NOzebra search :
...
- changing nozebra table to have biblionumber,title-ranking; (; is the entry separator. Now, if a value is several times in an index, it is stored only once, with a higher ranking (the ranking is the number of times the word appeard for this index)
- improving search to have ranking value (default order). The ranking is the sum of ranking of all terms. The list is ordered by ranking+title, from most to lower
2007-05-02 11:57:11 +00:00
hdl
ae56dd4f03
Commiting necessary subs for bulkedition.
2007-04-30 14:29:21 +00:00
tipaul
be61c6558d
koha NZ speed improvement for title ordering
2007-04-27 19:57:12 +00:00
hdl
097fef712a
Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.)
2007-04-27 14:00:48 +00:00
tipaul
b53be9cdaf
Koha 3.0 nozebra 1st commit : the script misc/migration_tools/rebuild_nozebra.pl build the nozebra table, and, if you set NoZebra to Yes, queries will be done through zebra. TODO :
...
- add nozebra table management on biblio editing
- the index table content is hardcoded. I still have to add some specific systempref to let the library update it
- manage pagination (next/previous)
- manage facets
WHAT works :
- NZgetRecords : has exactly the same API & returns as zebra getQuery, except that some parameters are unused
- search & sort works quite good
- CQL parser is better that what I thought I could do : title="harry and sally" and publicationyear>2000 not itemtype=LIVR should work fine
2007-04-25 16:26:42 +00:00
hdl
506c2e8972
Deleting Sub GetBorrowerIssues.
2007-04-25 14:09:10 +00:00
hdl
a171035f1d
GetBorrowerIssues is deleted from C4::Circulation
...
Use GetPendingIssues from C4::Members instead.
2007-04-25 14:07:34 +00:00
hdl
fb1e47e435
Deleting GetMembersFromSurname
...
Using SearchMember instead.
2007-04-25 13:38:00 +00:00
tipaul
fb143b71ba
BIG COMMIT : cleaning of Reserves.pm. See detail on koha-devel
2007-04-24 16:10:36 +00:00
hdl
b642e687d2
Still Code Cleaning.
...
Abiding by Name Convention.
Using Members wherever it should be used.
Borrower is only used for borrower Categories.
+ GetBorrowersWhoHaveNeverBorrowed
and lists like that.
2007-04-24 15:41:27 +00:00
hdl
7d8e8b0bf6
BugFixing :
...
GetBorrowerAcctRecord now takes a date.
2007-04-24 14:17:24 +00:00
hdl
8697313a97
Deleting Interface/CGI/
...
Output and Template modules.
2007-04-24 13:58:11 +00:00
hdl
d4430fd6d6
Continuing Code Cleaning.
2007-04-24 13:57:13 +00:00
hdl
100e6a9808
functions that were in C4::Interface::CGI::Output are now in C4::Output.
...
So this implies quite a change for files.
Sorry about conflicts which will be caused.
directory Interface::CGI should now be dropped.
I noticed that many scripts (reports ones, but also some circ/stats.pl or opac-topissues) still use Date::Manip.
2007-04-24 13:54:28 +00:00
tipaul
4dea4d29b3
moving dotransfer to Biblio.pm::ModItemTransfer + some CheckReserves fixes
2007-04-24 09:07:53 +00:00
tipaul
9f42b8ad49
renaming currenttransfers to transferstoreceive
2007-04-23 15:21:17 +00:00
tipaul
3ddec89262
moving Reserves2.pm to Reserves.pm
2007-04-23 14:08:47 +00:00
tipaul
d6b7ca12b0
code convention for SQL
2007-04-23 14:06:18 +00:00
tipaul
111d590e9c
reintroducing fixaccountforlostandreturned as requested by rosalie
2007-04-23 13:17:52 +00:00
hdl
0b66bd800d
Code Cleaning Members.
...
- checkaccount and getborraccountno => GetBorrowerAcctRecord
Many changes in names,
some changes in function signature.
Will be detailed in a mail to kohadevel.
2007-04-23 13:10:07 +00:00
tipaul
7bd99ef365
removing all useless %env / $env
2007-04-18 17:00:14 +00:00
tipaul
5af8ae975b
removing "department" and replacing by items.location
2007-04-18 14:20:54 +00:00
tipaul
43ad7fb4df
circulation cleaning continued: working on branchtransfers.pl (unfinished, but at least it compiles...
2007-04-17 16:24:59 +00:00
tipaul
b71839d85c
circulation cleaning continued: bufixing
2007-04-17 08:44:49 +00:00
hdl
66232241c1
Adding Check for a systempreference Version Variable
...
skips third party software check and mysql check to go to updatedatabase.
Adding similar check to intranet and opac.
BEWARE !!!!!
You may be linked to install if you donot have Version variable set in your systempreferences table.
If so, simply updatedatabase OR add Version 3.0 record to your systempreferences table.
2007-04-06 15:53:18 +00:00
hdl
b767f50c8f
Code Cleaning : AuthoritiesMARC.
2007-04-06 14:48:45 +00:00
btoumi
8489ddc0f1
bug fix : add another security in check of notify_id
2007-04-05 15:55:56 +00:00
btoumi
fd150f2413
bug fix : add security in check of notify_id
2007-04-05 14:08:17 +00:00
btoumi
0b7d7e8c35
add "sort by" with heading-entity in authorities search
2007-04-05 12:17:55 +00:00
hdl
e86eb18b40
Adding Circulation and Overdues modules
2007-04-05 08:53:31 +00:00
btoumi
e469e70f3b
add "and" condition for branch when search is built (in advanced search)
2007-04-05 07:29:27 +00:00
tipaul
c596d55374
HUGE COMMIT : code cleaning circulation.
...
some stuff to do, i'll write a mail on koha-devel NOW !
2007-04-04 16:46:22 +00:00
tipaul
e42c4306a2
oups, fixing bug in EXPORT...
2007-03-30 13:30:36 +00:00
tipaul
83c378e2ed
removing useless package
2007-03-30 12:25:12 +00:00
tipaul
23f86854e0
why the hell do we need to explicitly utf8 decode this string ? I really don't know, but it seems it's mandatory, otherwise, tag descriptions are not properly encoded...
2007-03-30 12:00:42 +00:00
tipaul
e5de5b5e2c
some cleaning (minor, the main one will come later) : removing some unused subs
2007-03-30 11:59:16 +00:00
tipaul
8630cd4ad3
removing useless package (copy of C4::Date)
2007-03-30 11:58:02 +00:00
btoumi
39b7f58aa2
add security on borrowernumber,barcode for book issues
2007-03-30 08:38:44 +00:00
tipaul
eba2552086
Code cleaning of Biblio.pm (continued)
...
All subs have be cleaned :
- removed useless
- merged some
- reordering Biblio.pm completly
- using only naming conventions
Seems to have broken nothing, but it still has to be heavily tested.
Note that Biblio.pm is now much more efficient than previously & probably more reliable as well.
2007-03-29 16:45:53 +00:00
tipaul
a481fad4b7
Code cleaning :
...
== Biblio.pm cleaning (useless) ==
* some sub declaration dropped
* removed modbiblio sub
* removed moditem sub
* removed newitems. It was used only in finishrecieve. Replaced by a Koha2Marc+AddItem, that is better.
* removed MARCkoha2marcItem
* removed MARCdelsubfield declaration
* removed MARCkoha2marcBiblio
== Biblio.pm cleaning (naming conventions) ==
* MARCgettagslib renamed to GetMarcStructure
* MARCgetitems renamed to GetMarcItem
* MARCfind_frameworkcode renamed to GetFrameworkCode
* MARCmarc2koha renamed to TransformMarcToKoha
* MARChtml2marc renamed to TransformHtmlToMarc
* MARChtml2xml renamed to TranformeHtmlToXml
* zebraop renamed to ModZebra
== MARC=OFF ==
* removing MARC=OFF related scripts (in cataloguing directory)
* removed checkitems (function related to MARC=off feature, that is completly broken in head. If someone want to reintroduce it, hard work coming...)
* removed getitemsbybiblioitem (used only by MARC=OFF scripts, that is removed as well)
2007-03-29 13:30:31 +00:00
tipaul
56c4a32119
adding default value new feature into cataloguing. The system (definition) part has already been added by toins
2007-03-29 09:42:13 +00:00
btoumi
00290cf19d
modify advanced search query structure :
...
use 'or' instead of 'and' (you have no result if you use 'and')
2007-03-29 09:28:07 +00:00
hdl
6ddde71599
Deleting ignore_errors(1) pour MARC::Charset
2007-03-29 08:45:19 +00:00
hdl
1ab5cdfd44
removing $dbh as a parameter in AuthoritiesMarc functions
...
And reporting all differences into the scripts taht relies on those functions.
2007-03-28 10:39:16 +00:00
kados
24a895bdc4
Fix for bug 1308: sort by order is lost when browsing results on more than one page
2007-03-18 03:50:15 +00:00
kados
56244e6efd
Using my precrash CVS copy I did the following:
...
cvs -z3 -d:ext:kados@cvs.savannah.nongnu.org:/sources/koha co -P koha
find koha.precrash -type d -name "CVS" -exec rm -v {} \;
cp -r koha.precrash/* koha/
cd koha/
cvs commit
This should in theory put us right back where we were before the crash
2007-03-16 01:25:08 +00:00
kados
d126742c41
finish fixing spelling error on department
2007-03-10 06:28:06 +00:00
kados
ca908b5541
adding back get_date_format_string_for_DHTMLcalendar
2007-03-10 00:28:11 +00:00
kados
f6c92d3f01
fixing typo in Date.pm and minor English in menus.inc
2007-03-09 23:36:24 +00:00
kados
0d7b552dec
move Accounts2.pm to Accounts.pm
2007-03-09 23:30:17 +00:00
kados
b6610f9f14
meging with dev_week, fixing spacing
2007-03-09 22:15:55 +00:00
tipaul
f8e9fb6445
rel_3_0 moved to HEAD (introducing new files)
2007-03-09 15:34:17 +00:00
tipaul
70501283b3
rel_3_0 moved to HEAD
2007-03-09 14:41:32 +00:00
tipaul
2ffd5b7228
rel_3_0 moved to HEAD
2007-03-09 14:28:54 +00:00
bob_lyon
0e6d8b1d1a
Adding in missing subroutine bookseller
2006-12-13 20:02:34 +00:00
tgarip1957
41e4a9c4ad
Savannah seems out of sync. reloading.Mainly code cleaning and removing of Date::Manip
2006-11-15 01:36:00 +00:00
tgarip1957
ab45e7aaab
Bug fixing and complete removal of Date::Manip
2006-11-06 21:01:43 +00:00
tgarip1957
0d080fd644
All necessary date functions for koha using the fast DateTime module
2006-11-06 20:25:43 +00:00
tgarip1957
c5627d23ec
A new Date.pm to use for all date calculations. Mysql date calculations removed from Circ2.pm, all modules free of DateManip, a new get_today function to call in allscripts, and some bug cleaning in authorities.pm
2006-10-20 01:20:56 +00:00
tgarip1957
c99a7e4028
code changed to show facets labels in different languages. Lacks the tools to create and fill the table yet
2006-10-02 19:15:20 +00:00
tgarip1957
df5492f167
Field weighting applied to ranked searches. A new facets table in mysql db
2006-10-01 21:48:54 +00:00
kados
7068b5f316
for some reason this didn't get updated properly, but was committed to
...
HEAD instead of dev_week.
2006-09-29 16:14:25 +00:00
tgarip1957
9b266b13ee
Finalizing main components. All koha modules are now working with the new XML API
2006-09-27 19:53:52 +00:00
kados
f72c2df31e
Committing some improvements to Amazon.pm
...
Updating AuthoritiesMarc to use new API in Biblio
Improvements to Auth, Output and Search
Adding Record.pm for record management
2006-09-24 20:00:51 +00:00
tgarip1957
9be398961d
Some bug fixing, new acquisitions handling
2006-09-20 21:48:44 +00:00
tgarip1957
57d5b19dca
Fixes bug with MARChtml2xml in Biblio.pm
...
synching with dev_week
2006-09-11 17:09:59 +00:00
tgarip1957
7e52a5665c
Clean up before final commits
2006-09-06 16:21:03 +00:00
tgarip1957
0b5c3f94e7
New XML API
...
Event & Net::Z3950 dependency removed
HTML::Template::Pro dependency added
2006-09-01 22:16:00 +00:00
tgarip1957
aa52969153
New XML handling of data
2006-09-01 22:05:51 +00:00
tgarip1957
99d79a6f7f
No more MARC Records - everything is MARC XML
...
we read - write only XML
2006-09-01 15:33:46 +00:00
tgarip1957
0451359813
New set of routines for HEAD.
...
Uses a complete new ZEBRA Indexing.
ZEBRA is now XML and comprises of a KOHA meta record. Explanatory notes will be on koha-devel
Fixes UTF8 problems
Fixes bug with authorities
SQL database major changes.
Separate biblioograaphic and holdings records. Biblioitems table depreceated
etc. etc.
Wait for explanatory document on koha-devel
2006-08-25 21:07:08 +00:00
toins
b364247586
Add a forgetted function : getbibliofromitemnumber
2006-08-21 09:51:15 +00:00
toins
2a1972fda0
fix POD error...
2006-08-11 16:05:55 +00:00
toins
2ca5f288f4
re-input an old function.
2006-08-11 16:04:07 +00:00
tipaul
a60ebe1c31
reintroducing letters management dropped by toins synch
2006-08-11 14:35:10 +00:00
tipaul
967ec60b62
the new "includes" features, for personalized templates. Look at koha-devel, i'll write a mail here (& something on the wiki)
2006-08-11 10:03:13 +00:00
toins
b9db60d518
this module is unused now.
2006-08-10 13:01:07 +00:00
toins
6abda1a918
add a filter on text file.
2006-08-10 12:54:45 +00:00
toins
e8d1968ff9
sync with dev_week.
2006-08-10 12:49:37 +00:00
toins
32e0d66afa
sync with dev_week.
2006-08-10 12:41:04 +00:00
kados
b9acea8d45
rolling back previous merge, will do manually
2006-08-02 16:40:23 +00:00
toins
192b76cc8a
New Function : ModOrderBiblioNumber.
2006-08-01 08:47:49 +00:00
toins
4fd001ceef
* Function GetBasketContent renamed to GetOrders.
...
* Function GetOrder renamed to GetOrderNumber.
* Function GetSingleOrder renamed to GetOrder.
* GetAllOrders has been merged with GetPendingOrders.
2006-08-01 08:26:53 +00:00
toins
50c4d5c7d5
New function "GetBookFundsId" : this function get the list of bookfund id into an array.
2006-07-31 15:58:26 +00:00
toins
2bfa4df482
Code cleaned.
2006-07-31 14:38:14 +00:00
toins
d8513105aa
3 New functions : NewBookFund, DelBookFund & SearchBookFund.
2006-07-31 14:36:40 +00:00
toins
8a5c2d3b36
Deleted a duplicated function.
2006-07-27 13:48:02 +00:00
toins
3fafdf7492
1 Sub renamed.
2006-07-27 13:46:30 +00:00
toins
a4c279ac4e
Acquisition module has been cut into 3 files :
...
*Bookseller.pm* : contains all functions dealing with bookseller.
*Bookfund.pm* : contains all functions dealing with bookfund, currency & budget.
*Acquisition.pm* contains all functions dealing with orders, basket & parcels.
2006-07-27 13:39:00 +00:00
toins
c136f56045
subs renamed according to coding guidelines.
2006-07-21 13:57:02 +00:00