Table idempiere9.adempiere.c_allocationline
Allocation Line

Generated by
Quality Systems & Solutions
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
c_allocationline_id numeric 10
c_paymentallocate.c_allocationline_id cpaymtallocate_callocationline N
c_taxdeclarationline.c_allocationline_id callocationline_ctaxdeclline R
Allocation Line
ad_client_id numeric 10 Client/Tenant for this installation.
ad_org_id numeric 10 Organizational entity within client
isactive bpchar 1 'Y'::bpchar The record is active in the system
created timestamp 29,6 now() Date this record was created
createdby numeric 10 User who created this records
updated timestamp 29,6 now() Date this record was updated
updatedby numeric 10 User who updated this records
allocationno numeric 10  √  null
datetrx timestamp 29,6  √  null Transaction Date
ismanual bpchar 1  √  'N'::bpchar This is a manual process
c_invoice_id numeric 10  √  null
c_invoice.c_invoice_id cinvoice_callocationline R
Invoice Identifier
c_bpartner_id numeric 10  √  null
c_bpartner.c_bpartner_id cbpartner_callocationline R
Identifies a Business Partner
c_order_id numeric 10  √  null
c_order.c_order_id corder_callocation R
Order
c_payment_id numeric 10  √  null
c_payment.c_payment_id cpayment_callocationline R
Payment identifier
c_cashline_id numeric 10  √  null
c_cashline.c_cashline_id ccashline_callocationline R
Cash Journal Line
amount numeric 0 0 Amount in a defined currency
discountamt numeric 0 0 Calculated amount of discount
writeoffamt numeric 0 0 Amount to write-off
overunderamt numeric 0  √  0 Over-Payment (unallocated) or Under-Payment (partial payment) Amount
c_allocationhdr_id numeric 10
c_allocationhdr.c_allocationhdr_id callocation_callocationline R
Payment allocation
c_allocationline_uu varchar 36  √  NULL::character varying C_AllocationLine_UU
c_charge_id numeric 10  √  NULL::numeric
c_charge.c_charge_id ccharge_callocationline R
Additional document charges

Table contained 3 rows at 2021-12-25 14:43 +0100

Indexes:
Column(s) Type Sort Constraint Name
c_allocationline_id Primary key Asc c_allocationline_pkey
c_invoice_id Performance Asc c_allocationline_invoice
c_payment_id Performance Asc c_allocationline_payment
c_allocationline_uu Must be unique Asc c_allocationline_uu_idx


SchemaSpy was unable to generate a diagram of table relationships.
SchemaSpy requires Graphviz version 2.2.1 or versions greater than 2.4 from www.graphviz.org.