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

COMPONENTS LOADED

TABLE: invoices

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

id

  data_type: 'text'
  is_nullable: 0
  size: 2048

date_opened

  data_type: 'text'
  is_nullable: 1
  size: 19

date_posted

  data_type: 'text'
  is_nullable: 1
  size: 19

notes

  data_type: 'text'
  is_nullable: 0
  size: 2048

active

  data_type: 'integer'
  is_nullable: 0

currency

  data_type: 'text'
  is_nullable: 0
  size: 32

owner_type

  data_type: 'integer'
  is_nullable: 1

owner_guid

  data_type: 'text'
  is_nullable: 1
  size: 32

terms

  data_type: 'text'
  is_nullable: 1
  size: 32

billing_id

  data_type: 'text'
  is_nullable: 1
  size: 2048

post_txn

  data_type: 'text'
  is_nullable: 1
  size: 32

post_lot

  data_type: 'text'
  is_nullable: 1
  size: 32

post_acc

  data_type: 'text'
  is_nullable: 1
  size: 32

billto_type

  data_type: 'integer'
  is_nullable: 1

billto_guid

  data_type: 'text'
  is_nullable: 1
  size: 32

charge_amt_num

  data_type: 'bigint'
  is_nullable: 1

charge_amt_denom

  data_type: 'bigint'
  is_nullable: 1

PRIMARY KEY