Save up to 90%Learn more

JobsiteOn Help Center

Great field operations start with clear guidance

Find complete route-verified guides for authentication, onboarding, owner workflows, settings, integrations, security, and release operations.

Create and Manage Invoices

Current invoice create, send, portal, and PDF behavior.

InvoicesLiveInvoices
Chloe Nguyen

Written by Chloe Nguyen

Billing and Operations Specialist

Updated 3/23/2026

Verified Routes

  • /invoices
  • /invoices/new
  • /invoices/[slug]
  • /invoices/[slug]/edit
  • /i/[token]

Overview

Use this guide to create invoices, send them, and validate the customer-facing invoice PDF flow.

What is now in production

  • Invoice send can attach a generated PDF (Invoice-<invoiceNumber>.pdf).
  • /invoices/[slug] now embeds the generated invoice PDF on the left side of the detail page and keeps the live action, payment, message, activity, sync, and detail rail on the right, with the prior HTML preview only as a fallback.
  • Public invoice portal PDF download is active on /i/[token]/pdf.
  • Default invoice PDF uses live company/contact/property/invoice data.
  • Missing logo falls back to text-only header without layout break.
  • After a draft is saved, invoice builder preview can refresh against live renderer output.
  • Sent invoice emails are tracked in Inbox sent threads with attachment metadata.
  • Default outbound invoice and invoice-reminder emails now use the saved branding logo and document accent color.
  • Invoice send dialog includes Send a Bcc to myself and Notify customer via SMS.
  • SMS preview and automation defaults are managed in /settings/communications.

Routes used

  • /invoices
  • /invoices/new
  • /invoices/[slug]
  • /invoices/[slug]/edit
  • /i/[token]

Step 1: Build invoice

  1. Open /invoices/new.
  2. Select the correct contact and property.
  3. Add line items and verify subtotal/tax/discount/total.
  4. Save and review from /invoices/[slug].

Step 2: Confirm document branding sources

Invoice PDF branding reads from:

  • /settings/company/branding (logo, brand color)
  • /settings/company/branding crops company logos/icons before save so the saved assets are the same ones used by PDFs and branded email headers
  • /settings/company/branding document palette (text/muted/line/paper colors)
  • /settings/company/branding document labels (invoice title/number/date/due-date labels)
  • /settings/company/branding header/footer toggles (show company name, registration number)
  • /settings/company (business name, address, email, phone, tax ID)

Step 3: Send invoice

  1. Open /invoices/[slug].
  2. Review the embedded generated PDF on the left side of the detail page.
  3. Confirm recipient email.
  4. Choose send controls:
    • Send a Bcc to myself
    • Notify customer via SMS
    • Optional SMS phone override and Preview SMS
  5. Send invoice to recipient(s).
  6. Keep PDF attachment enabled when required.
  7. Open /inbox and confirm the sent thread contains the outbound invoice email.

Expected result:

  • Email send completes.
  • Bcc and SMS behavior follows selected send toggles (or workspace defaults).
  • Attachment is Invoice-<invoiceNumber>.pdf.
  • Public link routes to /i/[token].
  • Inbox sent thread shows attachment count and PDF filename.

Step 4: Validate invoice portal PDF

  1. Open /i/[token].
  2. Click Download PDF.
  3. Confirm a PDF is returned and totals/terms match the invoice record.

Validation checklist

  • Invoice send succeeds.
  • PDF attachment is generated when requested.
  • /i/[token]/pdf returns application/pdf.
  • Portal download records engagement and does not return a placeholder response.
  • Outbound invoice email uses the current logo and brand accent when default email content is used.
  • /inbox/threads/:id includes outbound email attachment metadata for the PDF.

Troubleshooting

Portal PDF shows an error

Check token validity (publicToken not expired) and confirm invoice still exists.

PDF has incomplete company info

Update /settings/company or /settings/company/branding, then regenerate and send again.

Property address is missing on PDF

Ensure invoice has a linked property or a contact with complete address fields.

Related articles