Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_partial_reconcile_id_seq'::regclass) |
|
|
|||||
| debit_move_id | int4 | 10 | null |
|
|
Debit Move |
|||||
| credit_move_id | int4 | 10 | null |
|
|
Credit Move |
|||||
| full_reconcile_id | int4 | 10 | √ | null |
|
|
Full Reconcile |
||||
| exchange_move_id | int4 | 10 | √ | null |
|
|
Exchange Move |
||||
| debit_currency_id | int4 | 10 | √ | null |
|
|
Currency of the debit journal item. |
||||
| credit_currency_id | int4 | 10 | √ | null |
|
|
Currency of the credit journal item. |
||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| max_date | date | 13 | √ | null |
|
|
Max Date of Matched Lines |
||||
| amount | numeric | 0 | √ | null |
|
|
Amount |
||||
| debit_amount_currency | numeric | 0 | √ | null |
|
|
Debit Amount Currency |
||||
| credit_amount_currency | numeric | 0 | √ | null |
|
|
Credit Amount Currency |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_partial_reconcile_pkey | Primary key | Asc | id |
| account_partial_reconcile__credit_move_id_index | Performance | Asc | credit_move_id |
| account_partial_reconcile__debit_move_id_index | Performance | Asc | debit_move_id |
| account_partial_reconcile__exchange_move_id_index | Performance | Asc | exchange_move_id |
| account_partial_reconcile__full_reconcile_id_index | Performance | Asc | full_reconcile_id |

