sheltermanager / asm3

Animal Shelter Manager
GNU General Public License v3.0
108 stars 64 forks source link

Clinic appointment type lookup #1317

Closed bobintetley closed 7 months ago

bobintetley commented 1 year ago

As well as the free text reason for appointment, at least one user would like a select/dropdown of reasons/type of appointment so that they could standardise them.

clinicappointment.ClinicTypeID

clinictype ( ID, ClinicTypeName, ClinicTypeDescription )

bobintetley commented 7 months ago

Default values for the table: Consultation, Followup, Prescription, Surgery

Tetzor commented 7 months ago

added clinictypename to clinic_appointments_between_two_dates.rep and clinic_appointments_mailmerge.rep