<<

NAME

C4::Print - Koha module dealing with printing

SYNOPSIS

  use C4::Print;

DESCRIPTION

The functions in this module handle sending text to a printer.

FUNCTIONS

ITEM RESERVED: $itemdata->{'title'} ($itemdata->{'author'}) barcode: $itemdata->{'barcode'}

COLLECT AT: $branchname

BORROWER: $bordata->{'surname'}, $bordata->{'firstname'} card number: $bordata->{'cardnumber'} Phone: $bordata->{'phone'} $bordata->{'streetaddress'} $bordata->{'suburb'} $bordata->{'town'} $bordata->{'emailaddress'}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EOF

printslip

  &printslip($slip)

print a slip for the given $borrowernumber and $branchcode

AUTHOR

Koha Development Team <http://koha-community.org/>

SEE ALSO

C4::Circulation::Circ2(3)

<<