<<

NAME

Koha::Cash::Register::Action - Koha cashregister::action Object class

API

Class methods

manager

Return the manager linked to this cash register::action

register

Return the register linked to this cash register::action

cashup_summary

  my $cashup_summary = $action->cashup_summary;

Return a hashref containing a summary of transactions that make up this cashup action.

Internal methods

_type

AUTHORS

Martin Renvoize <martin.renvoize@ptfs-europe.com>

<<