Track a fund
The Funds list (/app/cagnottes/list) is your management dashboard. At a glance, you see where each collection stands, who is performing, who is plateauing, and you access the received payments in one click.
Anatomy of the listβ
The 7 columnsβ
| Column | Description |
|---|---|
| Name | Public label of the Fund (clickable to open the detail) |
| Collected | Total collected amount (green) β sum of completed payments |
| Goal | Target amount defined at creation |
| Margin | Cosmetic margin applied to the gauge (warning) |
| Remaining | Amount remaining to reach the goal (red) |
| Tax receipt | Green badge (enabled) or red (disabled) |
| Payments | Quick link to all the payments of this Fund |
Actions per rowβ
To the right of each row:
- Link icon β opens the sharing modal (short link, QR code, iframe)
- Dropdown menu β Modify, Cancel, Pause, Resume, Archive, Unarchive
See Manage the lifecycle for the status transitions.
The 5 status tabsβ
Funds are automatically distributed in five tabs with counters.
| Tab | Includes | Logic |
|---|---|---|
| In progress | Active funds not completed | Active, not paused, not archived, and either no goal, or goal not yet reached, or smart fund |
| Completed | Funds with goal reached | Active, with goal, remaining at zero or negative (excluding smart funds) |
| Paused | Funds manually paused | pause field enabled |
| Canceled | Canceled funds | active field disabled |
| Archived | Stored historical funds | archived field enabled |
Why a "Completed" Fund still accepts paymentsβ
The Completed status is informative: it simply indicates that the goal is reached. Payments continue to be accepted β it's even often desirable:
- A late donor who wanted to participate
- An overshoot that finances the next stage of the project
- A safety margin for unforeseen costs
To actually stop payments, pause or cancel the Fund.
Search for a fundβ
The search bar at the top of the list searches in free text on:
- The public name
- The internal label (useful if you name your Funds by project code)
The search is case-insensitive and works by substring (typing reno finds "Renovation 2026", "Equipment Renewal", etc.).
Advanced filtersβ
The Filters button opens a panel to refine by criteria:
- 1
Tax receipt
Filter by toggle: Funds issuing receipts / Funds not issuing them.
Useful to distinguish collections eligible for deduction from support collections without receipt.
- 2
Association
Multiple selection: for organizations managing several legal entities, display only the Funds of one or more associations.
- 3
Goal amount
Numerical range (min / max). Ideal to isolate the "large funds" (> 10,000 β¬) from the "small ones" (< 1,000 β¬).
- 4
Creation date
Date range. To see only the Funds launched on a specific period (this year, last month, the quarter).
Access the payments of a fundβ
The card icon in the Payments column is the most-used shortcut: a click opens the pre-filtered payments list on this Fund.
You then arrive on /app/paiements/list?searchId=[fund-id] with:
- All payments linked to this Fund
- Complete table (amount, date, donor, status)
- Possibility to export, modify, refund a payment
See Consult payments for the detail of available actions.
Useful KPIs to monitorβ
Without a dedicated dashboard, these 4 indicators give you a quick reading:
| Indicator | How to read it | What to do |
|---|---|---|
| Remaining high at end of period | The Fund will not reach the goal | Revise the amount, communicate, segment a follow-up |
| Collected stagnant for 7 days | No more visibility | Recreate content, new distribution channel |
| Number of Funds In progress > 10 | Risk of dilution | Archive the old ones, prioritize 2-3 flagship Funds |
| Collected / Goal ratio > 100 % | Overshoot | Decide: let it run or close properly |
To rememberβ
- 5 status tabs with counters for immediate management
- 7-column table: focus on Collected, Remaining, Tax receipt
- Card icon = direct shortcut to the payments of a Fund
- A Completed Fund continues to accept payments (overshoot)
- MongoFilters filters: tax receipt, association, amount, date β cumulative
- Search on the public name AND the internal label