The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ledger::Posting - Represent a Ledger posting in a transaction

VERSION

version 0.03

SYNOPSIS

DESCRIPTION

ATTRIBUTES

account => STR

amount => NUM

commodity => STR

tx => OBJECT

Pointer to transaction object.

lineref => REF TO STR

METHODS

new(...)

$p->seq()

Sequence of this posting in the transaction (1 for first, 2 for second, and so on).

$p->as_string()

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Steven Haryanto.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.