[% USE KohaDates %] [% USE Price %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% 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 branch Transaction date Transaction type Notes Amount Biblio title Barcode Item type
[% loopresul.mfirstname %] [% loopresul.msurname %] [% loopresul.cardnumber %] [% loopresul.bfirstname %] [% loopresul.bsurname %] [% loopresul.branchname %] [% loopresul.date | $KohaDates %] [% IF loopresul.accounttype == "ACT" %] All payments to the library [% ELSIF loopresul.accounttype == "C" || loopresul.accounttype == "CR" %] Credit [% ELSIF loopresul.accounttype == "FORW" || loopresul.accounttype == "W" %] Write off [% ELSIF loopresul.accounttype == "F" %] Fine [% ELSIF loopresul.accounttype == "FU" %] Accruing fine [% ELSIF loopresul.accounttype == "Pay" %] Payment [% ELSIF loopresul.accounttype == "A" %] Account management fee [% ELSIF loopresul.accounttype == "M" %] Sundry [% ELSIF loopresul.accounttype == "L" || loopresul.accounttype == "LR" %] Lost item [% ELSIF loopresul.accounttype == "N" %] New card [% ELSE %] [% FOREACH manualinv IN manualinv_types %] [% value_manualinv = manualinv.authorised_value|truncate(5, '') %] [% IF loopresul.accounttype == value_manualinv %] [% manualinv.authorised_value %] [% LAST %] [% END %] [% END %] [% END %] [% loopresul.note %] [% loopresul.amount | $Price %] [% loopresul.title %] [% loopresul.barcode %] [% ItemTypes.GetDescription(loopresul.itype) %]
TOTAL [% total | $Price %]  
[% END %] [%# do_it %]
[% INCLUDE 'reports-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]