fluxo-de-caixa-pro / index.html
EraDigital's picture
criar uma análise financeira completa de fluxo de caixa a partir dos dados colados do relatório. Considerar Novembro como mês de fechamento e destacar os pontos principais como Receitas totais, Despesas totais, resultado operacional, lucro líquido, margem de contribuição, etc. Detalhar a composição das despesas e receitas (incluir a divisão das receitas, Receitas de Trafego, de Web, de Serviços, etc) e informar o PLR. Inclui também uma análise com principais pontos de atenção e diretrizes. Incluir uma projeção do fluxo da caixa. Seguem dados: FLUXO DE CAIXA Realizado (R$) Realizado (R$) Realizado (R$) Realizado (R$) Realizado (R$) Realizado (R$) Realizado (R$) Realizado (R$) Realizado (R$) Realizado (R$) Realizado (R$) Previsto (R$) Realizado (R$)
08fd9d6 verified
Raw
History Blame Contribute Delete
22.2 kB
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Análise Financeira Completa | Fluxo de Caixa Pro</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="bg-gray-50 font-sans">
<custom-header></custom-header>
<main class="container mx-auto px-4 py-8 max-w-7xl">
<!-- Resumo Executivo -->
<section class="mb-12">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-8">
<div class="bg-white rounded-xl shadow-sm p-6 border border-gray-100">
<div class="flex items-center justify-between">
<div>
<p class="text-gray-500 text-sm font-medium">Receitas Totais</p>
<p class="text-2xl font-bold text-green-600 mt-1">R$ 51.009</p>
</div>
<div class="p-3 bg-green-50 rounded-lg">
<i data-feather="trending-up" class="text-green-500"></i>
</div>
</div>
<p class="text-gray-400 text-xs mt-3">Novembro/2025</p>
</div>
<div class="bg-white rounded-xl shadow-sm p-6 border border-gray-100">
<div class="flex items-center justify-between">
<div>
<p class="text-gray-500 text-sm font-medium">Despesas Totais</p>
<p class="text-2xl font-bold text-red-600 mt-1">R$ 52.617</p>
</div>
<div class="p-3 bg-red-50 rounded-lg">
<i data-feather="trending-down" class="text-red-500"></i>
</div>
</div>
<p class="text-gray-400 text-xs mt-3">Novembro/2025</p>
</div>
<div class="bg-white rounded-xl shadow-sm p-6 border border-gray-100">
<div class="flex items-center justify-between">
<div>
<p class="text-gray-500 text-sm font-medium">Resultado Operacional</p>
<p class="text-2xl font-bold text-blue-600 mt-1">R$ 20.249</p>
</div>
<div class="p-3 bg-blue-50 rounded-lg">
<i data-feather="bar-chart-2" class="text-blue-500"></i>
</div>
</div>
<p class="text-gray-400 text-xs mt-3">Novembro/2025</p>
</div>
<div class="bg-white rounded-xl shadow-sm p-6 border border-gray-100">
<div class="flex items-center justify-between">
<div>
<p class="text-gray-500 text-sm font-medium">Margem de Contribuição</p>
<p class="text-2xl font-bold text-purple-600 mt-1">R$ 38.451</p>
</div>
<div class="p-3 bg-purple-50 rounded-lg">
<i data-feather="percent" class="text-purple-500"></i>
</div>
</div>
<p class="text-gray-400 text-xs mt-3">Novembro/2025</p>
</div>
</div>
<div class="bg-gradient-to-r from-blue-500 to-indigo-600 rounded-2xl p-8 text-white">
<div class="max-w-3xl">
<h2 class="text-2xl font-bold mb-4">Análise Financeira Completa - Novembro/2025</h2>
<p class="opacity-90 mb-6">Este relatório apresenta uma análise detalhada do fluxo de caixa, com foco no mês de novembro como período de fechamento. Inclui decomposição de receitas e despesas, cálculo de indicadores-chave e projeções futuras.</p>
<button class="bg-white text-blue-600 px-6 py-3 rounded-lg font-semibold hover:bg-opacity-90 transition">
Baixar Relatório Completo
</button>
</div>
</div>
</section>
<!-- Composição de Receitas -->
<section class="mb-12">
<div class="flex items-center justify-between mb-6">
<h2 class="text-2xl font-bold text-gray-800">Composição de Receitas</h2>
<div class="flex space-x-2">
<button class="px-4 py-2 bg-white border border-gray-200 rounded-lg text-gray-600 hover:bg-gray-50">
<i data-feather="download" class="w-4 h-4"></i>
</button>
<button class="px-4 py-2 bg-white border border-gray-200 rounded-lg text-gray-600 hover:bg-gray-50">
<i data-feather="more-horizontal" class="w-4 h-4"></i>
</button>
</div>
</div>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-8">
<div class="lg:col-span-2 bg-white rounded-xl shadow-sm p-6">
<canvas id="receitasChart"></canvas>
</div>
<div class="bg-white rounded-xl shadow-sm p-6">
<h3 class="font-semibold text-gray-800 mb-4">Detalhamento</h3>
<div class="space-y-4">
<div>
<div class="flex justify-between mb-1">
<span class="text-gray-600">Receita de Tráfego</span>
<span class="font-medium">R$ 37.828</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 74%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span class="text-gray-600">Web Design</span>
<span class="font-medium">R$ 9.165</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-blue-500 h-2 rounded-full" style="width: 18%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span class="text-gray-600">Serviços</span>
<span class="font-medium">R$ 2.627</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-purple-500 h-2 rounded-full" style="width: 5%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span class="text-gray-600">Financeiras</span>
<span class="font-medium">R$ 0</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-yellow-500 h-2 rounded-full" style="width: 0%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span class="text-gray-600">Outras Receitas</span>
<span class="font-medium">R$ 1.168</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-pink-500 h-2 rounded-full" style="width: 2%"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Composição de Despesas -->
<section class="mb-12">
<div class="flex items-center justify-between mb-6">
<h2 class="text-2xl font-bold text-gray-800">Composição de Despesas</h2>
<div class="flex space-x-2">
<button class="px-4 py-2 bg-white border border-gray-200 rounded-lg text-gray-600 hover:bg-gray-50">
<i data-feather="download" class="w-4 h-4"></i>
</button>
</div>
</div>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-8">
<div class="lg:col-span-2 bg-white rounded-xl shadow-sm p-6">
<canvas id="despesasChart"></canvas>
</div>
<div class="bg-white rounded-xl shadow-sm p-6">
<h3 class="font-semibold text-gray-800 mb-4">Maiores Categorias</h3>
<div class="space-y-4">
<div class="flex items-center justify-between p-3 bg-red-50 rounded-lg">
<div class="flex items-center">
<div class="w-3 h-3 bg-red-500 rounded-full mr-3"></div>
<span class="text-gray-700">PLR</span>
</div>
<span class="font-medium">R$ 22.964</span>
</div>
<div class="flex items-center justify-between p-3 bg-orange-50 rounded-lg">
<div class="flex items-center">
<div class="w-3 h-3 bg-orange-500 rounded-full mr-3"></div>
<span class="text-gray-700">Salários e Encargos</span>
</div>
<span class="font-medium">R$ 11.294</span>
</div>
<div class="flex items-center justify-between p-3 bg-yellow-50 rounded-lg">
<div class="flex items-center">
<div class="w-3 h-3 bg-yellow-500 rounded-full mr-3"></div>
<span class="text-gray-700">Custos Fixos</span>
</div>
<span class="font-medium">R$ 18.201</span>
</div>
<div class="flex items-center justify-between p-3 bg-green-50 rounded-lg">
<div class="flex items-center">
<div class="w-3 h-3 bg-green-500 rounded-full mr-3"></div>
<span class="text-gray-700">Custos Variáveis</span>
</div>
<span class="font-medium">R$ 11.391</span>
</div>
</div>
<div class="mt-6 pt-6 border-t border-gray-100">
<h4 class="font-semibold text-gray-800 mb-3">PLR - Participação nos Lucros</h4>
<p class="text-gray-600 text-sm mb-3">A empresa destinou R$ 22.964 para PLR em novembro, representando 43% das despesas totais do mês.</p>
<div class="flex items-center text-sm">
<span class="text-gray-500 mr-2">Impacto no Fluxo:</span>
<span class="font-medium text-red-600">Negativo</span>
</div>
</div>
</div>
</div>
</section>
<!-- Análise de Fluxo de Caixa -->
<section class="mb-12">
<div class="flex items-center justify-between mb-6">
<h2 class="text-2xl font-bold text-gray-800">Fluxo de Caixa Histórico</h2>
<div class="flex space-x-2">
<button class="px-4 py-2 bg-white border border-gray-200 rounded-lg text-gray-600 hover:bg-gray-50">
<i data-feather="calendar" class="w-4 h-4"></i>
</button>
</div>
</div>
<div class="bg-white rounded-xl shadow-sm p-6 mb-8">
<canvas id="fluxoChart" height="100"></canvas>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-white rounded-xl shadow-sm p-6">
<h3 class="font-semibold text-gray-800 mb-4">Projeção de Fluxo de Caixa</h3>
<div class="mb-4">
<div class="flex justify-between text-sm mb-1">
<span class="text-gray-600">Dezembro/2025 (Previsto)</span>
<span class="font-medium">R$ 14.874</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-blue-500 h-2 rounded-full" style="width: 54%"></div>
</div>
</div>
<div class="mb-4">
<div class="flex justify-between text-sm mb-1">
<span class="text-gray-600">Janeiro/2026 (Estimado)</span>
<span class="font-medium">R$ 25.989</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 94%"></div>
</div>
</div>
<p class="text-gray-600 text-sm mt-4">A projeção considera manutenção das receitas atuais e controle de despesas variáveis.</p>
</div>
<div class="bg-white rounded-xl shadow-sm p-6">
<h3 class="font-semibold text-gray-800 mb-4">Indicadores Chave</h3>
<div class="space-y-4">
<div class="flex justify-between items-center pb-3 border-b border-gray-100">
<span class="text-gray-600">Margem de Contribuição</span>
<span class="font-medium">75.4%</span>
</div>
<div class="flex justify-between items-center pb-3 border-b border-gray-100">
<span class="text-gray-600">Lucro Operacional</span>
<span class="font-medium">39.7%</span>
</div>
<div class="flex justify-between items-center pb-3 border-b border-gray-100">
<span class="text-gray-600">Custos Fixos / Receita</span>
<span class="font-medium">35.7%</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-600">Liquidez Corrente</span>
<span class="font-medium">1.23</span>
</div>
</div>
</div>
</div>
</section>
<!-- Análise e Diretrizes -->
<section>
<div class="bg-white rounded-xl shadow-sm p-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6">Análise e Diretrizes</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8">
<div>
<h3 class="text-lg font-semibold text-red-600 mb-4 flex items-center">
<i data-feather="alert-triangle" class="mr-2"></i> Pontos de Atenção
</h3>
<ul class="space-y-3">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-3">
<div class="w-2 h-2 bg-red-500 rounded-full"></div>
</div>
<p><strong>PLR elevada:</strong> R$ 22.964 representa 45% das despesas totais, impactando negativamente o fluxo de caixa.</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-3">
<div class="w-2 h-2 bg-red-500 rounded-full"></div>
</div>
<p><strong>Custos fixos crescentes:</strong> Aumentaram 97% em relação ao mês anterior, exigindo revisão de estrutura.</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-3">
<div class="w-2 h-2 bg-red-500 rounded-full"></div>
</div>
<p><strong>Margem de contribuição estável:</strong> Mantém-se acima de 70%, mas precisa ser otimizada.</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-3">
<div class="w-2 h-2 bg-red-500 rounded-full"></div>
</div>
<p><strong>Receitas de serviços em declínio:</strong> Queda de 16% em relação a outubro.</p>
</li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold text-green-600 mb-4 flex items-center">
<i data-feather="check-circle" class="mr-2"></i> Diretrizes Estratégicas
</h3>
<ul class="space-y-3">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-3">
<div class="w-2 h-2 bg-green-500 rounded-full"></div>
</div>
<p><strong>Otimização de custos:</strong> Rever estrutura de PLR e reduzir custos fixos em 15% até janeiro.</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-3">
<div class="w-2 h-2 bg-green-500 rounded-full"></div>
</div>
<p><strong>Diversificação de receitas:</strong> Investir em novos serviços para reduzir dependência de tráfego.</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-3">
<div class="w-2 h-2 bg-green-500 rounded-full"></div>
</div>
<p><strong>Controle de despesas variáveis:</strong> Estabelecer limites mensais para marketing e social mídia.</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-3">
<div class="w-2 h-2 bg-green-500 rounded-full"></div>
</div>
<p><strong>Melhoria de liquidez:</strong> Implementar políticas de cobrança mais eficientes para aumentar geração de caixa.</p>
</li>
</ul>
</div>
</div>
<div class="mt-8 pt-6 border-t border-gray-100">
<h3 class="text-lg font-semibold text-gray-800 mb-4">Recomendações Específicas</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="border border-gray-200 rounded-lg p-4">
<div class="text-blue-600 font-bold text-lg mb-2">1</div>
<h4 class="font-medium text-gray-800 mb-2">Renegociação de PLR</h4>
<p class="text-gray-600 text-sm">Propor modelo de PLR baseado em metas trimestrais com teto máximo.</p>
</div>
<div class="border border-gray-200 rounded-lg p-4">
<div class="text-blue-600 font-bold text-lg mb-2">2</div>
<h4 class="font-medium text-gray-800 mb-2">Corte de Custos Fixos</h4>
<p class="text-gray-600 text-sm">Identificar 3 áreas com potencial de economia de R$ 5.000/mês.</p>
</div>
<div class="border border-gray-200 rounded-lg p-4">
<div class="text-blue-600 font-bold text-lg mb-2">3</div>
<h4 class="font-medium text-gray-800 mb-2">Expansão de Receitas</h4>
<p class="text-gray-600 text-sm">Lançar 2 novos serviços com previsão de R$ 15.000/mês adicionais.</p>
</div>
</div>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="components/header.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>