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

# Project budgets: billing, cost, and hours targets

> Set and track budgets on projects and subprojects in Beebole to monitor hours, costs, and billing against your targets and catch overruns early.

Beebole's budgets let you set targets for billing, costs, or hours on your projects and subprojects, and track progress against those targets in real time. Budgets help you spot overruns before they become problems.

<Info>
  Budgets are not included in every Beebole plan. Review your plan and add-ons on the [Subscription](/help/documentation/subscription) page.
</Info>

<div style={{position: "relative", paddingBottom: "calc(57.2751% + 41px)", height: "0px", width: "100%"}}>
  <iframe src="https://demo.arcade.software/q0H0Unl1TPtvZdf4MRwH?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Assign Project Budgets" frameBorder="0" loading="lazy" allowFullScreen allow="clipboard-write" style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%", colorScheme: "light"}} />
</div>

***

## Budget types

Each budget on a project has three target fields:

| Field              | What it tracks      | Example                                         |
| ------------------ | ------------------- | ----------------------------------------------- |
| **Billing amount** | Revenue target      | "This project should generate €50,000"          |
| **Cost amount**    | Internal cost limit | "Don't spend more than €30,000 on this project" |
| **Hours**          | Time allocation     | "This project has a 500-hour cap"               |

You can use any combination of these on the same budget.

***

## Setting up a budget

<Steps>
  <Step title="Open the project">
    Navigate to [Projects](/help/documentation/projects) and click the project you want to budget.
  </Step>

  <Step title="Open the Budgets panel">
    In the project's detail panel, open the **Budgets** panel.
  </Step>

  <Step title="Add a budget">
    Click **Add**. Beebole creates the budget and opens it for editing.
  </Step>

  <Step title="Define the targets">
    Enter your targets in **Billing amount**, **Cost amount**, and **Hours**. Changes are saved automatically, and Beebole starts tracking progress against the budget immediately.
  </Step>
</Steps>

***

## Budget splits

For more detailed tracking, you can split a budget using its **Type** field:

* **Split by person** — Allocate a portion of the budget to each team member, with its own billing amount, cost amount, and hours.
* **Split by project** — Distribute the budget across projects from another category — for example, splitting a client's budget across activities.
* **No split** — One set of targets applies to the whole project.

Budget splits let you see not just whether the overall project is on track, but whether individual contributors or work streams are within their allocation.

***

## Monitoring budgets

Click **Reports** in the sidebar, then **Budget Status**, to track every budget in one place. The report shows a progress bar per project comparing the hours, billing, and cost actually logged against your targets, rolls subproject activity up the hierarchy, and flags budgets that are at risk or over budget. See [Reports](/help/documentation/reports) for the report's filters and export options.

Beebole also alerts you as a budget fills up:

* When consumption passes the alert threshold (80% by default), Beebole sends a notification and shows an alert badge on the budget's card in the **Budgets** panel.
* When consumption reaches 100%, you get another notification and an **Over budget** badge.

Both are controlled by the **Budget threshold alerts** setting — including its **When over budget** option — in the **Notifications** panel. See [Notifications](/help/documentation/notifications). To clear a triggered badge, click its **×** (**Reset alert**).

<Warning>
  Beebole tracks budget consumption in real time, but does not block time entries when a budget is exceeded. Use reports to monitor progress and take action proactively.
</Warning>

***

## Related content

<CardGroup cols={2}>
  <Card title="Projects" icon="folder" href="/help/documentation/projects">
    Create and configure the projects where budgets are set and tracked.
  </Card>

  <Card title="Cost rates" icon="chart-bar" href="/help/documentation/costs">
    Define cost rates that feed into cost budget calculations.
  </Card>

  <Card title="Reports" icon="gear" href="/help/documentation/reports">
    View detailed budget progress, consumption, and variance in custom reports.
  </Card>

  <Card title="Billing rates" icon="tag" href="/help/documentation/billing">
    Configure billing rates used in billing budget tracking.
  </Card>
</CardGroup>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I set budgets on categories (not just projects)?">
    Budgets are set on individual projects or subprojects. The **Budget Status** report rolls subproject consumption up the project hierarchy for a higher-level view.
  </Accordion>

  <Accordion title="Does Beebole alert me when a budget is exceeded?">
    Yes. Beebole sends a notification when a budget passes its alert threshold (80% by default) and another when it goes over budget — enable them with the **Budget threshold alerts** and **When over budget** options in your notification settings. Alert badges also appear on the budget itself, and the **Budget Status** report flags at-risk and over-budget projects.
  </Accordion>

  <Accordion title="Can I change a budget after it's been set?">
    Yes. You can update budget amounts at any time. Historical tracking is preserved — the report will reflect the current target.
  </Accordion>

  <Accordion title="Do expenses count toward project budgets?">
    Yes. Expense amounts contribute to a project's budget consumption alongside time-based costs — controlled per expense type by its **Impacts budget** setting. See [Expenses](/help/documentation/expenses).
  </Accordion>
</AccordionGroup>
