mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] another form (#7766)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
co-authored by
Kashargul
CHOMPStation2
parent
a0b89744da
commit
3acfacf88e
@@ -364,7 +364,7 @@
|
||||
|
||||
/obj/item/weapon/form_printer/proc/print_form()
|
||||
var/list/paper_forms = list("Empty", "Command", "Security", "Supply", "Science", "Medical", "Engineering", "Service", "Exploration", "Event", "Other", "Mercenary")
|
||||
var/list/command_paper_forms = list("COM-0002: Dismissal Order", "COM-0003: Job Change Request", "COM-0004: ID Replacement Request", "COM-0005: Access Change Order", "COM-0006: Formal Complaint", "COM-0009: Visitor Permit", "COM-0012: Personnel Request Form")
|
||||
var/list/command_paper_forms = list("COM-0002: Dismissal Order", "COM-0003: Job Change Request", "COM-0004: ID Replacement Request", "COM-0005: Access Change Order", "COM-0006: Formal Complaint", "COM-0009: Visitor Permit", "COM-0012: Personnel Request Form", "COM-0013: Employee of the Month Nomination Form")
|
||||
var/list/security_paper_forms = list("SEC-1001: Shift-Start Checklist", "SEC-1002: Patrol Assignment Sheet", "SEC-1003: Incident Report", "SEC-1004: Arrest Report", "SEC-1005: Arrest Warrant", "SEC-1006: Search Warrant", "SEC-1007: Forensics Investigation Report", "SEC-1008: Interrogation Report", "SEC-1009: Witness Statement", "SEC-1010: Armory Inventory", "SEC-1011: Armory Equipment Request", "SEC-1012: Armory Equipment Deployment", "SEC-1013: Weapon Permit", "SEC-1014: Injunction")
|
||||
var/list/supply_paper_forms = list("SUP-2001: Delivery of Goods", "SUP-2002: Delivery of Resources", "SUP-2003: Material Stock")
|
||||
var/list/science_paper_forms = list("SCI-3003: Cyborg / Robot Inspection", "SCI-3004: Cyborg / Robot Upgrades", "SCI-3009: Xenoflora Genetics Report")
|
||||
@@ -468,6 +468,9 @@
|
||||
if("COM-0012")
|
||||
content = @{"[grid][row][cell][b]Sender:[/b] [cell][field][br][row][cell][b]Position:[/b] [cell][field][/grid][br][hr][br][b]Personnel Needed:[/b][br][table][br][row][cell]Exploration[cell][field][br][row][cell]Cargo[cell][field][br][row][cell]Medical[cell][field][br][row][cell]Service[cell][field][br][row][cell]Security[cell][field][br][row][cell]Science[cell][field][br][row][cell]Engineering[cell][field][br][row][cell]Command[cell][field][br][/table][br][small]Leave blank if none[/small][br][h3]Reason:[/h3] [field][br][br][hr][grid][row][cell][list][b]Signed:[/b][/list][cell][br][row][cell][list] - [large][field][/large][/list][cell][/grid]"}
|
||||
revision = "Revision: 1.2"
|
||||
if("COM-0013")
|
||||
content = @{"[center][i]Recognizing outstanding contributions and achievements[/i][/center][hr][b]Nominator Information[/b][table][row][cell]Full Name:[cell][field][row][cell]Department:[cell][field][row][cell]Contact Email:[cell][field][/table][hr][b]Nominee Details[/b][table][row][cell]Nominee's Full Name:[cell][field][row][cell]Nominee's Department:[cell][field][row][cell]Date of Nomination:[cell][field][/table][hr][b]Nomination Justification[/b][br][i]Please provide a detailed explanation of why the nominee deserves the Employee of the Month award. Highlight specific achievements, contributions to team goals, or any exemplary behavior.[/i][br][br][field][hr][b]Supporting Documents[/b][br][i]Include any relevant documents, such as performance reports or commendations, that support your nomination.[/i][br][br][field][hr][b]Endorsements[/b][br][i]List any additional endorsements from colleagues or supervisors. Include their names and brief statements of support.[/i][br][br][field][hr][b]Approval[/b][table][row][cell]Nominator's Signature:[cell][field][row][cell]Department Head Signature:[cell][field][row][cell]HOP Review Signature:[cell][field][/table]"}
|
||||
revision = "Revision: 1.1"
|
||||
//Security forms, SEC-1
|
||||
if("SEC-1001")
|
||||
content = @{"The following is a checklist of actions generally considered useful or essential to perform at the start of a work shift, or as soon as possible otherwise. Please sign to the right of each item when completed. If necessary, you may put notes regarding the work item after your signature.[br][hr][center][table][br][row][cell]All secure doors inspected and maintained if necessary[cell][field][br][row][cell]All cells cleaned[cell][field][br][row][cell]Brig cleaned and repaired if necessary[cell][field][br][row][cell]Armory inventory completed (see SEC-1010)[cell][field][br][row][cell]Security records checked for important information[cell][field][br][row][cell](optional) Patrol assignments given (see SEC-1002)[cell][field][br][row][cell]Cadets/Junior Officers assigned supervising officer if necessary[cell][field][br][/table][/center][br][hr][grid][row][cell][list][b]Officer on duty signature:[/b][/list][cell][br][row][cell][list] - [large][field][/large][/list][cell][/grid]"}
|
||||
|
||||
Reference in New Issue
Block a user