Resume Feuille de Temps PDF
Resume automatiquement les horaires et exporte en PDF
Creez un resume imprimable a partir de lignes JSON.
**Inclut :**
- Totaux par employe
- Vue quotidienne
- Tableau detaille
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/pdf-timesheet-summary
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| reportTitle | text | Oui | - |
| periodLabel | text | Non | - |
| timesheetData | textarea | Non | - |
| showDailyBreakdown | checkbox | Non | - |
| includeOvertime | checkbox | Non | - |
| standardDailyHours | number | Non | - |
| pageSize | select | Non | - |
| landscape | checkbox | Non | - |
| waitUntil | select | Non | - |
| waitTime | number | Non | - |
Format de réponse
{
"filePath": "/public/processing/randomid.ext",
"fileName": "output.ext",
"contentType": "application/octet-stream",
"size": 1024,
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
Fichier:
Fichier
Documentation de MCP
Ajoutez cet outil à votre configuration de serveur MCP:
{
"mcpServers": {
"elysiatools-pdf-timesheet-summary": {
"name": "pdf-timesheet-summary",
"description": "Resume automatiquement les horaires et exporte en PDF",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-timesheet-summary",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.
Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]