c_invoicebatch

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
c_invoicebatch_id numeric 10 null
c_invoicebatchline.c_invoicebatch_id cinvoicebatch_cinvoicebline C
ad_client_id numeric 10 null
ad_org_id numeric 10 null
isactive bpchar 1 'Y'::bpchar
created timestamp 29,6 now()
createdby numeric 10 null
updated timestamp 29,6 now()
updatedby numeric 10 null
documentno varchar 30 null
description varchar 255 √ null
datedoc timestamp 29,6 null
issotrx bpchar 1 'N'::bpchar
salesrep_id numeric 10 null
ad_user.ad_user_id aduser_cinvoicebatch R
c_currency_id numeric 10 null
c_currency.c_currency_id ccurrency_cinvoicebatch R
c_conversiontype_id numeric 10 √ null
c_conversiontype.c_conversiontype_id cconventiontype_cinvoicebatch R
controlamt numeric 0 0
documentamt numeric 0 0
processing bpchar 1 √ null
processed bpchar 1 'N'::bpchar
c_invoicebatch_uu varchar 36 √ NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
c_invoicebatch_pkey Primary key Asc c_invoicebatch_id
c_invoicebatch_uu_idx Must be unique Asc c_invoicebatch_uu

Check Constraints

Constraint Name Constraint
c_invoicebatch_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_invoicebatch_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_invoicebatch_issotrx_check ((issotrx = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships