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

# Finances

> Track your revenue, expenses, and margins to manage your activity

export const VinkitCTA = () => <div style={{
  display: 'flex',
  gap: '12px',
  marginTop: '16px',
  marginBottom: '16px'
}}>
    <a href="https://vinkit.co/login" style={{
  display: 'inline-flex',
  alignItems: 'center',
  gap: '8px',
  padding: '10px 20px',
  backgroundColor: '#16A34A',
  color: 'white',
  borderRadius: '8px',
  textDecoration: 'none',
  fontWeight: '600',
  fontSize: '14px'
}}>
      Ouvrir Vinkit
    </a>
    <a href="https://chromewebstore.google.com/detail/vinkit-crm-bot-vinted/oeglnknhkgjamieipddbjahfpecinelm" style={{
  display: 'inline-flex',
  alignItems: 'center',
  gap: '8px',
  padding: '10px 20px',
  backgroundColor: 'transparent',
  color: '#16A34A',
  borderRadius: '8px',
  textDecoration: 'none',
  fontWeight: '600',
  fontSize: '14px',
  border: '2px solid #16A34A'
}}>
      Installer l'extension Chrome
    </a>
  </div>;

<VinkitCTA />

## Financial dashboard

The **Finances** section gives you a complete view of the financial health of your reselling activity. Access it from the main menu of the dashboard.

## Key indicators

At the top of the page, four indicators summarize your activity over the selected period:

| Indicator      | Description                                                |
| -------------- | ---------------------------------------------------------- |
| **Revenue**    | Total sales collected                                      |
| **Total COGS** | Total of your purchase costs (see [COGS](/en/guides/cogs)) |
| **Fees**       | Platform commissions + shipping costs                      |
| **Net profit** | What remains: Revenue - COGS - Fees                        |

<Info>These indicators update automatically after each sync. Remember to [refresh your data](/en/guides/synchronisation) to have up-to-date figures.</Info>

{/* <Frame caption="Tableau de bord financier Vinkit"> */}

{/* </Frame> */}

## Revenue and expenses

### View by period

Select the analysis period:

* **This week** / **This month** / **This quarter** / **This year**
* **Custom period** — choose the start and end dates

The chart displays the evolution of your revenue and expenses day by day (or month by month for longer periods).

### Sale details

The detailed table lists each sale with:

* **Date** of the transaction
* **Article** sold (with link to the detail page)
* **Selling price**
* **COGS** (purchase cost)
* **Platform fees**
* **Shipping costs**
* **Net margin**

Click on each column header to **sort** the data.

## Profitability analysis

### Margin by article

Vinkit ranks your sold articles by margin, allowing you to identify:

* Your **best sales** — articles with the highest margin
* Your **loss-making sales** — articles sold below purchase cost + fees

<Warning>Articles without COGS entered are excluded from the margin calculation. Remember to [fill in your COGS](/en/guides/cogs) for a complete analysis.</Warning>

### Margin by platform

If you sell on multiple platforms, Vinkit compares:

* **Revenue** by platform
* **Average fees** by platform
* **Average margin** by platform

## Goals

Set financial goals to track your progress:

1. Go to **Finances > Goals**.
2. Set a monthly goal for **revenue** or **net profit**.
3. A progress gauge is displayed at the top of the financial dashboard.

## Export your financial data

For your accounting or tax filings:

1. Go to **Finances**.
2. Click **Export**.
3. Choose the **period** and **format** (CSV or Excel).
4. The file includes all transactions with full details of fees and margins.

<Tip>Export your data every month to simplify your accounting.</Tip>
