Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c_allocationline_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 |
|
|
||||||||||||
allocationno | numeric | 10 | √ | null |
|
|
|||||||||||
datetrx | timestamp | 29,6 | √ | null |
|
|
|||||||||||
ismanual | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||||||||
c_invoice_id | numeric | 10 | √ | null |
|
|
|||||||||||
c_bpartner_id | numeric | 10 | √ | null |
|
|
|||||||||||
c_order_id | numeric | 10 | √ | null |
|
|
|||||||||||
c_payment_id | numeric | 10 | √ | null |
|
|
|||||||||||
c_cashline_id | numeric | 10 | √ | null |
|
|
|||||||||||
amount | numeric | 0 | 0 |
|
|
||||||||||||
discountamt | numeric | 0 | 0 |
|
|
||||||||||||
writeoffamt | numeric | 0 | 0 |
|
|
||||||||||||
overunderamt | numeric | 0 | √ | 0 |
|
|
|||||||||||
c_allocationhdr_id | numeric | 10 | null |
|
|
||||||||||||
c_allocationline_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||||||||
c_charge_id | numeric | 10 | √ | null |
|
|
|||||||||||
c_invoicepayschedule_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
cof_elementvalue_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
cof_writeoffreason | varchar | 22 | √ | NULL::character varying |
|
|
|||||||||||
cof_interestamt | numeric | 0 | √ | (0)::numeric |
|
|
|||||||||||
cof_penaltyamt | numeric | 0 | √ | (0)::numeric |
|
|
|||||||||||
c_banktransfer_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_allocationline_pkey | Primary key | Asc | c_allocationline_id |
c_allocationline_invoice | Performance | Asc | c_invoice_id |
c_allocationline_payment | Performance | Asc | c_payment_id |
c_allocationline_uu_idx | Must be unique | Asc | c_allocationline_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_allocationline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_allocationline_ismanual_check | ((ismanual = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |