undefined / financial.html
FlipFlopsNSocks's picture
change Preferences to Settings and add options and Project managment varibles
e38db94 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Financial Module | PipeFlow Pro</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<style>
.sidebar {
transition: all 0.3s ease;
}
.kpi-card {
transition: all 0.3s ease;
}
.kpi-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.data-table th {
background-color: #f3f4f6;
font-weight: 600;
}
.data-table tr:nth-child(even) {
background-color: #f9fafb;
}
.data-table tr:hover {
background-color: #f1f5f9;
}
</style>
</head>
<body class="bg-gray-50 font-sans">
<!-- Vanta.js Background -->
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
<!-- Main Layout -->
<div class="relative z-10 flex h-screen overflow-hidden">
<!-- Sidebar -->
<div class="sidebar bg-gray-800 text-white w-64 flex-shrink-0 transform -translate-x-full md:translate-x-0 transition duration-300 ease-in-out">
<div class="p-4 border-b border-gray-700">
<div class="flex items-center space-x-2">
<img src="http://static.photos/green/100x100/133" alt="Greenberry Logo" class="w-8 h-8 rounded-full">
<h1 class="text-xl font-bold">PipeFlow Pro</h1>
</div>
<p class="text-gray-400 text-sm mt-1">Industrial Piping Command Center</p>
</div>
<nav class="p-4">
<div class="mb-6">
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Modules</h3>
<ul class="space-y-2">
<li>
<a href="index.html" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-700">
<i data-feather="home" class="w-5 h-5"></i>
<span>Dashboard</span>
</a>
</li>
<li>
<a href="financial.html" class="flex items-center space-x-2 p-2 rounded-lg bg-gray-700 text-white">
<i data-feather="dollar-sign" class="w-5 h-5"></i>
<span>Financial</span>
</a>
</li>
<li>
<a href="tracking.html" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-700">
<i data-feather="activity" class="w-5 h-5"></i>
<span>Tracking</span>
</a>
</li>
<li>
<a href="earned-value.html" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-700">
<i data-feather="trending-up" class="w-5 h-5"></i>
<span>Earned Value</span>
</a>
</li>
<li>
<a href="plan-forecast.html" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-700">
<i data-feather="calendar" class="w-5 h-5"></i>
<span>Plan & Forecast</span>
</a>
</li>
</ul>
</div>
<div>
<h3 class="text-xs uppercase tracking-wider text-gray-400 mb-3">Settings</h3>
<ul class="space-y-2">
<li>
<a href="#" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-700">
<i data-feather="user" class="w-5 h-5"></i>
<span>Profile</span>
</a>
</li>
<li>
<a href="#" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-700">
<i data-feather="settings" class="w-5 h-5"></i>
<span>Settings</span>
</a>
</li>
<li>
<a href="#" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-700">
<i data-feather="tool" class="w-5 h-5"></i>
<span>Options</span>
</a>
</li>
<li>
<a href="#" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-700">
<i data-feather="folder" class="w-5 h-5"></i>
<span>Project Management</span>
</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Main Content -->
<div class="flex-1 overflow-auto">
<!-- Top Navigation -->
<header class="bg-white shadow-sm">
<div class="flex items-center justify-between px-6 py-4">
<div class="flex items-center space-x-4">
<button id="sidebar-toggle" class="md:hidden text-gray-500">
<i data-feather="menu"></i>
</button>
<h2 class="text-xl font-semibold text-gray-800">Financial Module</h2>
</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 w-2 h-2 bg-red-500 rounded-full"></span>
</div>
<div class="flex items-center space-x-2">
<img src="https://static.photos/people/40x40/1" alt="User" class="w-8 h-8 rounded-full">
<span class="text-sm font-medium">John Doe</span>
</div>
</div>
</div>
</header>
<!-- Financial Content -->
<main class="p-6">
<!-- Header -->
<div class="mb-6">
<div class="flex items-center justify-between">
<div>
<h3 class="text-lg font-semibold">Financial Overview</h3>
<p class="text-gray-600">Track budgets, expenditures, and financial performance</p>
</div>
<div class="flex space-x-3">
<button class="px-4 py-2 border border-gray-300 rounded-lg text-gray-700 hover:bg-gray-50 flex items-center">
<i data-feather="download" class="w-4 h-4 mr-2"></i>
Export Report
</button>
<button class="px-4 py-2 bg-blue-500 text-white rounded-lg hover:bg-blue-600 flex items-center">
<i data-feather="plus" class="w-4 h-4 mr-2"></i>
Add Budget
</button>
</div>
</div>
</div>
<!-- Financial KPIs -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-8">
<div class="kpi-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-5">
<div class="flex items-center justify-between mb-4">
<span class="text-gray-500">Total Budget</span>
<div class="bg-blue-100 p-2 rounded-full">
<i data-feather="dollar-sign" class="text-blue-500 w-5 h-5"></i>
</div>
</div>
<h4 class="text-2xl font-bold mb-2">$4,200,000</h4>
<div class="flex items-center text-sm">
<span class="text-gray-500 mr-2">Project Budget</span>
</div>
</div>
</div>
<div class="kpi-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-5">
<div class="flex items-center justify-between mb-4">
<span class="text-gray-500">Committed Costs</span>
<div class="bg-purple-100 p-2 rounded-full">
<i data-feather="file-text" class="text-purple-500 w-5 h-5"></i>
</div>
</div>
<h4 class="text-2xl font-bold mb-2">$3,150,000</h4>
<div class="flex items-center text-sm">
<span class="text-gray-500 mr-2">75% of budget</span>
</div>
</div>
</div>
<div class="kpi-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-5">
<div class="flex items-center justify-between mb-4">
<span class="text-gray-500">Actual Costs</span>
<div class="bg-green-100 p-2 rounded-full">
<i data-feather="credit-card" class="text-green-500 w-5 h-5"></i>
</div>
</div>
<h4 class="text-2xl font-bold mb-2">$2,940,000</h4>
<div class="flex items-center text-sm">
<span class="text-gray-500 mr-2">70% of budget</span>
</div>
</div>
</div>
<div class="kpi-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-5">
<div class="flex items-center justify-between mb-4">
<span class="text-gray-500">Forecasted Variance</span>
<div class="bg-yellow-100 p-2 rounded-full">
<i data-feather="trending-up" class="text-yellow-500 w-5 h-5"></i>
</div>
</div>
<h4 class="text-2xl font-bold mb-2">-$105,000</h4>
<div class="flex items-center text-sm">
<span class="text-gray-500 mr-2">Under Budget</span>
</div>
</div>
</div>
</div>
<!-- Financial Charts -->
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-8">
<!-- Budget vs Actual -->
<div class="bg-white p-6 rounded-lg shadow">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-semibold">Budget vs Actual</h3>
<div class="flex space-x-2">
<button class="px-3 py-1 text-sm bg-blue-500 text-white rounded-lg">Monthly</button>
<button class="px-3 py-1 text-sm border border-gray-300 rounded-lg">Quarterly</button>
</div>
</div>
<canvas id="budgetChart" height="250"></canvas>
</div>
<!-- Cost Breakdown -->
<div class="bg-white p-6 rounded-lg shadow">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-semibold">Cost Breakdown</h3>
<div class="flex items-center space-x-2">
<span class="text-sm text-gray-500">By Category</span>
</div>
</div>
<canvas id="costBreakdownChart" height="250"></canvas>
</div>
</div>
<!-- Budget Allocation Table -->
<div class="bg-white rounded-lg shadow overflow-hidden mb-8">
<div class="px-6 py-4 border-b border-gray-200">
<h3 class="text-lg font-semibold">Budget Allocation</h3>
</div>
<div class="overflow-x-auto">
<table class="data-table min-w-full divide-y divide-gray-200">
<thead>
<tr>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Category</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Budget</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Committed</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Actual</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Variance</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">% Spent</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Status</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Materials</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$1,680,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$1,512,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$1,428,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-green-500 font-medium">+$84,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">85%</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">Under Budget</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Labor</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$1,470,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$1,260,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$1,176,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-green-500 font-medium">+$84,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">80%</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">Under Budget</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Equipment</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$630,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$504,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$462,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-green-500 font-medium">+$42,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">73%</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">Under Budget</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Subcontractors</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$420,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$378,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$378,000</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 font-medium">$0</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">90%</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">On Track</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Recent Transactions -->
<div class="bg-white rounded-lg shadow overflow-hidden">
<div class="px-6 py-4 border-b border-gray-200">
<h3 class="text-lg font-semibold">Recent Transactions</h3>
</div>
<div class="overflow-x-auto">
<table class="data-table min-w-full divide-y divide-gray-200">
<thead>
<tr>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Date</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Description</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Category</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Amount</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Status</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">2023-05-15</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">Pipe Material Delivery - Zone 3</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Materials</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">$84,000</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">Approved</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">2023-05-12</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">Welding Crew - Week 19</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Labor</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">$42,000</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">Approved</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">2023-05-10</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">Crane Rental - Zone 2</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Equipment</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">$21,000</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">Approved</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">2023-05-08</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">Inspection Services - Zone 1</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Subcontractors</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">$12,600</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">Approved</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">2023-05-05</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">Valve Installation - Zone 4</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Materials</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">$33,600</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">Approved</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</main>
</div>
</div>
<script>
// Initialize Feather Icons
feather.replace();
// Initialize Vanta.js background
VANTA.NET({
el: "#vanta-bg",
color: 0x3b82f6,
backgroundColor: 0xf8fafc,
points: 12,
maxDistance: 20,
spacing: 15
});
// Toggle sidebar on mobile
document.getElementById('sidebar-toggle').addEventListener('click', function() {
document.querySelector('.sidebar').classList.toggle('translate-x-0');
});
// Initialize Budget vs Actual Chart
const budgetCtx = document.getElementById('budgetChart').getContext('2d');
const budgetChart = new Chart(budgetCtx, {
type: 'bar',
data: {
labels: ['Materials', 'Labor', 'Equipment', 'Subcontractors'],
datasets: [
{
label: 'Budget',
data: [1680000, 1470000, 630000, 420000],
backgroundColor: 'rgba(59, 130, 246, 0.7)',
borderColor: 'rgba(59, 130, 246, 1)',
borderWidth: 1
},
{
label: 'Actual',
data: [1428000, 1176000, 462000, 378000],
backgroundColor: 'rgba(16, 185, 129, 0.7)',
borderColor: 'rgba(16, 185, 129, 1)',
borderWidth: 1
}
]
},
options: {
responsive: true,
plugins: {
legend: {
position: 'top',
},
tooltip: {
callbacks: {
label: function(context) {
let label = context.dataset.label || '';
if (label) {
label += ': ';
}
if (context.parsed.y !== null) {
label += new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' }).format(context.parsed.y);
}
return label;
}
}
}
},
scales: {
y: {
beginAtZero: true,
ticks: {
callback: function(value) {
return '$' + (value / 1000) + 'K';
}
}
}
}
}
});
// Initialize Cost Breakdown Chart
const costCtx = document.getElementById('costBreakdownChart').getContext('2d');
const costBreakdownChart = new Chart(costCtx, {
type: 'doughnut',
data: {
labels: ['Materials', 'Labor', 'Equipment', 'Subcontractors'],
datasets: [{
data: [1680000, 1470000, 630000, 420000],
backgroundColor: [
'rgba(59, 130, 246, 0.7)',
'rgba(16, 185, 129, 0.7)',
'rgba(245, 158, 11, 0.7)',
'rgba(139, 92, 246, 0.7)'
],
borderColor: [
'rgba(59, 130, 246, 1)',
'rgba(16, 185, 129, 1)',
'rgba(245, 158, 11, 1)',
'rgba(139, 92, 246, 1)'
],
borderWidth: 1
}]
},
options: {
responsive: true,
plugins: {
legend: {
position: 'right',
},
tooltip: {
callbacks: {
label: function(context) {
let label = context.label || '';
if (label) {
label += ': ';
}
if (context.parsed !== null) {
label += new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' }).format(context.parsed);
}
return label;
}
}
}
}
}
});
</script>
</body>
</html>