Spaces:
Running
Running
File size: 80,464 Bytes
0b60e51 bf2b039 0b60e51 |
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 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GAAP Financial Report Generator beta</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#1d4ed8',
secondary: '#3b82f6',
accent: '#10b981',
dark: '#1e293b',
light: '#f8fafc'
}
}
}
}
</script>
<style>
.sidebar {
transition: all 0.3s ease;
}
.sidebar.collapsed {
width: 70px;
}
.sidebar.collapsed .sidebar-text {
display: none;
}
.sidebar.collapsed .logo-text {
display: none;
}
.sidebar.collapsed .nav-item {
justify-content: center;
}
.report-section {
display: none;
}
.report-section.active {
display: block;
animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
.input-highlight {
transition: all 0.3s ease;
}
.input-highlight:focus {
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
.chart-container {
height: 300px;
}
</style>
</head>
<body class="bg-gray-50 font-sans">
<div class="flex h-screen overflow-hidden">
<!-- Sidebar -->
<div class="sidebar bg-white shadow-lg w-64 flex flex-col border-r border-gray-200">
<div class="p-4 flex items-center space-x-3 border-b border-gray-200">
<div class="bg-primary p-2 rounded-lg">
<i class="fas fa-chart-line text-white text-xl"></i>
</div>
<h1 class="logo-text text-xl font-bold text-dark">GAAP Report Pro</h1>
</div>
<div class="flex-1 overflow-y-auto py-4">
<nav>
<ul>
<li class="px-4">
<a href="#" class="nav-item flex items-center space-x-3 py-2 px-3 rounded-lg text-dark hover:bg-blue-50 transition-colors duration-200 active-nav-item" data-section="dashboard">
<i class="fas fa-tachometer-alt text-secondary"></i>
<span class="sidebar-text">Dashboard</span>
</a>
</li>
<li class="px-4 mt-2">
<a href="#" class="nav-item flex items-center space-x-3 py-2 px-3 rounded-lg text-dark hover:bg-blue-50 transition-colors duration-200" data-section="income-statement">
<i class="fas fa-file-invoice-dollar text-secondary"></i>
<span class="sidebar-text">Income Statement</span>
</a>
</li>
<li class="px-4 mt-2">
<a href="#" class="nav-item flex items-center space-x-3 py-2 px-3 rounded-lg text-dark hover:bg-blue-50 transition-colors duration-200" data-section="balance-sheet">
<i class="fas fa-balance-scale text-secondary"></i>
<span class="sidebar-text">Balance Sheet</span>
</a>
</li>
<li class="px-4 mt-2">
<a href="#" class="nav-item flex items-center space-x-3 py-2 px-3 rounded-lg text-dark hover:bg-blue-50 transition-colors duration-200" data-section="cash-flow">
<i class="fas fa-money-bill-wave text-secondary"></i>
<span class="sidebar-text">Cash Flow</span>
</a>
</li>
<li class="px-4 mt-2">
<a href="#" class="nav-item flex items-center space-x-3 py-2 px-3 rounded-lg text-dark hover:bg-blue-50 transition-colors duration-200" data-section="notes">
<i class="fas fa-sticky-note text-secondary"></i>
<span class="sidebar-text">Notes & Disclosures</span>
</a>
</li>
<li class="px-4 mt-2">
<a href="#" class="nav-item flex items-center space-x-3 py-2 px-3 rounded-lg text-dark hover:bg-blue-50 transition-colors duration-200" data-section="export">
<i class="fas fa-file-export text-secondary"></i>
<span class="sidebar-text">Export Report</span>
</a>
</li>
</ul>
</nav>
</div>
<div class="p-4 border-t border-gray-200">
<button id="toggle-sidebar" class="w-full flex items-center justify-center space-x-2 py-2 px-3 rounded-lg bg-gray-100 hover:bg-gray-200 transition-colors duration-200">
<i class="fas fa-chevron-left"></i>
<span class="sidebar-text">Collapse</span>
</button>
</div>
</div>
<!-- Main Content -->
<div class="flex-1 overflow-auto">
<!-- Header -->
<header class="bg-white shadow-sm py-4 px-6 flex justify-between items-center border-b border-gray-200">
<h2 class="text-xl font-semibold text-dark">GAAP Financial Report Generator</h2>
<div class="flex items-center space-x-4">
<div class="relative">
<input type="text" placeholder="Search..." class="pl-10 pr-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200">
<i class="fas fa-search absolute left-3 top-3 text-gray-400"></i>
</div>
<div class="flex items-center space-x-2">
<div class="w-10 h-10 rounded-full bg-primary flex items-center justify-center text-white font-semibold">JD</div>
<span class="text-dark font-medium">John Doe</span>
</div>
</div>
</header>
<!-- Report Sections -->
<main class="p-6">
<!-- Dashboard Section -->
<section id="dashboard" class="report-section active">
<div class="mb-6">
<h3 class="text-2xl font-bold text-dark mb-2">Financial Report Dashboard</h3>
<p class="text-gray-600">Create GAAP-compliant financial reports with ease</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-6">
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-start">
<div>
<p class="text-gray-500">Report Status</p>
<h4 class="text-2xl font-bold text-dark mt-1">In Progress</h4>
</div>
<div class="bg-blue-100 p-3 rounded-lg">
<i class="fas fa-file-alt text-primary text-xl"></i>
</div>
</div>
<div class="mt-4">
<div class="w-full bg-gray-200 rounded-full h-2.5">
<div class="bg-primary h-2.5 rounded-full" style="width: 45%"></div>
</div>
<p class="text-sm text-gray-500 mt-2">45% complete</p>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-start">
<div>
<p class="text-gray-500">GAAP Compliance</p>
<h4 class="text-2xl font-bold text-dark mt-1">Verified</h4>
</div>
<div class="bg-green-100 p-3 rounded-lg">
<i class="fas fa-check-circle text-accent text-xl"></i>
</div>
</div>
<div class="mt-4">
<p class="text-sm text-gray-500">All sections meet GAAP standards</p>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-start">
<div>
<p class="text-gray-500">Next Steps</p>
<h4 class="text-2xl font-bold text-dark mt-1">Complete IS</h4>
</div>
<div class="bg-yellow-100 p-3 rounded-lg">
<i class="fas fa-exclamation-circle text-yellow-500 text-xl"></i>
</div>
</div>
<div class="mt-4">
<p class="text-sm text-gray-500">Income Statement needs completion</p>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200 mb-6">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Quick Start</h4>
<button class="text-primary hover:text-blue-700 transition-colors duration-200">
<i class="fas fa-ellipsis-h"></i>
</button>
</div>
<div class="grid grid-cols-1 md:grid-cols-4 gap-4">
<button data-section="income-statement" class="quick-nav-btn flex flex-col items-center justify-center p-4 rounded-lg border border-gray-200 hover:border-blue-300 hover:bg-blue-50 transition-colors duration-200">
<div class="bg-blue-100 p-3 rounded-full mb-2">
<i class="fas fa-file-invoice-dollar text-primary"></i>
</div>
<span class="text-sm font-medium">Income Statement</span>
</button>
<button data-section="balance-sheet" class="quick-nav-btn flex flex-col items-center justify-center p-4 rounded-lg border border-gray-200 hover:border-blue-300 hover:bg-blue-50 transition-colors duration-200">
<div class="bg-blue-100 p-3 rounded-full mb-2">
<i class="fas fa-balance-scale text-primary"></i>
</div>
<span class="text-sm font-medium">Balance Sheet</span>
</button>
<button data-section="cash-flow" class="quick-nav-btn flex flex-col items-center justify-center p-4 rounded-lg border border-gray-200 hover:border-blue-300 hover:bg-blue-50 transition-colors duration-200">
<div class="bg-blue-100 p-3 rounded-full mb-2">
<i class="fas fa-money-bill-wave text-primary"></i>
</div>
<span class="text-sm font-medium">Cash Flow</span>
</button>
<button data-section="export" class="quick-nav-btn flex flex-col items-center justify-center p-4 rounded-lg border border-gray-200 hover:border-blue-300 hover:bg-blue-50 transition-colors duration-200">
<div class="bg-blue-100 p-3 rounded-full mb-2">
<i class="fas fa-file-export text-primary"></i>
</div>
<span class="text-sm font-medium">Export Report</span>
</button>
</div>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Recent Activities</h4>
<button class="text-primary hover:text-blue-700 transition-colors duration-200">
<i class="fas fa-ellipsis-h"></i>
</button>
</div>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-green-100 p-2 rounded-full mr-3">
<i class="fas fa-check-circle text-green-500 text-sm"></i>
</div>
<div>
<p class="text-sm font-medium">Balance Sheet updated</p>
<p class="text-xs text-gray-500">2 hours ago</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-3">
<i class="fas fa-edit text-blue-500 text-sm"></i>
</div>
<div>
<p class="text-sm font-medium">Started Income Statement</p>
<p class="text-xs text-gray-500">Yesterday</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-100 p-2 rounded-full mr-3">
<i class="fas fa-file-import text-purple-500 text-sm"></i>
</div>
<div>
<p class="text-sm font-medium">Imported trial balance</p>
<p class="text-xs text-gray-500">2 days ago</p>
</div>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">GAAP Compliance Checklist</h4>
<button class="text-primary hover:text-blue-700 transition-colors duration-200">
<i class="fas fa-ellipsis-h"></i>
</button>
</div>
<div class="space-y-3">
<div class="flex items-center">
<input type="checkbox" id="check1" class="h-4 w-4 text-primary rounded border-gray-300 focus:ring-primary">
<label for="check1" class="ml-2 text-sm">Revenue recognition</label>
</div>
<div class="flex items-center">
<input type="checkbox" id="check2" class="h-4 w-4 text-primary rounded border-gray-300 focus:ring-primary" checked>
<label for="check2" class="ml-2 text-sm">Expense matching</label>
</div>
<div class="flex items-center">
<input type="checkbox" id="check3" class="h-4 w-4 text-primary rounded border-gray-300 focus:ring-primary">
<label for="check3" class="ml-2 text-sm">Asset classification</label>
</div>
<div class="flex items-center">
<input type="checkbox" id="check4" class="h-4 w-4 text-primary rounded border-gray-300 focus:ring-primary">
<label for="check4" class="ml-2 text-sm">Liability disclosure</label>
</div>
<div class="flex items-center">
<input type="checkbox" id="check5" class="h-4 w-4 text-primary rounded border-gray-300 focus:ring-primary" checked>
<label for="check5" class="ml-2 text-sm">Equity presentation</label>
</div>
</div>
</div>
</div>
</section>
<!-- Income Statement Section -->
<section id="income-statement" class="report-section">
<div class="mb-6">
<h3 class="text-2xl font-bold text-dark mb-2">Income Statement</h3>
<p class="text-gray-600">Report revenues, expenses, and profits for the period</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200 mb-6">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Income Statement Details</h4>
<div class="flex space-x-2">
<button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors duration-200">
<i class="fas fa-save mr-2"></i>Save
</button>
<button class="bg-gray-100 text-dark px-4 py-2 rounded-lg hover:bg-gray-200 transition-colors duration-200">
<i class="fas fa-undo mr-2"></i>Reset
</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Reporting Period</label>
<select class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200">
<option>Quarterly</option>
<option selected>Annual</option>
<option>Monthly</option>
</select>
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Fiscal Year End</label>
<input type="date" class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200" value="2023-12-31">
</div>
</div>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Account</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Current Period</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Prior Period</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Variance</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">Revenue</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="1250000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="1100000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">+13.6%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Cost of Goods Sold</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="750000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="650000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-red-600">+15.4%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Gross Profit</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">500,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">450,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-green-600">+11.1%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">Operating Expenses</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="250000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="220000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-red-600">+13.6%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Operating Income</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">250,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">230,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-green-600">+8.7%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">Interest Expense</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="30000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="35000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">-14.3%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Net Income</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">220,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">195,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-green-600">+12.8%</td>
</tr>
</tbody>
</table>
</div>
<div class="mt-6">
<h5 class="text-md font-semibold text-dark mb-3">GAAP Compliance Notes</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-32" placeholder="Add any GAAP-specific notes or disclosures regarding revenue recognition, expense classification, or other accounting policies..."></textarea>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Income Statement Visualization</h4>
<div class="flex space-x-2">
<button class="bg-gray-100 text-dark px-3 py-1 rounded-lg hover:bg-gray-200 transition-colors duration-200 text-sm">
<i class="fas fa-chart-bar mr-1"></i>Bar
</button>
<button class="bg-primary text-white px-3 py-1 rounded-lg hover:bg-blue-700 transition-colors duration-200 text-sm">
<i class="fas fa-chart-line mr-1"></i>Line
</button>
</div>
</div>
<div class="chart-container">
<canvas id="incomeChart"></canvas>
</div>
</div>
</section>
<!-- Balance Sheet Section -->
<section id="balance-sheet" class="report-section">
<div class="mb-6">
<h3 class="text-2xl font-bold text-dark mb-2">Balance Sheet</h3>
<p class="text-gray-600">Report assets, liabilities, and equity as of the reporting date</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200 mb-6">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Balance Sheet Details</h4>
<div class="flex space-x-2">
<button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors duration-200">
<i class="fas fa-save mr-2"></i>Save
</button>
<button class="bg-gray-100 text-dark px-4 py-2 rounded-lg hover:bg-gray-200 transition-colors duration-200">
<i class="fas fa-undo mr-2"></i>Reset
</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">As of Date</label>
<input type="date" class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200" value="2023-12-31">
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Currency</label>
<select class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200">
<option selected>USD ($)</option>
<option>EUR (€)</option>
<option>GBP (£)</option>
</select>
</div>
</div>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Account</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Current Period</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Prior Period</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Variance</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td colspan="4" class="px-6 py-2 bg-gray-100 font-bold text-gray-900">Assets</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Cash & Equivalents</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="150000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="120000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">+25.0%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Accounts Receivable</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="80000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="75000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">+6.7%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Inventory</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="200000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="180000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">+11.1%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Property, Plant & Equipment</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="500000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="450000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">+11.1%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Total Assets</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">930,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">825,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-green-600">+12.7%</td>
</tr>
<tr>
<td colspan="4" class="px-6 py-2 bg-gray-100 font-bold text-gray-900">Liabilities</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Accounts Payable</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="60000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="50000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-red-600">+20.0%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Short-term Debt</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="50000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="60000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">-16.7%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Long-term Debt</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="300000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="280000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-red-600">+7.1%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Total Liabilities</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">410,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">390,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-red-600">+5.1%</td>
</tr>
<tr>
<td colspan="4" class="px-6 py-2 bg-gray-100 font-bold text-gray-900">Equity</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Common Stock</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="100000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="100000">
</td>
<td class="px-6 py-4 whitespace-nowrap">0.0%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Retained Earnings</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="420000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="335000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">+25.4%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Total Equity</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">520,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">435,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-green-600">+19.5%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Liabilities + Equity</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">930,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">825,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-green-600">+12.7%</td>
</tr>
</tbody>
</table>
</div>
<div class="mt-6">
<h5 class="text-md font-semibold text-dark mb-3">GAAP Compliance Notes</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-32" placeholder="Add any GAAP-specific notes or disclosures regarding asset valuation, liability classification, or equity presentation..."></textarea>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Balance Sheet Visualization</h4>
<div class="flex space-x-2">
<button class="bg-primary text-white px-3 py-1 rounded-lg hover:bg-blue-700 transition-colors duration-200 text-sm">
<i class="fas fa-chart-pie mr-1"></i>Pie
</button>
<button class="bg-gray-100 text-dark px-3 py-1 rounded-lg hover:bg-gray-200 transition-colors duration-200 text-sm">
<i class="fas fa-chart-bar mr-1"></i>Bar
</button>
</div>
</div>
<div class="chart-container">
<canvas id="balanceChart"></canvas>
</div>
</div>
</section>
<!-- Cash Flow Section -->
<section id="cash-flow" class="report-section">
<div class="mb-6">
<h3 class="text-2xl font-bold text-dark mb-2">Cash Flow Statement</h3>
<p class="text-gray-600">Report cash inflows and outflows from operating, investing, and financing activities</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200 mb-6">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Cash Flow Details</h4>
<div class="flex space-x-2">
<button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors duration-200">
<i class="fas fa-save mr-2"></i>Save
</button>
<button class="bg-gray-100 text-dark px-4 py-2 rounded-lg hover:bg-gray-200 transition-colors duration-200">
<i class="fas fa-undo mr-2"></i>Reset
</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Reporting Period</label>
<select class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200">
<option>Quarterly</option>
<option selected>Annual</option>
<option>Monthly</option>
</select>
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Fiscal Year End</label>
<input type="date" class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200" value="2023-12-31">
</div>
</div>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Account</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Current Period</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Prior Period</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Variance</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td colspan="4" class="px-6 py-2 bg-gray-100 font-bold text-gray-900">Operating Activities</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Net Income</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="220000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="195000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">+12.8%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Depreciation & Amortization</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="50000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="45000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">+11.1%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Changes in Working Capital</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-30000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-20000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-red-600">+50.0%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Net Cash from Operations</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">240,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">220,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-green-600">+9.1%</td>
</tr>
<tr>
<td colspan="4" class="px-6 py-2 bg-gray-100 font-bold text-gray-900">Investing Activities</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Capital Expenditures</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-80000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-60000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-red-600">+33.3%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Investments</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-20000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-10000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-red-600">+100.0%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Net Cash from Investing</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">-100,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">-70,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-red-600">+42.9%</td>
</tr>
<tr>
<td colspan="4" class="px-6 py-2 bg-gray-100 font-bold text-gray-900">Financing Activities</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Debt Issued</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="50000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="80000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">-37.5%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Debt Repayment</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-40000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-30000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-red-600">+33.3%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap pl-8 font-medium text-gray-900">Dividends Paid</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-30000">
</td>
<td class="px-6 py-4 whitespace-nowrap">
<input type="number" class="w-full border-0 border-b border-gray-300 focus:border-blue-500 focus:ring-0 p-0 input-highlight" value="-25000">
</td>
<td class="px-6 py-4 whitespace-nowrap text-red-600">+20.0%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Net Cash from Financing</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">-20,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">25,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-red-600">-180.0%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Net Change in Cash</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">120,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">175,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-green-600">-31.4%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">Cash at Beginning of Period</td>
<td class="px-6 py-4 whitespace-nowrap">120,000</td>
<td class="px-6 py-4 whitespace-nowrap">95,000</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600">+26.3%</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-bold text-gray-900">Cash at End of Period</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">240,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold">270,000</td>
<td class="px-6 py-4 whitespace-nowrap font-bold text-green-600">-11.1%</td>
</tr>
</tbody>
</table>
</div>
<div class="mt-6">
<h5 class="text-md font-semibold text-dark mb-3">GAAP Compliance Notes</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-32" placeholder="Add any GAAP-specific notes or disclosures regarding cash flow classification, non-cash transactions, or other accounting policies..."></textarea>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Cash Flow Visualization</h4>
<div class="flex space-x-2">
<button class="bg-primary text-white px-3 py-1 rounded-lg hover:bg-blue-700 transition-colors duration-200 text-sm">
<i class="fas fa-chart-line mr-1"></i>Line
</button>
<button class="bg-gray-100 text-dark px-3 py-1 rounded-lg hover:bg-gray-200 transition-colors duration-200 text-sm">
<i class="fas fa-chart-bar mr-1"></i>Bar
</button>
</div>
</div>
<div class="chart-container">
<canvas id="cashFlowChart"></canvas>
</div>
</div>
</section>
<!-- Notes & Disclosures Section -->
<section id="notes" class="report-section">
<div class="mb-6">
<h3 class="text-2xl font-bold text-dark mb-2">Notes & Disclosures</h3>
<p class="text-gray-600">Add required GAAP disclosures and explanatory notes to the financial statements</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200 mb-6">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">GAAP Required Disclosures</h4>
<div class="flex space-x-2">
<button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors duration-200">
<i class="fas fa-save mr-2"></i>Save
</button>
<button class="bg-gray-100 text-dark px-4 py-2 rounded-lg hover:bg-gray-200 transition-colors duration-200">
<i class="fas fa-undo mr-2"></i>Reset
</button>
</div>
</div>
<div class="space-y-6">
<div>
<h5 class="text-md font-semibold text-dark mb-2">1. Summary of Significant Accounting Policies</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-32" placeholder="Describe the basis of presentation, principles of consolidation, revenue recognition policies, and other significant accounting policies...">The financial statements are prepared in accordance with accounting principles generally accepted in the United States of America (GAAP). The Company recognizes revenue in accordance with ASC 606, Revenue from Contracts with Customers, which requires revenue to be recognized when control of promised goods or services is transferred to customers at an amount that reflects the consideration to which the Company expects to be entitled in exchange for those goods or services.</textarea>
</div>
<div>
<h5 class="text-md font-semibold text-dark mb-2">2. Cash and Cash Equivalents</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-24" placeholder="Describe cash equivalents policy and any restrictions...">The Company considers all highly liquid investments with original maturities of three months or less to be cash equivalents. Cash and cash equivalents are maintained with financial institutions and may exceed federally insured limits.</textarea>
</div>
<div>
<h5 class="text-md font-semibold text-dark mb-2">3. Property, Plant and Equipment</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-24" placeholder="Describe depreciation methods, useful lives, and impairment policies...">Property, plant and equipment are stated at cost less accumulated depreciation. Depreciation is computed using the straight-line method over the estimated useful lives of the assets, ranging from 3 to 10 years for equipment and 30 years for buildings. The Company reviews long-lived assets for impairment whenever events or changes in circumstances indicate that the carrying amount may not be recoverable.</textarea>
</div>
<div>
<h5 class="text-md font-semibold text-dark mb-2">4. Revenue Recognition</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-32" placeholder="Provide detailed revenue recognition policies by revenue stream...">The Company derives revenue primarily from the sale of products and services. Revenue is recognized when control of the goods or services is transferred to the customer, in an amount that reflects the consideration the Company expects to be entitled to in exchange for those goods or services. For product sales, revenue is recognized at the point in time when control transfers, which is typically upon shipment or delivery to the customer. For service contracts, revenue is recognized over time as the services are performed.</textarea>
</div>
<div>
<h5 class="text-md font-semibold text-dark mb-2">5. Income Taxes</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-24" placeholder="Describe tax accounting policies, deferred taxes, and uncertain tax positions...">The Company accounts for income taxes under the asset and liability method, which requires the recognition of deferred tax assets and liabilities for the expected future tax consequences of temporary differences between the carrying amounts and the tax bases of assets and liabilities. The Company records a valuation allowance to reduce deferred tax assets to the amount that is more likely than not to be realized.</textarea>
</div>
<div>
<h5 class="text-md font-semibold text-dark mb-2">6. Commitments and Contingencies</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-24" placeholder="Describe any significant commitments, contingencies, or legal proceedings...">The Company is involved in various claims and legal actions arising in the ordinary course of business. In the opinion of management, the ultimate disposition of these matters will not have a material adverse effect on the Company's financial position, results of operations, or cash flows.</textarea>
</div>
<div>
<h5 class="text-md font-semibold text-dark mb-2">7. Subsequent Events</h5>
<textarea class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-24" placeholder="Describe any significant events occurring after the balance sheet date...">Management has evaluated subsequent events through [date], which is the date the financial statements were available to be issued. No material subsequent events have occurred that would require recognition or disclosure in these financial statements.</textarea>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Additional Disclosures</h4>
<button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors duration-200" id="add-disclosure-btn">
<i class="fas fa-plus mr-2"></i>Add Disclosure
</button>
</div>
<div id="additional-disclosures">
<!-- Additional disclosures will be added here -->
</div>
</div>
</section>
<!-- Export Section -->
<section id="export" class="report-section">
<div class="mb-6">
<h3 class="text-2xl font-bold text-dark mb-2">Export Financial Report</h3>
<p class="text-gray-600">Generate and download your GAAP-compliant financial statements</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200 mb-6">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Report Options</h4>
<div class="flex space-x-2">
<button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors duration-200" id="generate-report-btn">
<i class="fas fa-file-alt mr-2"></i>Generate Report
</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Report Format</label>
<select class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200">
<option>PDF (Recommended)</option>
<option>Excel</option>
<option>Word</option>
<option>HTML</option>
</select>
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Include Sections</label>
<select multiple class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 h-[42px]">
<option selected>Income Statement</option>
<option selected>Balance Sheet</option>
<option selected>Cash Flow Statement</option>
<option selected>Notes & Disclosures</option>
</select>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Company Information</label>
<input type="text" class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 mb-2" placeholder="Company Name" value="Sample Company Inc.">
<input type="text" class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200" placeholder="Additional Information">
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Auditor Information</label>
<input type="text" class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200 mb-2" placeholder="Auditor Name">
<input type="text" class="w-full border border-gray-300 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 focus:border-blue-500 transition-all duration-200" placeholder="Auditor Opinion">
</div>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-200">
<div class="flex justify-between items-center mb-4">
<h4 class="text-lg font-semibold text-dark">Report Preview</h4>
<div class="flex space-x-2">
<button class="bg-gray-100 text-dark px-3 py-1 rounded-lg hover:bg-gray-200 transition-colors duration-200 text-sm">
<i class="fas fa-expand mr-1"></i>Fullscreen
</button>
</div>
</div>
<div class="border border-gray-200 rounded-lg p-4 h-[500px] overflow-auto">
<div class="max-w-4xl mx-auto">
<div class="text-center mb-8">
<h2 class="text-2xl font-bold">Sample Company Inc.</h2>
<p class="text-gray-600">Financial Statements</p>
<p class="text-gray-600">For the Year Ended December 31, 2023</p>
</div>
<div class="mb-8">
<h3 class="text-xl font-bold border-b border-gray-200 pb-2 mb-4">Income Statement</h3>
<table class="w-full mb-4">
<tbody>
<tr>
<td class="font-medium py-1">Revenue</td>
<td class="text-right">$1,250,000</td>
</tr>
<tr>
<td class="font-medium py-1 pl-4">Cost of Goods Sold</td>
<td class="text-right">$750,000</td>
</tr>
<tr>
<td class="font-bold py-1">Gross Profit</td>
<td class="text-right font-bold">$500,000</td>
</tr>
<tr>
<td class="font-medium py-1">Operating Expenses</td>
<td class="text-right">$250,000</td>
</tr>
<tr>
<td class="font-bold py-1">Operating Income</td>
<td class="text-right font-bold">$250,000</td>
</tr>
<tr>
<td class="font-medium py-1">Interest Expense</td>
<td class="text-right">$30,000</td>
</tr>
<tr>
<td class="font-bold py-1">Net Income</td>
<td class="text-right font-bold">$220,000</td>
</tr>
</tbody>
</table>
</div>
<div class="mb-8">
<h3 class="text-xl font-bold border-b border-gray-200 pb-2 mb-4">Balance Sheet</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h4 class="font-bold mb-2">Assets</h4>
<table class="w-full">
<tbody>
<tr>
<td class="py-1">Cash & Equivalents</td>
<td class="text-right">$150,000</td>
</tr>
<tr>
<td class="py-1">Accounts Receivable</td>
<td class="text-right">$80,000</td>
</tr>
<tr>
<td class="py-1">Inventory</td>
<td class="text-right">$200,000</td>
</tr>
<tr>
<td class="py-1">Property, Plant & Equipment</td>
<td class="text-right">$500,000</td>
</tr>
<tr>
<td class="font-bold py-1">Total Assets</td>
<
</html> |