Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| c_payselectioncheck_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_payselection_id | numeric | 10 | null |
|
|
||||||||||||||||||
| c_bpartner_id | numeric | 10 | null |
|
|
||||||||||||||||||
| payamt | numeric | 0 | 0 |
|
|
||||||||||||||||||
| qty | numeric | 0 | 0 |
|
|
||||||||||||||||||
| c_payment_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||
| documentno | varchar | 30 | √ | null |
|
|
|||||||||||||||||
| isprinted | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
| paymentrule | bpchar | 1 | null |
|
|
||||||||||||||||||
| processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
| discountamt | numeric | 0 | 0 |
|
|
||||||||||||||||||
| isreceipt | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
| c_bp_bankaccount_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||
| isgenerateddraft | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
| c_payselectioncheck_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||||||||||||||
| writeoffamt | numeric | 0 | '0'::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| c_payselectioncheck_pkey | Primary key | Asc | c_payselectioncheck_id |
| c_payselectioncheck_uu_idx | Must be unique | Asc | c_payselectioncheck_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| c_payselectioncheck_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_payselectioncheck_isgenerateddraft_check | ((isgenerateddraft = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |