From: Rogan Hamby Date: Tue, 5 May 2020 19:17:01 +0000 (-0400) Subject: add some new koha reports X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=30444849807ba6c2afedf4c3f51d6c844cc9c0af add some new koha reports --- diff --git a/kmig.d/xml/stock_reports.xml b/kmig.d/xml/stock_reports.xml index d7edb71..e390d2e 100644 --- a/kmig.d/xml/stock_reports.xml +++ b/kmig.d/xml/stock_reports.xml @@ -1,5 +1,13 @@ - + + + total_borrowers + borrowers + 0 + Total Borrowers + Count + SELECT COUNT(*) FROM borrowers + borrower_counts @@ -45,6 +53,14 @@ + total_items_count + items + Total Items Count + Count + SELECT COUNT(*) FROM items; + + + items_by_type_ccode_branch items Items by Item Type and Collection Code By Branch @@ -69,6 +85,14 @@ + total_circs + circs + Migrated Circulations + Count + SELECT COUNT(*) FROM issues + + + circs_by_due_date circs Migrated Circulations with Due Dates