Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Reports Documentation


Process / program name

Generate Reports / generate_report.php3

Description

This program displays the report menu for some basic statistical processes. The 'Number of Entries Report' and the 'New Entries since...' are used for reports that are sent to BLS on a quarterly basis. The 'Citation Number from...' report displays a list of citations whose citation number is equal to or greater than the number supplied. The 'Entries Modified since...' report

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
count_report.php3Summary Breakdowns of NLS Bibliographic Formats, Authors, Titles, Journals, & Keywords for BLS. 
id_report.php3Start a report with a specified citation number and display it along with all those superior in number. 
date_report.php3Start a report with supplied date and display all citations that were added to the bibliography on, or more recent than, that date. 
staff/modified_entries_fetch.php3Start a report with supplied date and display all citations that were modified in the bibliography on, or more recently than, that date. 

mySQL Statement(s)

Javascript


require('top.html');
require('bottom.html');
FORM ACTION="count_report.php3"
FORM ACTION="id_report.php3"
FORM ACTION="date_report.php3"
FORM ACTION="staff/modified_entries_fetch.php3"


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