Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| c_cashline_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_cash_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||||||||||||||||||||||||||
| line | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    ||||||||||||||||||||||||||||||
| description | varchar | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||||||||||||||||||||||||||
| cashtype | bpchar | 1 | null | 
                                         | 
                                    
                                         | 
                                    ||||||||||||||||||||||||||||||
| c_bankaccount_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||||||||||||||||||||||||||
| c_charge_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||||||||||||||||||||||||||
| c_invoice_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||||||||||||||||||||||||||
| c_currency_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||||||||||||||||||||||||||
| amount | numeric | 0 | 0 | 
                                         | 
                                    
                                         | 
                                    ||||||||||||||||||||||||||||||
| discountamt | numeric | 0 | √ | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||||||||||||||||||||||||
| writeoffamt | numeric | 0 | √ | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||||||||||||||||||||||||
| isgenerated | bpchar | 1 | √ | 'N'::bpchar | 
                                         | 
                                    
                                         | 
                                    |||||||||||||||||||||||||||||
| processed | bpchar | 1 | 'N'::bpchar | 
                                         | 
                                    
                                         | 
                                    ||||||||||||||||||||||||||||||
| c_payment_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||||||||||||||||||||||||||
| c_cashline_uu | varchar | 36 | √ | NULL::character varying | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| c_cashline_pkey | Primary key | Asc | c_cashline_id | 
| c_cashline_cash | Performance | Asc | c_cash_id | 
| c_cashline_uu_idx | Must be unique | Asc | c_cashline_uu | 
Check Constraints
| Constraint Name | Constraint | 
|---|---|
| c_cashline_isgenerated_check | ((isgenerated = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) | 
| c_cashline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |