security
Vars | |
printing | The current state of the printer |
---|---|
Procs | |
add_crime | Handles adding a crime to a particular record. |
edit_crime | Handles editing a crime on a particular record. |
expunge_record_info | Deletes security information from a record. |
has_armory_access | Only qualified personnel can edit records. |
invalidate_crime | Voids crimes, or sets someone to discharged if they have none left. |
print_finish | Finishes printing, resets the printer. |
print_record | Handles printing records via UI. Takes the params from UI_act. |
Var Details
printing
The current state of the printer
Proc Details
add_crime
Handles adding a crime to a particular record.
edit_crime
Handles editing a crime on a particular record.
expunge_record_info
Deletes security information from a record.
has_armory_access
Only qualified personnel can edit records.
invalidate_crime
Voids crimes, or sets someone to discharged if they have none left.
print_finish
Finishes printing, resets the printer.
print_record
Handles printing records via UI. Takes the params from UI_act.