| | <!DOCTYPE html> |
| | <html lang="fr"> |
| | <head> |
| | <meta charset="UTF-8"> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | <title>Remorquage Pro - Règlements</title> |
| | <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| | <script src="https://cdn.tailwindcss.com"></script> |
| | <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| | <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| | <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| | <script src="https://unpkg.com/feather-icons"></script> |
| | <style> |
| | .sidebar { |
| | transition: all 0.3s ease; |
| | } |
| | .active-menu { |
| | background-color: #3B82F6; |
| | color: white; |
| | } |
| | </style> |
| | </head> |
| | <body class="bg-gray-100 flex h-screen"> |
| | |
| | <div class="sidebar bg-blue-800 text-white w-64 space-y-6 py-7 px-2 absolute inset-y-0 left-0 transform -translate-x-full md:relative md:translate-x-0 transition duration-200 ease-in-out" id="sidebar"> |
| | <div class="text-white flex items-center space-x-2 px-4"> |
| | <i data-feather="truck" class="h-8 w-8"></i> |
| | <span class="text-2xl font-extrabold">Remorquage Pro</span> |
| | </div> |
| | <nav> |
| | <a href="index.html" class="py-2.5 px-4 rounded transition duration-200 flex items-center space-x-2 hover:bg-blue-700"> |
| | <i data-feather="home"></i> |
| | <span>Dashboard</span> |
| | </a> |
| | <a href="clients.html" class="py-2.5 px-4 rounded transition duration-200 flex items-center space-x-2 hover:bg-blue-700"> |
| | <i data-feather="users"></i> |
| | <span>Clients</span> |
| | </a> |
| | <a href="employes.html" class="py-2.5 px-4 rounded transition duration-200 flex items-center space-x-2 hover:bg-blue-700"> |
| | <i data-feather="user-check"></i> |
| | <span>Employés</span> |
| | </a> |
| | <a href="vehicules.html" class="py-2.5 px-4 rounded transition duration-200 flex items-center space-x-2 hover:bg-blue-700"> |
| | <i data-feather="truck"></i> |
| | <span>Véhicules</span> |
| | </a> |
| | <a href="missions.html" class="py-2.5 px-4 rounded transition duration-200 flex items-center space-x-2 hover:bg-blue-700"> |
| | <i data-feather="map-pin"></i> |
| | <span>Missions</span> |
| | </a> |
| | <a href="assurances.html" class="py-2.5 px-4 rounded transition duration-200 flex items-center space-x-2 hover:bg-blue-700"> |
| | <i data-feather="shield"></i> |
| | <span>Assurances</span> |
| | </a> |
| | <a href="reglements.html" class="py-2.5 px-4 rounded transition duration-200 flex items-center space-x-2 active-menu"> |
| | <i data-feather="credit-card"></i> |
| | <span>Règlements</span> |
| | </a> |
| | <a href="rapports.html" class="py-2.5 px-4 rounded transition duration-200 flex items-center space-x-2 hover:bg-blue-700"> |
| | <i data-feather="bar-chart-2"></i> |
| | <span>Rapports</span> |
| | </a> |
| | </nav> |
| | </div> |
| |
|
| | |
| | <div class="flex-1 flex flex-col overflow-hidden"> |
| | |
| | <header class="bg-white shadow-sm"> |
| | <div class="flex items-center justify-between p-4"> |
| | <div class="flex items-center"> |
| | <button id="menu-toggle" class="text-gray-500 focus:outline-none md:hidden"> |
| | <i data-feather="menu"></i> |
| | </button> |
| | <h1 class="text-2xl font-semibold text-gray-800 ml-4">Gestion des Règlements</h1> |
| | </div> |
| | <div class="flex items-center space-x-4"> |
| | <div class="relative"> |
| | <i data-feather="bell" class="text-gray-500"></i> |
| | <span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-500"></span> |
| | </div> |
| | <div class="flex items-center"> |
| | <img src="http://static.photos/people/40x40/10" alt="Profile" class="h-10 w-10 rounded-full"> |
| | <span class="ml-2 text-gray-700">Admin</span> |
| | </div> |
| | </div> |
| | </div> |
| | </header> |
| |
|
| | |
| | <main class="flex-1 overflow-y-auto p-6 bg-gray-100"> |
| | |
| | <div class="flex justify-between items-center mb-6"> |
| | <div class="relative"> |
| | <input type="text" placeholder="Rechercher un règlement..." class="pl-10 pr-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"> |
| | <i data-feather="search" class="absolute left-3 top-2.5 text-gray-400"></i> |
| | </div> |
| | <button class="bg-blue-600 text-white px-4 py-2 rounded-lg flex items-center space-x-2 hover:bg-blue-700 transition duration-200"> |
| | <i data-feather="plus"></i> |
| | <span>Nouveau Règlement</span> |
| | </button> |
| | </div> |
| |
|
| | |
| | <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-6"> |
| | <div class="bg-white rounded-lg shadow p-6" data-aos="fade-up"> |
| | <div class="flex items-center"> |
| | <div class="p-3 rounded-full bg-green-100 text-green-600"> |
| | <i data-feather="dollar-sign" class="h-6 w-6"></i> |
| | </div> |
| | <div class="ml-4"> |
| | <p class="text-sm font-medium text-gray-600">Règlements ce mois</p> |
| | <h3 class="text-2xl font-bold text-gray-800">18 240 €</h3> |
| | </div> |
| | </div> |
| | </div> |
| | <div class="bg-white rounded-lg shadow p-6" data-aos="fade-up" data-aos-delay="100"> |
| | <div class="flex items-center"> |
| | <div class="p-3 rounded-full bg-yellow-100 text-yellow-600"> |
| | <i data-feather="clock" class="h-6 w-6"></i> |
| | </div> |
| | <div class="ml-4"> |
| | <p class="text-sm font-medium text-gray-600">En attente</p> |
| | <h3 class="text-2xl font-bold text-gray-800">3 560 €</h3> |
| | </div> |
| | </div> |
| | </div> |
| | <div class="bg-white rounded-lg shadow p-6" data-aos="fade-up" data-aos-delay="200"> |
| | <div class="flex items-center"> |
| | <div class="p-3 rounded-full bg-red-100 text-red-600"> |
| | <i data-feather="alert-circle" class="h-6 w-6"></i> |
| | </div> |
| | <div class="ml-4"> |
| | <p class="text-sm font-medium text-gray-600">Retards</p> |
| | <h3 class="text-2xl font-bold text-gray-800">1 280 €</h3> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | |
| | <div class="bg-white rounded-lg shadow overflow-hidden" data-aos="fade-up"> |
| | <div class="overflow-x-auto"> |
| | <table class="min-w-full divide-y divide-gray-200"> |
| | <thead class="bg-gray-50"> |
| | <tr> |
| | <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Facture</th> |
| | <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Client</th> |
| | <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Mission</th> |
| | <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Montant</th> |
| | <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Date échéance</th> |
| | <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Statut</th> |
| | <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Actions</th> |
| | </tr> |
| | </thead> |
| | <tbody class="bg-white divide-y divide-gray-200"> |
| | <tr> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm font-medium text-gray-900">FAC-2024-001</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">Martin Dupont</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">MIS-001</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">350 €</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">20/05/2024</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">Payé</span> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap text-sm font-medium"> |
| | <button class="text-blue-600 hover:text-blue-900 mr-3">Voir</button> |
| | <button class="text-red-600 hover:text-red-900">Relancer</button> |
| | </td> |
| | </tr> |
| | <tr> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm font-medium text-gray-900">FAC-2024-002</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">Assurance AXA</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">MIS-002</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">420 €</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">25/05/2024</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-yellow-100 text-yellow-800">En attente</span> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap text-sm font-medium"> |
| | <button class="text-blue-600 hover:text-blue-900 mr-3">Voir</button> |
| | <button class="text-red-600 hover:text-red-900">Relancer</button> |
| | </td> |
| | </tr> |
| | <tr> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm font-medium text-gray-900">FAC-2024-003</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">Sophie Lambert</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">MIS-003</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">280 €</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">18/05/2024</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-red-100 text-red-800">En retard</span> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap text-sm font-medium"> |
| | <button class="text-blue-600 hover:text-blue-900 mr-3">Voir</button> |
| | <button class="text-red-600 hover:text-red-900">Relancer</button> |
| | </td> |
| | </tr> |
| | <tr> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm font-medium text-gray-900">FAC-2024-004</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">Garage AutoPlus</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">MIS-004</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">510 €</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <div class="text-sm text-gray-900">30/05/2024</div> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap"> |
| | <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">Payé</span> |
| | </td> |
| | <td class="px-6 py-4 whitespace-nowrap text-sm font-medium"> |
| | <button class="text-blue-600 hover:text-blue-900 mr-3">Voir</button> |
| | <button class="text-red-600 hover:text-red-900">Relancer</button> |
| | </td> |
| | </tr> |
| | </tbody> |
| | </table> |
| | </div> |
| | </div> |
| | </main> |
| | </div> |
| |
|
| | <script> |
| | |
| | document.getElementById('menu-toggle').addEventListener('click', function() { |
| | document.getElementById('sidebar').classList.toggle('-translate-x-full'); |
| | }); |
| | </script> |
| | <script>AOS.init();</script> |
| | <script>feather.replace();</script> |
| | </body> |
| | </html> |