c_cash

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
c_cash_id numeric 10 null
c_cashline.c_cash_id ccash_ccashline C
rv_cash_detail.c_cash_id Implied Constraint R
ad_client_id numeric 10 null
ad_org_id numeric 10 null
ad_org.ad_org_id adorg_ccash R
isactive bpchar 1 'Y'::bpchar
created timestamp 29,6 now()
createdby numeric 10 null
updated timestamp 29,6 now()
updatedby numeric 10 null
c_cashbook_id numeric 10 null
c_cashbook.c_cashbook_id ccashbook_ccash R
name varchar 60 null
description varchar 255 null
statementdate timestamp 29,6 null
dateacct timestamp 29,6 null
beginningbalance numeric 0 0
endingbalance numeric 0 0
statementdifference numeric 0 0
processing bpchar 1 null
processed bpchar 1 'N'::bpchar
posted bpchar 1 'N'::bpchar
ad_orgtrx_id numeric 10 null
ad_org.ad_org_id adorgtrx_ccash R
c_project_id numeric 10 null
c_project.c_project_id cproject_ccash R
c_campaign_id numeric 10 null
c_campaign.c_campaign_id ccampaign_ccash R
c_activity_id numeric 10 null
c_activity.c_activity_id cactivity_ccash R
user1_id numeric 10 null
c_elementvalue.c_elementvalue_id celementvalueuser1_ccash R
user2_id numeric 10 null
c_elementvalue.c_elementvalue_id celementvalueuser2_ccash R
isapproved bpchar 1 'N'::bpchar
docstatus bpchar 2 null
docaction bpchar 2 null
processedon numeric 0 null
c_cash_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
c_cash_pkey Primary key Asc c_cash_id
c_cash_uu_idx Must be unique Asc c_cash_uu
idxc_cash_proc_on Performance Asc/Asc/Asc/Asc posted + processed + processedon + ad_client_id

Check Constraints

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

Relationships