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

Cash register statistics

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

  1. [% INCLUDE 'date-format.inc' %]
  2. [% INCLUDE 'date-format.inc' %]
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 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 %] [% IF loopresul.credit_type == "ACT" %] All payments to the library [% ELSE %] [%- PROCESS account_type_description account=loopresul -%] [% END %] [% 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 %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]