피플라이프 기업분석 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
aweso
2026-01-14 09:33:23 +09:00
parent 2ab3534278
commit 50308dd340
25 changed files with 9162 additions and 5 deletions

View File

@@ -61,7 +61,31 @@
</a>
<h1 class="text-xl font-bold text-slate-800">바로빌 API 회계 솔루션</h1>
</div>
<span class="text-sm text-slate-500"><?php echo date('Y-m-d'); ?></span>
<div class="flex items-center gap-4 text-xs text-slate-500 font-medium">
<a href="../eaccount/index.php" class="hover:text-teal-600 flex items-center gap-1 bg-slate-50 hover:bg-slate-100 px-3 py-1.5 rounded-lg transition-colors border border-slate-100">
<span>💰</span> 계좌조회
</a>
<a href="../ecard/index.php" class="hover:text-teal-600 flex items-center gap-1 bg-slate-50 hover:bg-slate-100 px-3 py-1.5 rounded-lg transition-colors border border-slate-100">
<span>💳</span> 카드내역
</a>
<a href="../tenant/index.php" class="hover:text-teal-600 flex items-center gap-1 bg-slate-50 hover:bg-slate-100 px-3 py-1.5 rounded-lg transition-colors border border-slate-100">
<span>🏢</span> 테넌트관리
</a>
<a href="../barobill_registration/index.php" class="hover:text-teal-600 flex items-center gap-1 bg-slate-50 hover:bg-slate-100 px-3 py-1.5 rounded-lg transition-colors border border-slate-100">
<span>👥</span> 회원관리
</a>
<a href="../etax/barobill_api_info.php" class="hover:text-teal-600 flex items-center gap-1 bg-slate-50 hover:bg-slate-100 px-3 py-1.5 rounded-lg transition-colors border border-slate-100">
<span>📖</span> API정보
</a>
<div class="h-4 w-px bg-slate-200 mx-1"></div>
<a href="../etax/index.php" class="hover:text-teal-700 flex items-center gap-1">
<span>📄</span> 세금계산서
</a>
<span class="text-[10px] text-slate-400 opacity-50 ml-2"><?php echo date('Y-m-d'); ?></span>
</div>
</div>
</div>
</header>