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::Entry

COMPONENTS LOADED

TABLE: entries

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

date

  data_type: 'text'
  is_nullable: 0
  size: 19

date_entered

  data_type: 'text'
  is_nullable: 1
  size: 19

description

  data_type: 'text'
  is_nullable: 1
  size: 2048

action

  data_type: 'text'
  is_nullable: 1
  size: 2048

notes

  data_type: 'text'
  is_nullable: 1
  size: 2048

quantity_num

  data_type: 'bigint'
  is_nullable: 1

quantity_denom

  data_type: 'bigint'
  is_nullable: 1

i_acct

  data_type: 'text'
  is_nullable: 1
  size: 32

i_price_num

  data_type: 'bigint'
  is_nullable: 1

i_price_denom

  data_type: 'bigint'
  is_nullable: 1

i_discount_num

  data_type: 'bigint'
  is_nullable: 1

i_discount_denom

  data_type: 'bigint'
  is_nullable: 1

invoice

  data_type: 'text'
  is_nullable: 1
  size: 32

i_disc_type

  data_type: 'text'
  is_nullable: 1
  size: 2048

i_disc_how

  data_type: 'text'
  is_nullable: 1
  size: 2048

i_taxable

  data_type: 'integer'
  is_nullable: 1

i_taxincluded

  data_type: 'integer'
  is_nullable: 1

i_taxtable

  data_type: 'text'
  is_nullable: 1
  size: 32

b_acct

  data_type: 'text'
  is_nullable: 1
  size: 32

b_price_num

  data_type: 'bigint'
  is_nullable: 1

b_price_denom

  data_type: 'bigint'
  is_nullable: 1

bill

  data_type: 'text'
  is_nullable: 1
  size: 32

b_taxable

  data_type: 'integer'
  is_nullable: 1

b_taxincluded

  data_type: 'integer'
  is_nullable: 1

b_taxtable

  data_type: 'text'
  is_nullable: 1
  size: 32

b_paytype

  data_type: 'integer'
  is_nullable: 1

billable

  data_type: 'integer'
  is_nullable: 1

billto_type

  data_type: 'integer'
  is_nullable: 1

billto_guid

  data_type: 'text'
  is_nullable: 1
  size: 32

order_guid

  data_type: 'text'
  is_nullable: 1
  size: 32

PRIMARY KEY