]> git.evergreen-ils.org Git - contrib/pines/report-creator.git/commit
Initial public release of report-creator AKA Quick Reports
authorChris DeBellis <cdebellis@emeralddata.net>
Fri, 15 Apr 2016 18:08:15 +0000 (14:08 -0400)
committerMichael Peters <mpeters@emeralddata.net>
Fri, 15 Apr 2016 18:24:56 +0000 (14:24 -0400)
commit657ff5073b5425cfd86598f4b7b3da406bc1bd61
tree171795245e10339f3f1378ad29ef98fb5e34980b
parent0878aa702fa61806be760cddf0a3153b31fe832b
Initial public release of report-creator AKA Quick Reports

The initial public release of the report-creator tool (also known as
Quick Reports) commisioned by PINES and coded by Emerald Data Networks.

Additional credits for testing and documentation include the following:

Andrew Witter <awitter@emeralddata.net>
Darrell Rodgers <drodgers@emeralddata.net>
Joshua Lamos <jlamos@emeralddata.net>
Michael Peters <mpeters@emeralddata.net>
Terran McCanna <tmccanna@georgialibraries.org>
Chris Sharp <csharp@georgialibraries.org>

Signed-off-by: Michael Peters <mpeters@emeralddata.net>
70 files changed:
.htaccess [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README [new file with mode: 0644]
config/app.config.php [new file with mode: 0644]
config/production.config.php [new file with mode: 0644]
controllers/admin.controller.php [new file with mode: 0644]
controllers/homePage.controller.php [new file with mode: 0644]
controllers/login.controller.php [new file with mode: 0644]
controllers/logout.controller.php [new file with mode: 0644]
controllers/page.controller.php [new file with mode: 0644]
controllers/report.controller.php [new file with mode: 0644]
controllers/schedule.controller.php [new file with mode: 0644]
controllers/template.controller.php [new file with mode: 0644]
css/site_v1.6.css [new file with mode: 0644]
docs/Admin Instructions.docx [new file with mode: 0644]
docs/CSS Customization Quick Start Guide.docx [new file with mode: 0644]
docs/End-user Instructions.docx [new file with mode: 0644]
docs/Installation Instructions.docx [new file with mode: 0644]
images/calendar.gif [new file with mode: 0644]
images/icon-draft.png [new file with mode: 0644]
images/icon-exit.png [new file with mode: 0644]
images/icon-folder.png [new file with mode: 0644]
images/icon-new.png [new file with mode: 0644]
images/icon-snapshot.png [new file with mode: 0644]
images/icon_16_add.png [new file with mode: 0644]
images/icon_16_cancel.png [new file with mode: 0644]
images/icon_16_delete.png [new file with mode: 0644]
images/icon_16_left_green.png [new file with mode: 0644]
images/icon_16_pencil.png [new file with mode: 0644]
images/icon_16_redo.png [new file with mode: 0644]
images/icon_16_right_green.png [new file with mode: 0644]
images/table-tdborder.gif [new file with mode: 0644]
index.php [new file with mode: 0644]
jquery/jquery-1.10.2.js [new file with mode: 0644]
jquery/ui/1.11.3/jquery-ui.js [new file with mode: 0644]
jquery/ui/1.11.3/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
jquery/ui/1.11.3/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
jquery/ui/1.11.3/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
jquery/ui/1.11.3/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
jquery/ui/1.11.3/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
jquery/ui/1.11.3/themes/smoothness/images/ui-icons_222222_256x240.png [new file with mode: 0644]
jquery/ui/1.11.3/themes/smoothness/jquery-ui.css [new file with mode: 0644]
lib/site_v1.4.js [new file with mode: 0644]
models/db.class.php [new file with mode: 0644]
models/openilsConfig.class.php [new file with mode: 0644]
models/report.class.php [new file with mode: 0644]
models/schedule.class.php [new file with mode: 0644]
models/security.class.php [new file with mode: 0644]
models/session.class.php [new file with mode: 0644]
models/template.class.php [new file with mode: 0644]
models/templateDecoder.class.php [new file with mode: 0644]
models/user.class.php [new file with mode: 0644]
sql/quick_reports_setup.sql [new file with mode: 0644]
tools/phpinfo.php [new file with mode: 0644]
tools/testdb.php [new file with mode: 0644]
tools/testmemcache.php [new file with mode: 0644]
tools/testmemcache2.php [new file with mode: 0644]
tools/testphp.php [new file with mode: 0644]
views/admin.view.php [new file with mode: 0644]
views/baseReport.view.php [new file with mode: 0644]
views/displayMessage.view.php [new file with mode: 0644]
views/homePage.view.php [new file with mode: 0644]
views/login.view.php [new file with mode: 0644]
views/logout.view.php [new file with mode: 0644]
views/page.view.php [new file with mode: 0644]
views/report.view.php [new file with mode: 0644]
views/schedule.view.php [new file with mode: 0644]
views/template.view.php [new file with mode: 0644]