<<

NAME

Koha::Cash::Register::Actions - Koha Cash Register Action Object set class

API

Class methods

search

    my $cashup = Koha::Cash::Register::Actions::Cashup->search( $where, $attr );

Returns a list of cash register cashup.

summary

  my $summary = $cashup->summary;

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

to_api_mapping

This method returns the mapping for representing a Koha::Cash::Regiser::Cashup object on the API.

AUTHORS

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

<<