[% USE raw %] [% USE Asset %] [% USE Branches %] [% USE Koha %] [% USE KohaDates %] [% USE Price %] [% USE ItemTypes %] [% USE Registers %] [% SET footerjs = 1 %] [% PROCESS 'accounts.inc' %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( do_it ) %]Cash register statistics › Results[% ELSE %]Cash register statistics[% END %] › Reports › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]

Cash register statistics

Cash register statistics [% beginDate | $KohaDates %] to [% endDate | $KohaDates %]

  1. [% INCLUDE 'date-format.inc' %]
  2. [% INCLUDE 'date-format.inc' %]
  3. [% IF Koha.Preference('UseCashRegisters') %]
  4. [% END %]
Output
[% IF ( do_it ) %]
 
[% FOREACH loopresul IN loopresult %] [% END %] [% IF transaction_type == "ACT" %] [% END %]
Manager name Patron card number Patron name Transaction library Transaction date Updated Transaction type Notes Amount Bibliographic record title Barcode Item type
[% loopresul.mfirstname | html %] [% loopresul.msurname | html %] [% loopresul.cardnumber | html %] [% loopresul.bfirstname | html %] [% loopresul.bsurname | html %] [% loopresul.branchname | html %] [% loopresul.date | $KohaDates %] [% loopresul.timestamp | $KohaDates with_hours = 1 %] [% loopresul.type_description | html %] [% loopresul.note | html %] [% loopresul.amount | $Price %] [% loopresul.title | html %] [% loopresul.barcode | html %] [% ItemTypes.GetDescription(loopresul.itype) | html %]
TOTAL [% total | $Price %]  
[% END %] [%# do_it %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/register_selection.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]