No products
* Prices may vary depending on your country.
* An additional contribution can be added at the time of payment.
New products
InvoiceTransfer for Dolibarr turns end-of-month accounting into a 2-click task. The module automatically organizes sales and purchase invoices into separate folders, generates a CSV summary, and emails a ZIP archive to your accountant. A dedicated column tracks the exact date and time of dispatch, ensuring total control and zero errors. Simplify your business workflow!
mp18357d20260323181152
API-only module that adds REST endpoints to retrieve Dolibarr projects filtered by tags (project categories) by tag ID or tag name, and to list available tags with project counts.
|
|
ProjectByTag is an API-only module for Dolibarr that helps you integrate external applications (portals, mobile apps, automations, BI, etc.) with the Projects module by providing a REST API to filter projects by tags/categories.
What you can do
Get projects linked to a tag by tag ID
Get projects linked to a tag by tag name
Use a flexible search endpoint with tagid and/or tagname
List available project tags with project count
Endpoints
GET /api/index.php/projectbytag/bytag/{tagid}
GET /api/index.php/projectbytag/bytagname/{tagname}
GET /api/index.php/projectbytag/search?tagid={id}&tagname={name}
GET /api/index.php/projectbytag/tags
Security & permissions
Native Dolibarr authentication using DOLAPIKEY
Respects Dolibarr standard permissions:
Project read permission: projet->lire
Private projects require: projet->all->lire