Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The Crisisworks Fire Prevention Notice module provides a way to report and track Fire Prevention Infringements, both in the field and in the office.

...

The initial set-up of the Fire Prevention Notice module involves the creation of the field survey form, the import of property data, and work to determine how to import data back into your Council business systems.  

NOTE: It is important to determine the correct property asset IDs that will be used in Crisisworks, which will match with your organisation's own asset codes. For example, some Victorian Councils use "parcel number" while some use "prop num" (property number).  Before importing your own asset data look at the asset via administration menu → assets and review the property data to see if it is correctly configured, look at the "Code" field, this is your own asset ID.

If this is not correct, contact Datalink support.

Define your inspection form

...

Multiple asset types can be configured for use in the same form, for FPNs both Property and Parcel data could added as part of the initial setup by Datalink.

To the import data: Goto the administration menu → settings → import data

  • This screen has a link to your own site's import details, such as field name and field order.

Supported Formats

Crisisworks can support the following import formats:

...

If you have a list of properties that you would like to inspect, you can create them in the web browser one at a time or alternatively, you can perform a bulk import from a CSV file. The file only requires two columns of data which is the property ID and status (10 is for 1st inspection required, 20 is for Hazard exists)

The import items, go to Administration -> Settings -> Import Data. Here, you can choose to import FPN items from a csv site and upload the relevant file. 

Image Modified


When uploading a file for the first time, it is a good idea to select the "Test Only" option. This will output any errors that may be present in your data file without making any changes to Crisisworks. This allows you to address any errors before proceeding with the actual import.



Once imported, records can be assigned to officers in bulk (see section below).

...

If you intend to use the built-in Crisisworks letter generation system, you will need to import the owner details first. The file uploaded is for postal correspondence 

As of Oct 30th 2018, an improved and simplified approach has been introduced, prior to version 4.19 property owner details are imported together with the property asset data.

Here is a demonstration CSV file.

View file
nameAsset Contacts upload demo.csv
height150


The asset code in your upload file must be your own property/ parcel asset code that is being used in Crisisworks already.

...

You can create Contractor Tasks for the your Fire Prevention Notice. This task gets assigned to the contractors who physically go out and do the clearing work.  When the contractor logs into Crisisworks, they will only have the ability to see the tasks assigned to them.

To create a Subcontractor Task, the Fire Prevention Notice needs to be in the status of Request Compulsory Clearing.  Once this status is set, a new Contractor Task section appears on the right hand side with an Add button (see screenshot below). Click on this Add button and a new sub-form will be displayed (see screenshots second screenshot below)



If you have setup your Contractors as mentioned above in Setting up Contractors, they will appear in the Service drop down list to choose from.  Select the appropriate contractor you would like to assign this task to and add any necessary details. 

...

These tasks can be be viewed in their own datagrid by scrolling down on the left hand side until you see FPN Subcontractor Tasks (see screenshot below).  Expand this section on the left and click on the Active counter to view the current active Subcontractor tasks.

The contractors will only have permission to view the Subcontractor tasks assigned to them and not the main Fire Prevention Notice. 

The contractor can edit the Subcontractor task and add photos of the completed work. They can also add their Work Start Time, Work End Time or alternatively an overall Job Time for how many hours they spent working on the job. Once they have completed the job they should can either update the status to Ready to Invoice.  Setting the Subcontractor task to the status Ready to Invoice will update the parent Fire Prevention Notice status to Post Clearance Inspection Review.  Fire Prevention Coordinators at Council can then review the contractor's work either via the task item or physically and if it has been completed satisfactorily they can set the Subcontract task status to Approved for Payment. The contractor can then enter an Invoice Number into the Subcontractor task and set the status to Invoiced (note, setting the invoice number and saving the Subcontractor task will automatically update the status to Invoiced).  Council can then set the status of the Subcontractor Task to Completed. 

Subcontractor Task Workflow

Image Added

Creating infringement letters

...

FieldDescription
Letterhead File

You have the option of uploading your company letterhead into the template. This will then be added to each PDF letter generated. 

Please ensure it is in PDF format. Click on the Select File button under the "Upload an optional letterhead file (PDF)" heading to upload your letterhead.

Letter Contents

This is where the HTML for your letter will go which will be converted to one or more PDF letters when you generate the merge from the FPN notice.

You can simply edit this HTML to suit your needs. You must ensure all HTML is kept inside the <article> tag for it to be formatted correctly. Below are some basic HTML tags you can use in your content.

In here you can add tokens which will be replaced with the FPN notice information. For example {$item.id} will be replaced with the item's id number (ie 54). You can click on the "View available tokens to add into your letter content" link to see the tokens you can add inside the HTML text box.


Page Left Margin (mm)The left margin is how much space is created on the left-hand side of your letter before the content begins. This will default to 20mm.
Page Right Margin (mm)The right margin is how much space is created on the right-hand side of your letter. This will default to 20mm.
First Page Top Margin (mm)This is how much space to appear at the top of the letter on the first page before the text begins. Depending on the size of your letterhead, you may need to move the text up or down the page to format nicely with your letterhead.  If you find the content overlapping your letterhead, then increase the size of the top margin. This will default to 30mm.
Address left margin (mm)If you wish to send your letters in a window faced envelope, you can use the <address> tag in HTML and format where the address will sit on the page so that it appears inside the window face of the envelope. The Address left margin is how much space will appear on the left-hand side of the address. This will default to 25mm.
Address top margin (mm)If you wish to send your letters in a window faced envelope, you can use the <address> tag in HTML and format where the address will sit on the page so that it appears inside the window face of the envelope. The Address top margin is how far down the page the address will appear, This will default to 4.2cm.
Additional CSS (optional)

This section should only be used by Advanced Users that know CSS.

For example, if you wanted all of the text in your document to be blue, you can enter font-color: blue inside this box.

Show Page Header in PDF?

If selected, the page header displaying the date will appear at the top of each PDF page

Show Page Footer in PDF?If selected, the page footer displaying page numbers and the file's URL will appear at the bottom of each PDF page. If removed it will only show the footer on the last page. 

...

View Detailed documentation  for HTML merge letter templates

Basic HTML Tag examples

Below are some basic HTML tags that you can use in the letter content area:

...

Sample HTML with accompanying CSS is available at the bottom of the Detailed documentation for HTML merge letter templates.

Word Template 

The letter template is a standard Microsoft Word document containing your letterhead, signatures etc with variables inside which will be replaced with the data from the record, this is a sample snippet of a merge file. (It does not support images or signatures from the user preferences file, use the HTML feature for these)

...