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

# Create an invoice from WIP

> Select approved work in Progress, create a draft invoice, then send and mark paid.

By the end you will have created an invoice from approved WIP and moved it toward sent/paid.

**Who:** Org Admin for create/send/void/paid actions (Finance can see WIP/Invoices in the UI)\
**Where:** **WIP** → `/billing/wip` · **Invoices** → `/billing/invoices`

<img src="https://mintcdn.com/ledgertime/KlG0jKSvcWEG8_1A/images/invoice-from-wip.svg?fit=max&auto=format&n=KlG0jKSvcWEG8_1A&q=85&s=5781ccb3370fac5bfc6a6d0b5a1d3be4" alt="WIP selection flowing into an invoice detail with status actions" className="rounded-xl border border-gray-200 dark:border-gray-800" width="920" height="420" data-path="images/invoice-from-wip.svg" />

## Invoice statuses

| Status  | Meaning                        |
| ------- | ------------------------------ |
| `draft` | Editable packet; not sent      |
| `ready` | Marked ready to send           |
| `sent`  | Sent to the client             |
| `paid`  | Marked paid                    |
| `void`  | Cancelled; lines return to WIP |

## Steps

<Steps>
  <Step title="Open Work in Progress">
    Under **Billing**, open **WIP**. Filter by client, project, or weeks if needed.
  </Step>

  <Step title="Select approved rows">
    Check the uninvoiced approved lines you want on the packet, then click **Create Invoice**.
  </Step>

  <Step title="Set period and rate">
    On **Create invoice**, set **Period start/end** and **Default hourly rate**, then **Create invoice**. You land on the invoice detail as `draft`.
  </Step>

  <Step title="Mark ready and send">
    Use **Mark ready** (`ready`), then **Send** (`sent`). You can also **Send** directly from `draft`.
  </Step>

  <Step title="Mark paid or void">
    When the client pays, **Mark paid**. To cancel a draft/ready/sent invoice, **Void** with a reason — lines return to WIP. Paid invoices use **Issue credit note** for adjustments.
  </Step>
</Steps>

Download **Invoice PDF** and **Time detail PDF** from the invoice detail (not available for void invoices).

<Note>
  List tabs on **Invoices** filter by **Draft / Ready / Sent / Paid / Void**.
</Note>

## Related

* [Approve or reject](/approvers/approve-reject)
* [Integrations overview](/integrations/overview)
