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

# Invoice Management

> Member invoice management features for owners and managers

export const FeedbackEn = () => <>
    <Tip>
      Have an idea or request about this feature? Send it to the team via <a href="/en/product-feedback">Product Feedback</a>.
    </Tip>

    <h2>Official Links</h2>

    <CardGroup cols={2}>
      <Card title="Official Website" icon="globe" href="https://voiceping.net/en/">
        Visit our official website
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Follow us on X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Like us on Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Connect on LinkedIn
      </Card>
    </CardGroup>
  </>;

## Invoices

VoicePing's time tracking feature automatically records user work logs, making it easy to create invoices.

Owners and managers can review invoices issued by members. Members can see and manage only their own invoices.

### Access Invoices

1. Open **Time Tracking Admin** from the left sidebar
2. Click the **Invoices** tab

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/XehoYRhOCnputp7e/en/images/invoice-management/01-invoice-list.png?fit=max&auto=format&n=XehoYRhOCnputp7e&q=85&s=a3cd34c067b8429d888d061949d4d873" alt="Invoice list with New Invoice and Invoice settings buttons and per-invoice actions" width="3420" height="2214" data-path="en/images/invoice-management/01-invoice-list.png" />
</Frame>

### Invoice Settings

Managers can click the **Invoice settings** button to save default client billing details (client name, phone, address). These are applied by default to all members' new invoices in the workspace.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/XehoYRhOCnputp7e/en/images/invoice-management/02-invoice-settings.png?fit=max&auto=format&n=XehoYRhOCnputp7e&q=85&s=0ee903eae92e79271fc174a42c5d5ec6" alt="Invoice settings dialog with client name, phone, and address fields" width="1278" height="1074" data-path="en/images/invoice-management/02-invoice-settings.png" />
</Frame>

### Create an Invoice

1. Click the **New Invoice** button
2. Fill in the invoice details: From/To information, issue and due dates, invoice number, and currency
3. Click **Generate Items from time tracking log**
4. Choose **Last Month** or **Current Month** and click **Generate** — line items are created from the work logs

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/XehoYRhOCnputp7e/en/images/invoice-management/03-new-invoice.png?fit=max&auto=format&n=XehoYRhOCnputp7e&q=85&s=e68180aac704d8899c006771c75327fc" alt="New Invoice form with From/To details, dates, currency, and line items" width="3420" height="2214" data-path="en/images/invoice-management/03-new-invoice.png" />
</Frame>

<Tip>
  If you have working hours that were not recorded in the app, you can add them by clicking **Add Line Item**. Each line item supports quantity, unit price, and tax rate.
</Tip>

5. Click **Create Invoice** or **Create & Download PDF**

### Invoice: User Search Feature

Using the search field above the invoice list, managers can view invoices by member when organizing invoices.

### Duplicate an Invoice

1. Click the copy icon of the invoice you want to duplicate

### Download Invoice (PDF)

1. Click the download icon of the invoice you want to save

### Edit Invoice

1. Click the pen icon of the invoice you want to edit
2. After editing, click **Save Invoice** or **Save & Download PDF**

### Delete Invoice

1. Click the trash icon of the invoice you want to delete
2. Click the **Delete Invoice** button in the confirmation dialog

<FeedbackEn />
