@@ -, +, @@ pagination, more accurate descriptions, add a delimiter pull down, change C4::Dates to Koha::DateUtils) --- .../prog/en/includes/reports-menu.inc | 2 +- .../prog/en/modules/reports/cash_register_stats.tt | 52 +++++++++++++--------- reports/cash_register_stats.pl | 31 +++++++------ 3 files changed, 49 insertions(+), 36 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc @@ -10,7 +10,7 @@
  • Catalog
  • Circulation
  • Serials
  • -
  • Cash Register
  • +
  • Cash register
  • Holds
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt @@ -1,17 +1,19 @@ +[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Reports [% IF ( do_it ) %]› Cash Register Statistics › Results[% ELSE %]› Cash Register Statistics[% END %] +Koha › Reports [% IF ( do_it ) %]› Cash register statistics › Results[% ELSE %]› Cash register statistics[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'datatables-strings.inc' %] - + [% INCLUDE 'calendar.inc' %]