Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
s_timeexpense_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 |
|
|
||||||
documentno | varchar | 30 | null |
|
|
||||||
c_bpartner_id | numeric | 10 | null |
|
|
||||||
datereport | timestamp | 29,6 | null |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
processing | bpchar | 1 | √ | null |
|
|
|||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||
m_pricelist_id | numeric | 10 | null |
|
|
||||||
m_warehouse_id | numeric | 10 | null |
|
|
||||||
isapproved | bpchar | 1 | 'N'::bpchar |
|
|
||||||
docstatus | bpchar | 2 | null |
|
|
||||||
docaction | bpchar | 2 | null |
|
|
||||||
approvalamt | numeric | 0 | √ | null |
|
|
|||||
s_timeexpense_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
s_timeexpense_pkey | Primary key | Asc | s_timeexpense_id |
s_timeexpense_uu_idx | Must be unique | Asc | s_timeexpense_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
s_timeexpense_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_timeexpense_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |