Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Reports Documentation


Process / program name

Generate Reports / count_report.php3

Description

This program tallys and displays various totals or items in the database. For example, a tally of citations, broken down by formats of publication, is displayed, along with the tallies for 'distinct' authors, 'distinct' titles, 'distinct' journal titles, and 'distinct' keywords in the database.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
formats.php3Counts the total number of records (citations) in the database and breaks this total down by formats of publication. 
authors.php3Counts the number of distinct authors in the database. 
titles.php3Counts the number of distinct titles in the database. 
journals.php3Counts the number of distinct journal titles in the database. 
keywords.php3Counts the number of distinct keywords in the database. 

mySQL Statement(s)

Javascript


require('formats.php3'); require('authors.php3');
require('titles.php3');
require('journals.php3');
require('keywords.php3');
require('top.php3');
require('bottom.html');
FORM ACTION=\" *.php3\"


manuals/system/bib-maint/reports/r-count_report.php3