People can make Payments to XAccounts. An XAccountPayment record is created.
Table: xaccount_payment
- amount
- dollar amount
- id
- unique id
- person_id
- foreign key to person
- the_date
- date of the payment
- time
- time of the payment
- transaction_id
- transaction id for online payments
- type
- C (Check) D (Credit) O (Online) S (Cash)
- user_id
- foreign key to user
- what
- optional description of what the payment was for
- xaccount_id
- foreign key to xaccount
Relations