Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_payment_register_id_seq'::regclass) |
|
|
|||||
| currency_id | int4 | 10 | √ | null |
|
|
Currency |
||||
| journal_id | int4 | 10 | √ | null |
|
|
Journal |
||||
| partner_bank_id | int4 | 10 | √ | null |
|
|
Recipient Bank Account |
||||
| source_currency_id | int4 | 10 | √ | null |
|
|
Source Currency |
||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||
| partner_id | int4 | 10 | √ | null |
|
|
Customer/Vendor |
||||
| payment_method_line_id | int4 | 10 | √ | null |
|
|
Payment Method |
||||
| writeoff_account_id | int4 | 10 | √ | null |
|
|
Difference Account |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| communication | varchar | 2147483647 | √ | null |
|
|
Memo |
||||
| payment_type | varchar | 2147483647 | √ | null |
|
|
Payment Type |
||||
| partner_type | varchar | 2147483647 | √ | null |
|
|
Partner Type |
||||
| payment_difference_handling | varchar | 2147483647 | √ | null |
|
|
Payment Difference Handling |
||||
| writeoff_label | varchar | 2147483647 | √ | null |
|
|
Journal Item Label |
||||
| payment_date | date | 13 | null |
|
|
Payment Date |
|||||
| amount | numeric | 0 | √ | null |
|
|
Amount |
||||
| source_amount | numeric | 0 | √ | null |
|
|
Amount to Pay (company currency) |
||||
| source_amount_currency | numeric | 0 | √ | null |
|
|
Amount to Pay (foreign currency) |
||||
| group_payment | bool | 1 | √ | null |
|
|
Group Payments |
||||
| can_edit_wizard | bool | 1 | √ | null |
|
|
Can Edit Wizard |
||||
| can_group_payments | bool | 1 | √ | null |
|
|
Can Group Payments |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| payment_token_id | int4 | 10 | √ | null |
|
|
Saved payment token |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_payment_register_pkey | Primary key | Asc | id |

