The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

GnuCash::Schema::ResultSet::Invoice - Contains helper methods.

DESCRIPTION

GnuCash::Schema::ResultSet::Invoice is based on DBIx::Class::ResultSet and contains helper methods for accessing GnuCash invoice rows.

SYNOPSIS

  use GnuCash::Schema::ResultSet::Invoice;

METHODS

last_invoice_id

    my $last_invoice_id = $schema->resultset('Invoice')->last_invoice_id;

Returns the last invoice id.

COPYRIGHT AND LICENSE

Copyright 2024, Paul Durden.