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

# Invoice Dashboard

> The fully-featured experience for viewing and managing invoices (A/R)

## Overview

The Invoice Dashboard is all you need to provide full invoicing to your users, with a full user experience allowing your users to:

* Create invoices with auto-complete line items, including:
  * Reimbursement for expenses (including mark-ups)
  * Ability to bill for time tracked
  * Manual line item creation
  * Sales tax line items
* Invoice template customization to match your user's business's branding, including:
  * Custom logo upload
  * Custom brand colors using color wheel or hex code
  * Ability to set business address and sender
* See status of invoices, including when the customer last viewed the invoice
* Generate Aged AR reporting

## Embedding the Invoice Dashboard

To initialize the Tight Embedded experience using plain Javascript in your project, follow the instructions on [Embedding Tight's white-labeled UI](/embeddable-ui/plain-js/patterns/embedding).

Below is an example JS embedding of the Invoice Dashboard:

```JS theme={null}
Tight.renderScreen(elementId, 'invoiceDashboard');
```
