SuiteConsultance/documentation/taches.html
2025-09-20 13:18:04 +02:00

48 lines
No EOL
2.2 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SuiteConsultance — Documentation Utilisateur</title>
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="assets/wiki.css" />
</head>
<body>
<div class="navbar">
<div class="inner">
<div class="brand">SuiteConsultance</div>
<span class="badge">v1.0</span>
<div class="search"><input type="search" placeholder="Rechercher dans la doc…" aria-label="Recherche" /></div>
<div class="navlinks"><a href="index.html">Accueil</a>
<a href="installation.html">Installation</a>
<a href="demarrage.html">Démarrage rapide</a>
<a href="crm.html">CRM</a>
<a href="email.html">Emails & Scraping</a>
<a href="propositions.html">Propositions</a>
<a href="devis.html">Devis</a>
<a href="projets.html">Projets</a>
<a href="taches.html" style="background:orange">Tâches & Rappels</a>
<a href="api.html">API</a>
<a href="donnees.html">Données & Sauvegarde</a>
<a href="build.html">Build Desktop</a>
<a href="depannage.html">Dépannage</a>
<a href="faq.html">FAQ</a></div>
</div>
</div>
<div class="container">
<h2>Tâches & Rappels</h2>
<p>La vue <em>Tâches</em> permet de centraliser vos actions : relances, appels, RDV… Chaque tâche peut être liée à un <strong>prospect</strong> ou un <strong>client</strong>.</p>
<h3>Brouillons demails du jour</h3>
<p>Le job <code>jobs/daily_reminder_job.py</code> crée des <strong>brouillons</strong> pour les tâches du jour, fondés sur un <em>template</em> choisi.</p>
<pre>0 8 * * * /usr/bin/python3 /chemin/vers/le/projet/jobs/daily_reminder_job.py >> /var/log/reminder_job.log 2>&1</pre>
<div class="note">Les brouillons sont listés dans <em>Tâches → Brouillons</em>. Relisez et envoyezles manuellement.</div>
<h3>Macros</h3>
<p>Créez des macros pour générer rapidement des tâches récurrentes (ex. “J+2 : relancer”, “J+7 : second rappel”).</p>
</div>
<div class="container footer small">Dernière mise à jour : 24 August 2025 • Ce guide couvre lutilisation de la version actuelle de SuiteConsultance.</div>
</body>
</html>