Editing Personnel Database/Format

From PCSAR

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Current revision Your text
Line 3: Line 3:
only some parts are
only some parts are
documented.
documented.
-
 
-
== CallOutPriority ==
 
-
 
-
<code>CallOutPriority=</code> changes the order of people
 
-
with a group.
 
-
It can for instance be used to order the Emergency Callers
 
-
in the sequence they prefer.
 
-
 
-
The value is an integer.
 
-
Lower values are presented first.
 
-
 
-
If you don't want to specify a value, don't include <code>CallOutPriority=</code> at all.
 
-
The default value of 999 will then be assumed.
 
-
 
-
== OpStatus ==
 
-
One of the fields is called OpStatus, for Operational Status. We aren't
 
-
required to keep a history for this, so there is only 1 line of
 
-
current information. OpStatus can be:
 
-
 
-
'''Emergency''' - an Emergency Response Member
 
-
 
-
'''Resource''' - a Resource Member
 
-
 
-
'''Non''' - a Non-Responding Member
 
-
== BirthDate ==
 
-
The BirthDate field is used for reporting for WCB coverage
 
-
and determining operational status policy (must be 18 to be an Emergency Response Member).
 
-
 
-
The format should be YYYY-MM-DD
 
-
 
-
== Phone ==
 
-
Example:
 
-
<pre>
 
-
<Phone Location="Work"
 
-
Format="Live"
 
-
Number="627-2460" />
 
-
</pre>
 
-
 
-
'''Phone''' elements list phone numbers that can reach the person.
 
-
 
-
The '''Number''' is required. It gives the phone number.
 
-
 
-
Don't use a blank number for an unused entry. Just delete the entire Phone record.
 
-
 
-
You don't have to give the area code if it's 403. And you shouldn't add a 1 if it's long distance. If there's an extension that's needed, add it after the phone number.
 
-
 
-
The '''Location''' is optional. It gives a brief description of where the person is being called. Standard locations are abbreviated on the call-out sheet:
 
-
* '''Work''' becomes "w:"
 
-
* '''Home''' becomes "h:"
 
-
* '''Cell''' becomes "c:"
 
-
If you use another value for location, it will appear as is e.g. "Calgary:"
 
-
 
-
If a person wants to indicate that their home number is also a cell number, they can have multiple Phone elements with the same Number.
 
-
 
-
<pre>
 
-
<Phone Location="Home"
 
-
Number="627-2460" />
 
-
<Phone Location="Cell"
 
-
Number="627-2460" />
 
-
</pre>
 
-
will appear on the call-out sheet as "h/c:627-2460".
 
-
 
-
Numbers should be listed in the order that the person wants them to be called by the call-out people.
 
-
E.g. if I always have my cell phone on, I would list that number first.
 
-
 
-
The numbers may also be called by a machine as part of PCSAR's automated call-out system.
 
-
If that is used, all numbers are likely to be called simultaneously.
 
-
There may be some numbers that shouldn't be called by machine,
 
-
for example, those that are answered by a receptionist who wouldn't know who to transfer the call to.
 
-
In that case you can add <code>'''Format="Live"'''</code>. '''Format''' is optional.
 
-
There's also an old <code>'''Format="Fax"'''</code>
 
-
which we don't really use any more but is available if you want to record a fax number.
 
-
 
-
== Training ==
 
-
The training section are the lines between
 
-
<Training>
 
-
and
 
-
</Training>
 
-
 
-
Add lines in free form for major courses and certifications the person has received.
 
-
=== Criminal Record Review ===
 
-
For the criminal records check add a line to the training section like:
 
-
<Qualify What="Criminal Record Review" AsOf="2015-01-20" By="Claus Burchert"/>
 
-
Recording who reviewed the Criminal Records statement and when they did it.
 
== Status ==
== Status ==
Line 173: Line 89:
Just a reminder... the society act requires we keep track of at
Just a reminder... the society act requires we keep track of at
what date members had different member status. That means you can
what date members had different member status. That means you can
-
not change <Status> entries. You can only add new ones.
+
not change <Status> entries. You can only add new ones. I'm
 +
adding back the original <Status>'s that you changed.
-
== Committee ==
+
== OpStatus ==
-
Each member can be part of one or more committees (or none).
+
One of the fields is called OpStatus, for Operational Status. We aren't
-
By recording the committees the member is a part of, they will automatically be added to the mailing list for that committee.
+
required to keep a history for this, so there is only 1 line of
 +
current information. OpStatus can be:
-
Add committees, by adding lines like:
+
'''Emergency''' - an Emergency Response Member
-
<Committee Name="Board" Role="President"/>
+
-
The currently defined committees are:
+
'''Resource''' - a Resource Member
-
* Board
+
-
* Training
+
-
* Membership
+
-
* Preplan
+
-
* Equipment
+
-
* Fundraising
+
-
* Audit
+
-
* Caller (Call-Out Committee)
+
-
The Role is optional; it doesn't have to be included, but if stated
+
'''Non''' - a Non-Responding Member
-
should be one of:
+
-
 
+
-
board elected positions:
+
-
* President
+
-
* Vice President
+
-
* Secretary
+
-
* Treasurer
+
-
* Secretary/Treasurer
+
-
* Director
+
-
 
+
-
board appointed positions:
+
-
* RCMP Liaison
+
-
* Emergency Services Liaison
+
-
* Staff
+
-
 
+
-
committee appointed positions:
+
-
* Chair
+
-
* Co-Chair
+
== Part and Activity ==
== Part and Activity ==
Line 229: Line 120:
meeting (typically 19:00 -- 19:15).
meeting (typically 19:00 -- 19:15).
 +
== CallOutPriority ==
 +
 +
<CallOutPriority> changes the order of people
 +
with a group.
 +
It can for instance be used to order the Emergency Callers
 +
in the sequence they prefer.
== Activity ==
== Activity ==
<Activity> appears in the list of [[Activities]].
<Activity> appears in the list of [[Activities]].
Each line looks like:
Each line looks like:
-
<pre>
 
<Activity Date="1995-09-21"
<Activity Date="1995-09-21"
Description="mtg"
Description="mtg"
-
Type="Admin" />
+
Type="Admin" />
-
</pre>
+
;Date
;Date
: is the date of the activity.
: is the date of the activity.
Line 246: Line 141:
:;Incident
:;Incident
:: a call-out that we responded to. These count towards maintaining a person's SAR Fundamentals certification.
:: a call-out that we responded to. These count towards maintaining a person's SAR Fundamentals certification.
-
:;Other Group Incident
 
-
:: a call-out that the member responded to, but not as a member of PCSAR. Members can record their participation in these types of incidents to show that they are maintaining their SAR Fundamentals certification.
 
:;Mock
:;Mock
:: a mock incident that we attended. These also count towards maintaining a person's SAR Fundamentals certification.
:: a mock incident that we attended. These also count towards maintaining a person's SAR Fundamentals certification.

Please note that all contributions to PCSAR are considered to be released under the Attribution-Share Alike 3.0 Unported (see PCSAR:Copyrights for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!


Cancel | Editing help (opens in new window)
Personal tools