> ## Documentation Index
> Fetch the complete documentation index at: https://help.propops.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Your First Job

> Step-by-step walkthrough for creating your first maintenance job in PropOps Web — from raising a report through to completion and sign-off.

This guide walks you through the complete lifecycle of a job — from creation, through contractor assignment and completion, to financial close-out.

<Info>
  Before you begin, make sure your administrator has configured at least one **branch**, **job type**, and **priority level** under **Settings → Job Tags**.
</Info>

***

## 1. Create the job

<Steps>
  <Step title="Open the job form">
    Go to **Jobs** in the sidebar and select **Create Job**.

    <Frame caption="New Job Page">
      <img alt="New Job Light Mode" title="New Job Light Mode" lightAlt="New Job Page" darkAlt="New Job Page" className="mx-auto hidden dark:block" src="https://mintcdn.com/propopstechnologiesltd/3l_IEqoE9XVq1jR4/images/New-Job---Dark-Mode.png?fit=max&auto=format&n=3l_IEqoE9XVq1jR4&q=85&s=7d60e026b0ca6a74add2e3feef6348a5" width="2656" height="2116" data-path="images/New-Job---Dark-Mode.png" />

      <img alt="New Job Light Mode" title="New Job Light Mode" lightAlt="New Job Page" darkAlt="New Job Page" className="mx-auto dark:hidden" src="https://mintcdn.com/propopstechnologiesltd/3l_IEqoE9XVq1jR4/images/New-Job---Light-Mode.png?fit=max&auto=format&n=3l_IEqoE9XVq1jR4&q=85&s=8cf06416666e9ba426d42101c21ee935" width="2656" height="2116" data-path="images/New-Job---Light-Mode.png" />
    </Frame>
  </Step>

  <Step title="Fill in the basics">
    Set the <Tooltip tip="Low, Medium, High, Urgent" headline="Preloaded Priorities (Customisable)">Priority</Tooltip>, <Tooltip tip="New Order, Booked to Quote, Quoted, Quote Rejected, Accepted, Booked to Complete, Completed, Invoiced, Cancelled, On-Hold" headline="Preloaded Statuses (Customisable)">Status</Tooltip>, and <Tooltip tip="General Maintenance, Gas Safety Certificate, Energy Performance Certificate, Electrical Installation Condition Report, Legionella Risk Assessment, Electrical Equipment Testing, Floor Plans, Property Inspection" headline="Preloaded Job Types (Customisable)">Job Type</Tooltip>. Enter a clear <Tooltip tip="Templates can be made for consistancy" headline="Job Titles">Job Title</Tooltip> — something like "SINK REPAIR" — and write a full description in the rich-text editor.
  </Step>

  <Step title="Set the property address">
    Addresses are created independently from jobs, if the address hasn't been added to the system before you will be presented with a add new address form automatically
  </Step>

  <Step title="Link the tenant">
    Search for the tenant in the **Tenants** field and select them. If the tenant doesn't exist yet, you can create a new tenant from within the job and assign it to the address so they are automatically selected on future jobs or previous jobs as the current tenants.
  </Step>

  <Step title="Save the job">
    Select **Create**. PropOps assigns a unique job reference and sends notifications to the relevant parties.
  </Step>
</Steps>

***

## 2. Assign a contractor

<Steps>
  <Step title="Find the right contractor">
    Open **Contractors → Coverage Map** from the sidebar. Enter the property postcode in the search bar. The map shows which contractors cover that area, with isochrone overlays showing realistic travel coverage.
  </Step>

  <Step title="Check their credentials">
    Select a contractor on the map to see their trades, certifications, and current workload. Make sure they hold valid certifications for the job type.
  </Step>

  <Step title="Assign them to the job">
    Go back to your job record and edit it. In the **Contractor** field, search for and select the contractor you chose. Save the job — the contractor receives a notification with the job details.
  </Step>
</Steps>

<Tip>
  PropOps Web can suggest the best contractor automatically based on trade and location. Look for the suggestion in the contractor assignment field.
</Tip>

***

## 3. Track progress

Once the contractor is assigned, the job moves through the lifecycle:

| What happens                 | What you see in PropOps                      |
| ---------------------------- | -------------------------------------------- |
| Contractor accepts the job   | Status changes to **Assigned**               |
| Work begins on site          | Status changes to **In Progress**            |
| Contractor adds updates      | New case notes appear in the job timeline    |
| Photos or documents uploaded | Attachment count increases in the job header |

You can add your own case notes at any point — type in the Case Notes panel and attach photos or documents as needed.

### Monitor the SLA

The SLA indicator on the job card shows how much time remains before the target deadline. If the job approaches its deadline, PropOps sends automated warnings. A missed deadline is recorded as an **SLA breach** in the audit log.

***

## 4. Complete the job

<Steps>
  <Step title="Contractor submits completion">
    The contractor marks the job as complete and adds a completion note with any relevant details or photos.
  </Step>

  <Step title="Review the work">
    Open the job and review the case notes, photos, and completion details. If you're satisfied, move the status to **Closed**.
  </Step>

  <Step title="Handle issues">
    If the work isn't right, select **Actions → Recall Job** to reopen it. Enter the reason — the contractor is notified and the job appears in **Jobs → Recalls**.
  </Step>
</Steps>

***

## 5. Close out financially

<Steps>
  <Step title="Raise the invoice">
    Go to the **Financial** tab on the job. Enter the invoice number, agent price (ex. VAT), contractor total, and any budget figures. VAT is calculated automatically.
  </Step>

  <Step title="Record payments">
    As payments come in, mark each one in the Financial tab — client payment received, contractor payment sent, commissions paid. The payment status updates automatically.
  </Step>

  <Step title="Verify the job is settled">
    When all payments are recorded, the job shows **Payment Complete**. It's now fully closed.
  </Step>
</Steps>

***

## What's next?

<CardGroup cols={2}>
  <Card title="Managing Contractors" icon="helmet-safety" href="/guides/managing-contractors">
    Set up contractor profiles, certifications, and coverage areas.
  </Card>

  <Card title="Financial Workflows" icon="sterling-sign" href="/guides/financial-workflows">
    Learn about invoicing, payment tracking, and reconciliation.
  </Card>
</CardGroup>
