> For the complete documentation index, see [llms.txt](https://docs.proforgeerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proforgeerp.com/project-management/proforge-core/reports/work-in-progress.md).

# Work In Progress

The work in progress (WIP) report gives you a snapshot of every active project's financial health. It shows how much each job is worth, how much has been billed, how much has been spent, and whether you are making or losing money.

## How It Works

The WIP report pulls together data from your projects, AIA billing, payroll, and vendor bills into one view. For each project, it shows:

* **Contract Value** -- the total contract amount including approved change orders.
* **Billed to Date** -- how much you have invoiced the customer through AIA bills.
* **Costs to Date** -- total costs charged to the project (labor, materials, subs, equipment, etc.).
* **Estimated Profit** -- the difference between the contract value and total estimated costs.
* **Over/Under Billed** -- whether you have billed more or less than the work you have completed. This is important for cash flow and financial reporting.

This report is what your accountant or bookkeeper will ask for at the end of every month or quarter.

## Steps

1. Go to **Reports** and select **Work in Progress**.
2. Select the **As-of Date** -- the report shows the financial picture up to this date.
3. Optionally filter by **Project Status** (active, completed, all) or **Customer**.
4. Click **Generate**.
5. Review each project row. Pay attention to:
   * **Over-billed projects** -- you have billed ahead of where the work actually is. This looks good for cash flow now but could be a problem later.
   * **Under-billed projects** -- you have done more work than you have billed for. This means you are owed money.
   * **Low or negative profit** -- the project may be in trouble.
6. Click **Export** to download as a PDF or spreadsheet.

![wip report full](/files/45H8RwpQM7vvK1lyyL4a)

## Related Pages

* [Job Cost Report](/project-management/proforge-core/reports/job-cost-report.md) -- drill into a single project's costs
* [AIA Billing](/project-management/proforge-core/aia-billing.md) -- billing data feeds the "Billed to Date" column
* [Setting Up a Project](/project-management/proforge-core/setting-up-a-project.md) -- contract values come from project setup


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proforgeerp.com/project-management/proforge-core/reports/work-in-progress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
