NAME

Beancounter::Journal::Entry

SYNOPSIS

my $entry = Beancounter::Journal::Entry->new(account_name => 'cash', account_code => '101', effect => 'debit',);

DESCRIPTION

This class implements the Beancounter::Role::Journal::Entry role. See that module for complete documentation

SEE ALSO

Beancounter::Role::Journal::Entry

AUTHOR

Jesse Shy, <jesse@holdtheplan.com>

COPYRIGHT

Copyright 2011 Jesse Shy. All Rights Reserved. This is free software; you may redistribute it and/or modify it under the same terms as Perl itself.