c_depositbatch

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ad_client_id numeric 10 null
ad_org_id numeric 10 null
c_bankaccount_id numeric 10 null
c_bankaccount.c_bankaccount_id cbankaccount_cdepositbatch R
c_doctype_id numeric 10 null
c_doctype.c_doctype_id cdoctype_cdepositbatch R
created timestamp 29,6 statement_timestamp()
createdby numeric 10 null
createfrom bpchar 1 NULL::bpchar
datedeposit timestamp 29,6 null
datedoc timestamp 29,6 null
depositamt numeric 0 null
description varchar 255 NULL::character varying
docstatus varchar 2 'DR'::character varying
documentno varchar 30 null
isactive bpchar 1 'Y'::bpchar
processed bpchar 1 null
processing bpchar 1 NULL::bpchar
updated timestamp 29,6 statement_timestamp()
updatedby numeric 10 null
c_depositbatch_id numeric 10 null
c_depositbatchline.c_depositbatch_id cdepositbatch_cdepositbatchlin R
c_payment.c_depositbatch_id cdepositbatch_cpayment R
c_depositbatch_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
x_depositbatch_key Primary key Asc c_depositbatch_id
c_depositbatch_uu_idx Must be unique Asc c_depositbatch_uu

Check Constraints

Constraint Name Constraint
x_depositbatch_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
x_depositbatch_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships