Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reports
Owen Leonard d14c1f15a4 Bug 29201: Add option to insert biblio_framework runtime parameter in SQL report
This patch modifies the SQL report creation process so that the list of
runtime parameters includes an option for bibliographic framework.

To test, apply the patch and go to Reports -> Create from SQL.

- Click the "Insert runtime parameter" menu button and select
  "Bibliographic framework."
- You should be shown a modal dialog in which you can change the label
  on the framework input.
- Click "Insert parameter." The SQL field should now contain the correct
  parameter, e.g. <<Framework|biblio_framework>>
- Use the parameter to define an SQL query, e.g.

  "SELECT * FROM biblio WHERE frameworkcode =
  <<Framework|biblio_framework>> LIMIT 10"

- Run the report. You should be asked to choose a framework. Confirm
  that the report runs correctly.

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-11-03 15:40:53 +01:00
..
csv Bug 29271: (QA follow-up) Add missing filter 2021-10-21 10:09:51 +02:00
acquisitions_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
bor_issues_top.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
borrowers_out.tt Bug 28949: Use Flatpickr on reports pages 2021-10-05 10:58:13 +02:00
borrowers_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
cash_register_stats.tt Bug 29271: (QA follow-up) Fetch and send descriptions to template 2021-10-21 10:09:51 +02:00
cat_issues_top.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
catalogue_out.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
catalogue_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
convert_report.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
dictionary.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
guided_reports_start.tt Bug 29201: Add option to insert biblio_framework runtime parameter in SQL report 2021-11-03 15:40:53 +01:00
issues_avg_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
issues_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
itemslost.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
itemtypes.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
orders_by_budget.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
reports-home.tt Bug 28454: Add Koha version number to database schema link in reports 2021-09-29 12:47:33 +02:00
reserves_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
serials_stats.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00