charges for a registration are recorded in these records
Table: reg_charge
- amount
- dollar amount
- automatic
- was this charge a result of an automatic calculation?
- id
- unique id
- reg_id
- foreign key to registration
- the_date
- what day was this charge added?
- time
- what time was the charge added?
- type
- a code indicating what the charge was for: 1 - Tuition 2 - Meals and Lodging 3 - Application Fee 4 - Registration Fee 5 - Other (default) 6 - STRF 7 - Recordings 8 - CEU License Fee 9 - Materials Fees
- user_id
- foreign key to user - the person who added it
- what
- a brief description of the charge - this is 'Note' in the dialog
Relations