Table idempiere9.adempiere.c_cashline
Cash Journal 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_cashline_id numeric 10
c_allocationline.c_cashline_id ccashline_callocationline R
c_invoice.c_cashline_id ccashline_cinvoice R
c_order.c_cashline_id ccashline_corder R
Cash Journal 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
c_cash_id numeric 10
c_cash.c_cash_id ccash_ccashline C
Cash Journal
line numeric 10 Unique line for this document
description varchar 255  √  null Optional short description of the record
cashtype bpchar 1 Source of Cash
c_bankaccount_id numeric 10  √  null
c_bankaccount.c_bankaccount_id cbankacct_ccashline R
Account at the Bank
c_charge_id numeric 10  √  null
c_charge.c_charge_id ccharge_ccashline R
Additional document charges
c_invoice_id numeric 10  √  null
c_invoice.c_invoice_id cinvoice_ccashline R
Invoice Identifier
c_currency_id numeric 10  √  null
c_currency.c_currency_id ccurrency_ccashline R
The Currency for this record
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
isgenerated bpchar 1  √  'N'::bpchar This Line is generated
processed bpchar 1 'N'::bpchar The document has been processed
c_payment_id numeric 10  √  null
c_payment.c_payment_id cpayment_ccashline R
Payment identifier
c_cashline_uu varchar 36  √  NULL::character varying C_CashLine_UU

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

Indexes:
Column(s) Type Sort Constraint Name
c_cashline_id Primary key Asc c_cashline_pkey
c_cash_id Performance Asc c_cashline_cash
c_cashline_uu Must be unique Asc c_cashline_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.