f_fire_inspection

f_fire_inspection

Purpose


  1. Documents fire inspections and their results. 


Relationships


  • v_occupancy: Many-to-One (N:1)

    • Many inspections can link to one occupancy

    • Referenced through place_id

  • v_fire_inspection_violation: One-to-Many (1:N)

    • One inspection can have many violations

    • Referenced through fire_inspection_id

  • v_personnel: Many-to-One (N:1)

    • Many inspections can be assigned to one personnel

    • Referenced through user_assigned_id



Table


Column

Type

Description

id

integer

Primary key

client_code

varchar

Organization identifier

place_id

integer

Location reference

preplan_id

integer

Pre-plan reference

user_assigned_id

integer

Assigned inspector

team_id

integer

Inspection team

user_completed_id

integer

Completing user

place_location_cache

text

Location details

fire_inspection_type_name

varchar

Inspection type

fire_inspection_type_id

integer

Type reference

fire_inspection_scheduled_at

timestamp

Schedule time

fire_inspection_completed_at

timestamp

Completion time

fire_inspection_schedule_type_code

varchar

Schedule type

fire_inspection_reinspection_number

integer

Reinspection count

fire_inspection_status_code

varchar

Status

fire_inspection_notes

text

Notes

is_printed

boolean

Print status

has_recurring_scheduled

boolean

Recurrence flag

fire_station

varchar

Station

fire_station_id

integer

Station reference

inspection_number

varchar

Inspection ID

created_by

integer

Creator reference

created_at

timestamp

Creation time





    • Related Articles

    • v_fire_inspection_violation

      Purpose Fire code violation records. Relationships f_fire_inspection: Many-to-One (N:1) Many violations link to one inspection Referenced through fire_inspection_id v_occupancy: Many-to-One (N:1) Many violations link to one location Referenced ...
    • v_fire_inspection_item_result

      Purpose Fire inspection checklist results. Relationships f_fire_inspection: Many-to-One (N:1) Many results link to one inspection Referenced through fire_inspection_id v_personnel: Many-to-One (N:1) Many results created by one personnel Referenced ...
    • Inspection Type - Part 2: Creating and Editing an Inspection Checklist

      Purpose To demonstrate how to create and edit an Inspection Checklist. Related Articles Inspection Type - Part 1: Creating and Editing Inspection Type Inspection Type - Part 3: Forms Inspection Type - Part 4: Email Inspection Type - Part 5: Billing ...
    • Creating and Importing an Inspection Checklist

      Purpose To demonstrate how to create an Inspection Checklist Template for importing into an account. Video Instructions 1. Click on Inspections. 2. Click on Inspection Types. 3. Click on Import XLS to download the template. 4. Click on Download ...
    • Form Builder - Adding US Mailing Address to Inspection Form

      Purpose To learn how to add a business address to an inspection form to allow use of a standard #10 Window Envelope to mail an Inspection Report via the United States Postal Service. Related Articles Form Builder Basics Form Builder Management Video ...