b49a0a30a1
bug 4176: remove references to unimplemented system preference MIME
...
The intended functionality of this system preference was never
implemented. To avoid template changes prior to 3.2.0, put in
hard-coded string 'CSV' to (accurately) identify the type of
the output files in the affected reports.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-10-21 21:36:45 -04:00
Donovan Jones
f1598406e5
Bug 2505 - Add commented use warnings where missing in the reports/ directory
2010-04-21 20:19:57 +12:00
Nahuel ANGELINETTI
c5dabb4ad1
(bug #4339 ) fix catalog stats
...
This fix the catalog stats to count items that have no barcode.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-04-16 07:17:11 -04:00
Lars Wirzenius
6e7a4d3a3d
Fix FSF address in directory reports/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:55 -04:00
Matthias Meusburger
9a43a47755
MT 2051 : granular permissions for guided reports
2009-10-16 23:55:50 +02:00
Garry Collum
be1ef2b2fa
Bug 2553: Alphabetization of branches in the catalogue stats report.
...
Improvement on previous patch by using GetBranchesLoop.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-07-22 10:17:53 -04:00
Garry Collum
aa79cce602
Bug 2553: Fixes the location drop-down alphabetization for the catalog statistics report form.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-07-20 21:14:24 -04:00
Garry Collum
22b55a4a1d
Bug 3022: Cataloging statistic wizard not pulling the itemtype data correctly.
...
Added code to detect if the syspref for item-level_itypes is being used. The report now correctly returns data based on the syspref. There are some pre-existing XML errors with the FORM view of catalogue_stats.pl. I'll send a subsequent patch to deal with these.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-05-27 07:06:24 -05:00
Joe Atzberger
964e18e472
Sort collection codes by description for dropdown.
...
Collection code descriptions were otherwise displaying in an
unsorted order. The result was not readable for any sufficiently
large number of ccodes.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-03-11 08:37:16 -05:00
Nahuel Angelinetti
b61e083301
(bug #2854 ) add the possibility to make a fuzzy search on the barcode
...
This patch add a field that permit to make a "like" and "not like" filter on barcode in the catalog report.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-03-06 14:29:04 -06:00
Jesse Weaver
b8d8a0ec5a
fix for bug 2543: report output by tabulation a bit too literal
...
This repurposes the Reports module for general reports, and moves its functionality to a different module, Reports::Guided. It also updates all of the reports that can export to correctly treat the 'tabulation' value of the 'delimiter' syspref.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-10-23 11:44:28 -05:00
Jesse Weaver
ac0d340bd5
kohabug 2345: bad comparisons pervade reports
...
This patch changes all $foo eq undef's to !defined($foo). It also makes misc/spellcheck_suggest/build_spellcheck_suggest.pl have proper syntax.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-27 06:11:08 -05:00
Ryan Higgins
a5eb233c0c
Remove commented deprecated code and a useless query on items.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-02 00:50:32 -05:00
Ryan Higgins
dc7a542deb
Update Catalog Stats report: / Remove lccn/loc filter, which seems to conflate marc21 010 and 050. / Update labels to reflect 3.0 terminology.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-27 07:33:32 -05:00
Joe Atzberger
bde1ac3e13
Add authorised values descriptions to selector for "location".
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-11 16:56:37 -05:00
Joe Atzberger
60262720f0
Item-level_itypes fix, addition of ccode vector and filter.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-11 16:56:27 -05:00
Joe Atzberger
63dd9232e8
reports subdir - Dates.pm integration and warnings fixes.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 18:21:02 -06:00
Chris Cormack
606ecb532a
Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-18 16:27:04 -05:00
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
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
8456bee398
improving issues_stats by adding location & itemcallnumber filters
2007-04-18 14:19:52 +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
fc1342f73d
rel_3_0 moved to HEAD
2007-03-09 15:12:54 +00:00
tgarip1957
5b41a8e262
New XML API
2006-09-11 17:41:54 +00:00
toins
4ce63a1391
sub getbranches renamed to GetBranches according to the coding guidelines
2006-07-21 09:44:37 +00:00
btoumi
83021c9219
bug fixing : modify variable name and delete condition useless now
2006-05-24 13:14:04 +00:00
tipaul
b38997925f
big commit, still breaking things...
...
* synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not be modified deeply.
* code cleaning (cleaning warnings from perl -w) continued
2005-10-26 09:11:02 +00:00
hdl
7c8e0bd653
Bug Fixing : taking alphanumeric itemcallnumber into accounts.
2005-08-09 12:06:46 +00:00
hdl
60c06f16c7
Bug fixing :
...
Using holdingbranch and not Location to locate an item.
2005-08-02 15:49:25 +00:00
tipaul
64cd740d2b
synch'ing 2.2 and head
2005-05-04 08:58:30 +00:00
hdl
2a9029faf1
Performance Improvements : Publisher lists and Item Codes becomes free input.
2005-03-29 14:21:37 +00:00
hdl
2506cd5dda
fixing length on publishernames
2005-03-09 16:14:03 +00:00
hdl
6c3f4a3e58
Modifying 0 value display in templates
2005-03-09 12:31:45 +00:00
hdl
b6724d9442
including Null Values and improving result display
2005-03-08 18:14:40 +00:00
hdl
e22946e8f4
Processing null values in statistics
2005-03-08 16:31:43 +00:00
tipaul
70e0f19f5f
stats ignore null values, this is a preliminary bugfix for this problem
2005-03-08 09:55:29 +00:00
hdl
397688c20e
Fixing Bug : Not Opening the spreadsheet manager software on file exports.
2005-03-04 13:48:16 +00:00
hdl
c81e2b2fd6
Beautifying Selection
2005-02-24 23:43:28 +00:00
hdl
49ee6854f2
tidying lists
2005-02-24 14:10:44 +00:00
hdl
6fea10ed0f
bugs fixing on catalogue stats reporting
2005-02-24 11:27:32 +00:00
hdl
7106531fef
Adding Stats on Catalogue
2005-02-23 12:56:55 +00:00