pos_make_payment


Description

Point of Sale Make Payment Wizard

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('pos_make_payment_id_seq'::regclass)
config_id int4 10 null
pos_config.id pos_make_payment_config_id_fkey C

Point of Sale Configuration

payment_method_id int4 10 null
pos_payment_method.id pos_make_payment_payment_method_id_fkey C

Payment Method

create_uid int4 10 null
res_users.id pos_make_payment_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id pos_make_payment_write_uid_fkey N

Last Updated by

payment_name varchar 2147483647 null

Payment Reference

amount numeric 0 null

Amount

payment_date timestamp 29,6 null

Payment Date

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
pos_make_payment_pkey Primary key Asc id

Relationships