|
1 registered user in last 24 hours ]po[ PaymentPayment represents cash movements related to cost items.
Data-Model
Column | Type | Modifiers
---------------------+--------------------------+-----------
payment_id | integer | not null
cost_id | integer |
company_id | integer | not null
provider_id | integer | not null
received_date | timestamp with time zone |
start_block | timestamp with time zone |
payment_type_id | integer |
payment_status_id | integer |
amount | numeric(12,2) |
currency | character(3) |
note | character varying(4000) |
last_modified | timestamp with time zone | not null
last_modifying_user | integer | not null
modified_ip_address | character varying(20) | not null
|
