=== Invest Club by Volade ===
Contributors: volade
Tags: invest club, cap table, investisseurs, apports, reporting
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Club investisseurs — cap table, apports, documents, reporting, 4 presets, export JSON, REST inv/v1, WP-CLI wp inv.

== Description ==

Invest Club by Volade est un club d'investisseurs lite : cap table, apports, documents et reporting. Ce n'est pas une administration de fonds ni un courtier.

* **Investisseurs** — nom, email, entite, notes
* **Apports** — montant, devise EUR, round_label, date
* **Cap table** — classe d'actions, shares, ownership_pct
* **Documents** — term_sheet | sha | nda | report | other
* **Rapports** — periode, resume, draft | published
* **4 presets** : angel-club, seed-round, syndicate, family-office
* **Export JSON**, REST `inv/v1`, WP-CLI `wp inv`

Tables : `inv_investors`, `inv_contributions`, `inv_documents`, `inv_captable`, `inv_reports`.

== Installation ==

1. Uploadez le dossier `invest-club-by-volade` dans `/wp-content/plugins/`
2. Activez Invest Club by Volade
3. Ouvrez Volade → Invest Club (ou Outils → Invest Club)
4. Appliquez un preset ou ajoutez des investisseurs

== Frequently Asked Questions ==

= Quelles tables sont creees ? =

`wp_inv_investors`, `wp_inv_contributions`, `wp_inv_documents`, `wp_inv_captable`, `wp_inv_reports` (prefixe WordPress).

= Comment appliquer un preset en CLI ? =

`wp inv preset angel-club`

= Est-ce un outil de courtage ou de fonds ? =

Non. v1 est un club investisseurs freemium lite (cap table + reporting), pas une admin de fonds ni un broker.

== Changelog ==

= 1.0.0 =
* Premiere version — investisseurs, apports, cap table, documents, rapports, presets, REST, CLI.
