Rentals and Programs have a named house cost schedule. This specifies a cost for each type of housing. The type attribute says whether the cost is for each day or for the entire event.
Table: housecost
- center_tent
- $ for center tents
- commuting
- $ for commuting
- dble
- $ for doubles
- dble_bath
- $ for doubles with bath
- dble_cabin
- $ for doubles in a cabin
- dble_cottage1
- $ for doubles in Ram 1
- dble_cottage2
- $ for doubles in Ram 2
- dormitory
- $ for dormitories
- economy
- $ for economy housing
- id
- unique id
- inactive
- is it no longer to be used?
- name
- The name of the HouseCost
- own_tent
- $ for people bringing their own tent
- own_van
- $ for people sleeping in their vehicle
- single
- $ for singles
- single_bath
- $ for singles with bath
- single_cabin
- $ for singles in a cabin
- single_cottage1
- $ for single in Ram 1
- single_cottage2
- $ for single in Ram 2
- triple
- $ for triples
- type
- Per Day or Total
- whole_cottage
- $ for whole Ram 1 cottage
Relations