Spaces:
Running
Running
Dentro do ambiente de vendas adicionar uma inteface arrojada e bonita para está sendo criada dentro dela as funções voltadas a vendas - Follow Up Deployment
Browse files- index.html +123 -6
index.html
CHANGED
|
@@ -83,9 +83,10 @@
|
|
| 83 |
<i class="fas fa-tachometer-alt mr-3"></i>
|
| 84 |
<span class="sidebar-text">Dashboard</span>
|
| 85 |
</a>
|
| 86 |
-
<a href="#" class="flex items-center p-3 text-
|
| 87 |
-
<i class="fas fa-
|
| 88 |
-
<span class="sidebar-text">Vendas</span>
|
|
|
|
| 89 |
</a>
|
| 90 |
<a href="#" class="flex items-center p-3 text-gray-600 hover:text-blue-600 hover:bg-blue-50 rounded mx-2 mt-1">
|
| 91 |
<i class="fas fa-receipt mr-3"></i>
|
|
@@ -147,9 +148,32 @@
|
|
| 147 |
</header>
|
| 148 |
|
| 149 |
<main class="p-4">
|
| 150 |
-
<!--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 mb-6">
|
| 152 |
-
<div class="bg-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 153 |
<div class="flex justify-between items-start">
|
| 154 |
<div>
|
| 155 |
<p class="text-sm text-gray-500">Receitas</p>
|
|
@@ -204,8 +228,101 @@
|
|
| 204 |
</div>
|
| 205 |
</div>
|
| 206 |
|
| 207 |
-
<!--
|
| 208 |
<div class="grid grid-cols-1 lg:grid-cols-3 gap-4 mb-6">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 209 |
<!-- Monthly Performance -->
|
| 210 |
<div class="bg-white rounded-lg shadow p-4">
|
| 211 |
<div class="flex justify-between items-center mb-4">
|
|
|
|
| 83 |
<i class="fas fa-tachometer-alt mr-3"></i>
|
| 84 |
<span class="sidebar-text">Dashboard</span>
|
| 85 |
</a>
|
| 86 |
+
<a href="#" class="flex items-center p-3 text-blue-600 bg-blue-50 rounded mx-2 mt-1">
|
| 87 |
+
<i class="fas fa-cash-register mr-3"></i>
|
| 88 |
+
<span class="sidebar-text font-medium">Vendas</span>
|
| 89 |
+
<span class="ml-auto bg-blue-100 text-blue-800 text-xs font-medium px-2 py-0.5 rounded-full">Novo</span>
|
| 90 |
</a>
|
| 91 |
<a href="#" class="flex items-center p-3 text-gray-600 hover:text-blue-600 hover:bg-blue-50 rounded mx-2 mt-1">
|
| 92 |
<i class="fas fa-receipt mr-3"></i>
|
|
|
|
| 148 |
</header>
|
| 149 |
|
| 150 |
<main class="p-4">
|
| 151 |
+
<!-- Sales Header -->
|
| 152 |
+
<div class="flex justify-between items-center mb-6">
|
| 153 |
+
<div>
|
| 154 |
+
<h1 class="text-2xl font-bold text-gray-800">Área de Vendas</h1>
|
| 155 |
+
<p class="text-sm text-gray-500">Gerencie suas vendas e transações comerciais</p>
|
| 156 |
+
</div>
|
| 157 |
+
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg flex items-center">
|
| 158 |
+
<i class="fas fa-plus mr-2"></i> Nova Venda
|
| 159 |
+
</button>
|
| 160 |
+
</div>
|
| 161 |
+
|
| 162 |
+
<!-- Sales Summary Cards -->
|
| 163 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 mb-6">
|
| 164 |
+
<div class="bg-gradient-to-r from-blue-500 to-blue-600 rounded-lg shadow p-4 text-white">
|
| 165 |
+
<div class="flex justify-between items-start">
|
| 166 |
+
<div>
|
| 167 |
+
<p class="text-sm">Vendas Hoje</p>
|
| 168 |
+
<p class="text-2xl font-bold">R$ 3,250</p>
|
| 169 |
+
</div>
|
| 170 |
+
<div class="bg-white bg-opacity-20 p-2 rounded-full">
|
| 171 |
+
<i class="fas fa-shopping-bag"></i>
|
| 172 |
+
</div>
|
| 173 |
+
</div>
|
| 174 |
+
<p class="text-xs text-blue-100 mt-2"><i class="fas fa-caret-up mr-1"></i>15% em relação a ontem</p>
|
| 175 |
+
</div>
|
| 176 |
+
<div class="bg-gradient-to-r from-green-500 to-green-600 rounded-lg shadow p-4 text-white">
|
| 177 |
<div class="flex justify-between items-start">
|
| 178 |
<div>
|
| 179 |
<p class="text-sm text-gray-500">Receitas</p>
|
|
|
|
| 228 |
</div>
|
| 229 |
</div>
|
| 230 |
|
| 231 |
+
<!-- Sales Tools -->
|
| 232 |
<div class="grid grid-cols-1 lg:grid-cols-3 gap-4 mb-6">
|
| 233 |
+
<!-- Quick Sale Panel -->
|
| 234 |
+
<div class="bg-white rounded-lg shadow p-4 lg:col-span-1">
|
| 235 |
+
<h2 class="font-medium mb-4">Venda Rápida</h2>
|
| 236 |
+
<div class="mb-4">
|
| 237 |
+
<label class="block text-sm text-gray-500 mb-1">Cliente</label>
|
| 238 |
+
<select class="w-full border border-gray-300 rounded px-3 py-2 text-sm">
|
| 239 |
+
<option>Cliente Avulso</option>
|
| 240 |
+
<option>João Silva</option>
|
| 241 |
+
<option>Maria Souza</option>
|
| 242 |
+
</select>
|
| 243 |
+
</div>
|
| 244 |
+
<div class="mb-4">
|
| 245 |
+
<label class="block text-sm text-gray-500 mb-1">Produto</label>
|
| 246 |
+
<div class="flex">
|
| 247 |
+
<select class="flex-1 border border-gray-300 rounded-l px-3 py-2 text-sm">
|
| 248 |
+
<option>Selecione um produto</option>
|
| 249 |
+
<option>Produto A</option>
|
| 250 |
+
<option>Produto B</option>
|
| 251 |
+
</select>
|
| 252 |
+
<button class="bg-blue-100 text-blue-600 px-3 rounded-r">
|
| 253 |
+
<i class="fas fa-plus"></i>
|
| 254 |
+
</button>
|
| 255 |
+
</div>
|
| 256 |
+
</div>
|
| 257 |
+
<div class="border-t pt-4">
|
| 258 |
+
<div class="flex justify-between mb-2">
|
| 259 |
+
<span class="text-sm">Subtotal:</span>
|
| 260 |
+
<span class="font-medium">R$ 0,00</span>
|
| 261 |
+
</div>
|
| 262 |
+
<div class="flex justify-between mb-2">
|
| 263 |
+
<span class="text-sm">Desconto:</span>
|
| 264 |
+
<span class="font-medium">R$ 0,00</span>
|
| 265 |
+
</div>
|
| 266 |
+
<div class="flex justify-between font-bold text-lg border-t pt-2">
|
| 267 |
+
<span>Total:</span>
|
| 268 |
+
<span>R$ 0,00</span>
|
| 269 |
+
</div>
|
| 270 |
+
<button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-lg mt-4">
|
| 271 |
+
Finalizar Venda
|
| 272 |
+
</button>
|
| 273 |
+
</div>
|
| 274 |
+
</div>
|
| 275 |
+
|
| 276 |
+
<!-- Recent Sales -->
|
| 277 |
+
<div class="bg-white rounded-lg shadow p-4 lg:col-span-2">
|
| 278 |
+
<div class="flex justify-between items-center mb-4">
|
| 279 |
+
<h2 class="font-medium">Últimas Vendas</h2>
|
| 280 |
+
<button class="text-sm text-blue-600 hover:text-blue-800">Ver todas</button>
|
| 281 |
+
</div>
|
| 282 |
+
<div class="overflow-x-auto">
|
| 283 |
+
<table class="min-w-full divide-y divide-gray-200">
|
| 284 |
+
<thead class="bg-gray-50">
|
| 285 |
+
<tr>
|
| 286 |
+
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Data</th>
|
| 287 |
+
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Cliente</th>
|
| 288 |
+
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Itens</th>
|
| 289 |
+
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Valor</th>
|
| 290 |
+
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Status</th>
|
| 291 |
+
</tr>
|
| 292 |
+
</thead>
|
| 293 |
+
<tbody class="bg-white divide-y divide-gray-200">
|
| 294 |
+
<tr class="hover:bg-gray-50">
|
| 295 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-500">15/06/2023</td>
|
| 296 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm font-medium text-gray-900">João Silva</td>
|
| 297 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-500">3</td>
|
| 298 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm text-green-600">R$ 1,250.00</td>
|
| 299 |
+
<td class="px-4 py-2 whitespace-nowrap">
|
| 300 |
+
<span class="px-2 py-1 bg-green-100 text-green-800 text-xs rounded-full">Pago</span>
|
| 301 |
+
</td>
|
| 302 |
+
</tr>
|
| 303 |
+
<tr class="hover:bg-gray-50">
|
| 304 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-500">14/06/2023</td>
|
| 305 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm font-medium text-gray-900">Maria Souza</td>
|
| 306 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-500">5</td>
|
| 307 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm text-green-600">R$ 2,100.00</td>
|
| 308 |
+
<td class="px-4 py-2 whitespace-nowrap">
|
| 309 |
+
<span class="px-2 py-1 bg-yellow-100 text-yellow-800 text-xs rounded-full">Pendente</span>
|
| 310 |
+
</td>
|
| 311 |
+
</tr>
|
| 312 |
+
<tr class="hover:bg-gray-50">
|
| 313 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-500">13/06/2023</td>
|
| 314 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm font-medium text-gray-900">Cliente Avulso</td>
|
| 315 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-500">1</td>
|
| 316 |
+
<td class="px-4 py-2 whitespace-nowrap text-sm text-green-600">R$ 450.00</td>
|
| 317 |
+
<td class="px-4 py-2 whitespace-nowrap">
|
| 318 |
+
<span class="px-2 py-1 bg-green-100 text-green-800 text-xs rounded-full">Pago</span>
|
| 319 |
+
</td>
|
| 320 |
+
</tr>
|
| 321 |
+
</tbody>
|
| 322 |
+
</table>
|
| 323 |
+
</div>
|
| 324 |
+
</div>
|
| 325 |
+
</div>
|
| 326 |
<!-- Monthly Performance -->
|
| 327 |
<div class="bg-white rounded-lg shadow p-4">
|
| 328 |
<div class="flex justify-between items-center mb-4">
|