Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| c_cash_id | numeric | 10 | null |
|
|
|||||||||
| 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 |
|
|
|||||||||
| c_cashbook_id | numeric | 10 | null |
|
|
|||||||||
| 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 |
|
|
||||||||
| c_project_id | numeric | 10 | √ | null |
|
|
||||||||
| c_campaign_id | numeric | 10 | √ | null |
|
|
||||||||
| c_activity_id | numeric | 10 | √ | null |
|
|
||||||||
| user1_id | numeric | 10 | √ | null |
|
|
||||||||
| user2_id | numeric | 10 | √ | null |
|
|
||||||||
| 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]))) |