-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterface_tec.html
394 lines (382 loc) · 19.8 KB
/
interface_tec.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interface tecnico</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/interface-tec.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="assets/js/interface_tec.js"></script>
</head>
<body>
<header>
<div class="info-header">
<div class="logo">
<h3>TechLancer</h3>
</div>
</div>
<div class="info-header">
<span class="material-icons">
circle_notifications
</span>
<span class="material-icons">
email
</span>
<img src="/assets/imagens/logo.jpg">
</div>
</header>
<section class="main">
<div class="sidebar">
<h3>Tech</h3>
<hr>
<a class="content-1" href="#content-1" onclick="showSection('content-1')">Dashboard</a>
<a class="content-2" href="#content-2" onclick="showSection('content-2')">Gestão de Clientes</a>
<a class="content-3" href="#content-3" onclick="showSection('content-3')">Gestão de Pedidos</a>
<a class="content-4" href="#content-4" onclick="showSection('content-4')">Relatório e Análise</a>
<a class="content-5" href="#content-5" onclick="showSection('content-5')">Suporte</a>
<br/>
<hr>
</div>
<div id="content-1">
<div class="titulo-secao">
<h2>Seja Bem Vindo!</h2>
<hr>
</div>
<div class="box-info">
<div style="background: linear-gradient(45deg, #ff0000, rgb(255, 255, 255));" class="box-info-single">
<div class="info-text">
<h3>Vendas Realizadas</h3>
<p>R$1.000</p>
</div>
<svg xmlns="http://www.w3.org/2000/svg" height="28px" viewBox="0 -960 960 960" width="28px" fill="#5f6368"><path d="M560-440q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35ZM280-320q-33 0-56.5-23.5T200-400v-320q0-33 23.5-56.5T280-800h560q33 0 56.5 23.5T920-720v320q0 33-23.5 56.5T840-320H280Zm80-80h400q0-33 23.5-56.5T840-480v-160q-33 0-56.5-23.5T760-720H360q0 33-23.5 56.5T280-640v160q33 0 56.5 23.5T360-400Zm440 240H120q-33 0-56.5-23.5T40-240v-440h80v440h680v80ZM280-400v-320 320Z"/></svg>
</div>
<div style="background: linear-gradient(45deg, #009675, rgb(255, 255, 255));"class="box-info-single">
<div class="info-text">
<h3>Metas Atingidas</h3>
<p>200.00</p>
</div>
<svg xmlns="http://www.w3.org/2000/svg" height="28px" viewBox="0 -960 960 960" width="28px" fill="#5f6368"><path d="M560-440q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35ZM280-320q-33 0-56.5-23.5T200-400v-320q0-33 23.5-56.5T280-800h560q33 0 56.5 23.5T920-720v320q0 33-23.5 56.5T840-320H280Zm80-80h400q0-33 23.5-56.5T840-480v-160q-33 0-56.5-23.5T760-720H360q0 33-23.5 56.5T280-640v160q33 0 56.5 23.5T360-400Zm440 240H120q-33 0-56.5-23.5T40-240v-440h80v440h680v80ZM280-400v-320 320Z"/></svg>
</div>
<div style="background: linear-gradient(45deg, #006eff, rgb(255, 255, 255));" class="box-info-single">
<div class="info-text">
<h3>Desempenho</h3>
<p>80.8%</p>
</div>
<svg xmlns="http://www.w3.org/2000/svg" height="28px" viewBox="0 -960 960 960" width="28px" fill="#5f6368"><path d="M560-440q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35ZM280-320q-33 0-56.5-23.5T200-400v-320q0-33 23.5-56.5T280-800h560q33 0 56.5 23.5T920-720v320q0 33-23.5 56.5T840-320H280Zm80-80h400q0-33 23.5-56.5T840-480v-160q-33 0-56.5-23.5T760-720H360q0 33-23.5 56.5T280-640v160q33 0 56.5 23.5T360-400Zm440 240H120q-33 0-56.5-23.5T40-240v-440h80v440h680v80ZM280-400v-320 320Z"/></svg>
</div>
</div>
<br>
<!-- Notificações -->
<div class="section">
<h2>Notificações</h2>
<hr>
<br>
<div class="notification-item">
<h3>Lead Novo</h3>
<p>Você recebeu um novo lead. Confira os detalhes e dê início ao acompanhamento.</p>
</div>
<div class="notification-item">
<h3>Follow-up Pendentes</h3>
<p>Existem follow-ups pendentes que precisam ser realizados. Acesse a lista para atualizações.</p>
</div>
<div class="notification-item">
<h3>Lembrete Importante</h3>
<p>Não se esqueça da reunião agendada para amanhã às 10h. Prepare-se para a discussão.</p>
</div>
</div>
</div>
<div id="content-2">
<!-- Cadastro de Clientes -->
<div class="section">
<h2>Cadastro de Clientes</h2>
<hr>
<form id="customerForm">
<div class="form-group">
<label for="customerName">Nome do Cliente</label>
<input type="text" id="customerName" name="customerName" required>
</div>
<div class="form-group">
<label for="contact">Contato</label>
<input type="text" id="contact" name="contact" required>
</div>
<div class="form-group">
<label for="purchaseHistory">Histórico de Compras</label>
<textarea id="purchaseHistory" name="purchaseHistory" rows="4"></textarea>
</div>
<button type="submit" class="btn">Salvar Cliente</button>
</form>
</div>
<!-- Segmentação de Leads -->
<div class="section">
<h2>Segmentação de Leads</h2>
<hr>
<form id="leadSegmentationForm">
<div class="form-group">
<label for="leadStage">Estágio no Funil de Vendas</label>
<select id="leadStage" name="leadStage">
<option value="prospect">Prospect</option>
<option value="qualified">Qualificado</option>
<option value="negotiation">Negociação</option>
<option value="closed">Fechado</option>
</select>
</div>
<div class="form-group">
<label for="industry">Setor</label>
<select id="industry" name="industry">
<option value="">Todos os Setores</option>
<option value="technology">Tecnologia</option>
<option value="finance">Finanças</option>
<option value="healthcare">Saúde</option>
<option value="education">Educação</option>
</select>
</div>
<button type="submit" class="btn">Segmentar Leads</button>
</form>
</div>
<!-- Histórico de Interações -->
<div class="section">
<h2>Histórico de Interações</h2>
<hr>
<form id="interactionForm">
<div class="form-group">
<label for="interactionDate">Data da Interação</label>
<input type="date" id="interactionDate" name="interactionDate" required>
</div>
<div class="form-group">
<label for="interactionType">Tipo de Interação</label>
<select id="interactionType" name="interactionType">
<option value="call">Ligação</option>
<option value="email">E-mail</option>
<option value="meeting">Reunião</option>
</select>
</div>
<div class="form-group">
<label for="interactionDetails">Detalhes da Interação</label>
<textarea id="interactionDetails" name="interactionDetails" rows="4"></textarea>
</div>
<button type="submit" class="btn">Registrar Interação</button>
</form>
</div>
</div>
<div id="content-3">
<!-- Criação e Gerenciamento de Pedidos -->
<div class="section">
<h2>Criação e Gerenciamento de Pedidos</h2>
<hr>
<form id="orderForm">
<div class="form-group">
<label for="orderDate">Data do Pedido</label>
<input type="date" id="orderDate" name="orderDate" required>
</div>
<div class="form-group">
<label for="customer">Cliente</label>
<input type="text" id="customer" name="customer" required>
</div>
<div class="form-group">
<label for="items">Itens do Pedido</label>
<input type="text" id="items" name="items" required>
</div>
<div class="form-group">
<label for="quantity">Quantidade</label>
<input type="number" id="quantity" name="quantity" required>
</div>
<div class="form-group">
<label for="paymentMethod">Forma de Pagamento</label>
<select id="paymentMethod" name="paymentMethod" required>
<option value="creditCard">Cartão de Crédito</option>
<option value="paypal">PayPal</option>
<option value="bankTransfer">Transferência Bancária</option>
</select>
</div>
<div class="form-group">
<label for="notes">Observações</label>
<textarea id="notes" name="notes" rows="4"></textarea>
</div>
<button type="submit" class="btn">Criar Pedido</button>
</form>
</div>
<!-- Acompanhamento do Status do Pedido -->
<div class="section">
<h2>Acompanhamento do Status do Pedido</h2>
<hr>
<form id="statusForm">
<div class="form-group">
<label for="orderId">ID do Pedido</label>
<input type="text" id="orderId" name="orderId" required>
</div>
<div class="form-group">
<label for="orderStatus">Status Atual</label>
<select id="orderStatus" name="orderStatus" required>
<option value="processing">Em Processamento</option>
<option value="shipped">Enviado</option>
<option value="delivered">Entregue</option>
</select>
</div>
<div class="form-group">
<label for="updateDate">Data de Atualização</label>
<input type="date" id="updateDate" name="updateDate" required>
</div>
<div class="form-group">
<label for="updateHistory">Histórico de Atualizações</label>
<textarea id="updateHistory" name="updateHistory" rows="4"></textarea>
</div>
<button type="submit" class="btn">Atualizar Status</button>
</form>
</div>
<!-- Catálogo de Produtos -->
<div class="section">
<h2>Catálogo de Produtos</h2>
<hr>
<form id="catalogSearchForm">
<div class="form-group">
<label for="categoryFilter">Filtro por Categoria</label>
<select id="categoryFilter" name="categoryFilter">
<option value="">Todas as Categorias</option>
<option value="electronics">Eletrônicos</option>
<option value="clothing">Roupas</option>
<option value="home">Casa</option>
</select>
</div>
<div class="form-group">
<label for="searchProduct">Busca por Nome ou Código</label>
<input type="text" id="searchProduct" name="searchProduct">
</div>
<button type="submit" class="btn">Buscar</button>
</form>
<!-- Tabela de Produtos -->
<table>
<thead>
<tr>
<th>Código do Produto</th>
<th>Nome do Produto</th>
<th>Descrição</th>
<th>Preço</th>
<th>Estoque Disponível</th>
</tr>
</thead>
<tbody>
<!-- Exemplo de Produto -->
<tr>
<td>001</td>
<td>Produto Exemplo</td>
<td>Descrição do produto exemplo.</td>
<td>R$100,00</td>
<td>20</td>
</tr>
<!-- Mais produtos podem ser listados aqui -->
</tbody>
</table>
</div>
</div>
<div id="content-4">
<div class="section">
<h2>Relatórios de Vendas</h2>
<hr>
<form id="salesReportForm">
<div class="form-group">
<label for="reportPeriod">Período</label>
<input type="date" id="startDate" name="startDate" required>
<input type="date" id="endDate" name="endDate" required>
</div>
<div class="form-group">
<label for="reportProduct">Produto</label>
<select id="reportProduct" name="reportProduct">
<option value="">Todos os Produtos</option>
<option value="product1">Produto 1</option>
<option value="product2">Produto 2</option>
</select>
</div>
<div class="form-group">
<label for="reportClient">Cliente</label>
<input type="text" id="reportClient" name="reportClient">
</div>
<button type="submit" class="btn">Gerar Relatório</button>
</form>
</div>
<!-- Análise de Desempenho -->
<div class="section">
<h2>Análise de Desempenho</h2>
<hr>
<div class="metrics">
<div class="metric">
<h3 id="conversionRate">0%</h3>
<p>Taxa de Conversão</p>
</div>
<div class="metric">
<h3 id="avgSaleValue">R$0,00</h3>
<p>Valor Médio de Venda</p>
</div>
<div class="metric">
<h3 id="responseTime">0h 0m</h3>
<p>Tempo de Resposta</p>
</div>
</div>
</div>
<!-- Metas e KPI’s -->
<div class="section">
<h2>Metas e KPI’s</h2>
<hr>
<form id="kpiForm">
<div class="form-group">
<label for="salesTarget">Meta de Vendas</label>
<input type="number" id="salesTarget" name="salesTarget" placeholder="R$" required>
</div>
<div class="form-group">
<label for="kpiMetrics">KPI's</label>
<textarea id="kpiMetrics" name="kpiMetrics" rows="4" placeholder="Liste os KPIs..."></textarea>
</div>
<button type="submit" class="btn">Atualizar Metas</button>
</form>
</div>
</div>
<div id="content-5">
<!-- FAQ -->
<div class="section">
<h2>FAQ - Perguntas Frequentes</h2>
<hr>
<div class="faq-item">
<h3 onclick="toggleFAQ('faq1')">Como faço para redefinir minha senha?</h3>
<p id="faq1">Para redefinir sua senha, clique em "Esqueci minha senha" na página de login e siga as instruções enviadas para o seu e-mail.</p>
</div>
<div class="faq-item">
<h3 onclick="toggleFAQ('faq2')">Como posso atualizar minhas informações de contato?</h3>
<p id="faq2">Para atualizar suas informações de contato, acesse a seção "Meu Perfil" e edite suas informações na aba "Dados Pessoais".</p>
</div>
<div class="faq-item">
<h3 onclick="toggleFAQ('faq3')">Qual é o horário de atendimento do suporte técnico?</h3>
<p id="faq3">O suporte técnico está disponível de segunda a sexta-feira, das 9h às 18h. Em casos de urgência, você pode abrir um chamado fora do horário comercial.</p>
</div>
</div>
<!-- Suporte ao Cliente -->
<div class="section">
<h2>Suporte ao Cliente</h2>
<hr>
<form id="supportForm">
<div class="form-group">
<label for="customerName">Nome</label>
<input type="text" id="customerName" name="customerName" required>
</div>
<div class="form-group">
<label for="customerEmail">E-mail</label>
<input type="email" id="customerEmail" name="customerEmail" required>
</div>
<div class="form-group">
<label for="issueType">Tipo de Problema</label>
<select id="issueType" name="issueType">
<option value="technical">Problema Técnico</option>
<option value="billing">Questão de Faturamento</option>
<option value="general">Dúvida Geral</option>
</select>
</div>
<div class="form-group">
<label for="issueDescription">Descrição do Problema</label>
<textarea id="issueDescription" name="issueDescription" rows="4" required></textarea>
</div>
<button type="submit" class="btn">Enviar Solicitação</button>
</form>
</div>
</div>
</section>
</body>
</html>