No products
* Prices may vary depending on your country.
* An additional contribution can be added at the time of payment.
New products
TimeKeepR is a Dolibarr module that allows the entry and tracking of planned and actual time on elements other than project tasks, while maintaining a consistent entry logic with the Dolibarr standard. This module extends the native time management capabilities by providing a more transversal and operational view, adapted to business needs.
One intuitive screen for complex VAT splits on a single expense. One receipt for all tax rates. Boost productivity and accuracy in Dolibarr.
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