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

COMPONENTS LOADED

TABLE: vendors

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

name

  data_type: 'text'
  is_nullable: 0
  size: 2048

id

  data_type: 'text'
  is_nullable: 0
  size: 2048

notes

  data_type: 'text'
  is_nullable: 0
  size: 2048

currency

  data_type: 'text'
  is_nullable: 0
  size: 32

active

  data_type: 'integer'
  is_nullable: 0

tax_override

  data_type: 'integer'
  is_nullable: 0

addr_name

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_addr1

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_addr2

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_addr3

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_addr4

  data_type: 'text'
  is_nullable: 1
  size: 1024

addr_phone

  data_type: 'text'
  is_nullable: 1
  size: 128

addr_fax

  data_type: 'text'
  is_nullable: 1
  size: 128

addr_email

  data_type: 'text'
  is_nullable: 1
  size: 256

terms

  data_type: 'text'
  is_nullable: 1
  size: 32

tax_inc

  data_type: 'text'
  is_nullable: 1
  size: 2048

tax_table

  data_type: 'text'
  is_nullable: 1
  size: 32

PRIMARY KEY