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::Result::Account

COMPONENTS LOADED

TABLE: accounts

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

name

  data_type: 'text'
  is_nullable: 0
  size: 2048

account_type

  data_type: 'text'
  is_nullable: 0
  size: 2048

commodity_guid

  data_type: 'text'
  is_nullable: 1
  size: 32

commodity_scu

  data_type: 'integer'
  is_nullable: 0

non_std_scu

  data_type: 'integer'
  is_nullable: 0

parent_guid

  data_type: 'text'
  is_nullable: 1
  size: 32

code

  data_type: 'text'
  is_nullable: 1
  size: 2048

description

  data_type: 'text'
  is_nullable: 1
  size: 2048

hidden

  data_type: 'integer'
  is_nullable: 1

placeholder

  data_type: 'integer'
  is_nullable: 1

PRIMARY KEY

RELATIONSHIPS

parent

Returns undef or a GnuCash::Schema::Result::Account if the account has a "parent_guid"

METHODS

complete_name()

  my $name = $account->complete_name;