From d18d63f4831d08efa9ec21af86852ad035c7b84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Wed, 11 Feb 2026 09:28:14 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=EA=B3=84=EC=A2=8C=EC=9E=85=EC=B6=9C?= =?UTF-8?q?=EA=B8=88=EB=82=B4=EC=97=AD=20=EA=B3=84=EC=A0=95=EA=B3=BC?= =?UTF-8?q?=EB=AA=A9=20=EA=B8=B0=EB=8A=A5=20=EC=A0=9C=EA=B1=B0=20(?= =?UTF-8?q?=EC=9D=BC=EB=B0=98=EC=A0=84=ED=91=9C=20=EB=B6=84=EA=B0=9C?= =?UTF-8?q?=EC=99=80=20=EC=9D=B4=EC=A4=91=20=EA=B4=80=EB=A6=AC=20=ED=95=B4?= =?UTF-8?q?=EC=86=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .../views/barobill/eaccount/index.blade.php | 79 +------------------ 1 file changed, 3 insertions(+), 76 deletions(-) diff --git a/resources/views/barobill/eaccount/index.blade.php b/resources/views/barobill/eaccount/index.blade.php index fe641af2..1db52744 100644 --- a/resources/views/barobill/eaccount/index.blade.php +++ b/resources/views/barobill/eaccount/index.blade.php @@ -932,14 +932,6 @@ className="w-full px-3 py-2 border border-stone-200 rounded-lg text-sm text-righ placeholder="0" /> -
- - updateSplit(index, { accountCode: code, accountName: name })} - accountCodes={accountCodes} - /> -
계정과목 - setForm(prev => ({ ...prev, account_code: code, account_name: name }))} - accountCodes={accountCodes} - /> -
{/* Footer */} @@ -1432,12 +1409,9 @@ className="px-4 py-2 bg-emerald-600 text-white rounded-lg hover:bg-emerald-700 t onMonthOffset, onSearch, totalCount, - accountCodes, - onAccountCodeChange, onCastChange, onSave, onExport, - onOpenSettings, saving, hasChanges, onEditTransaction, @@ -1578,16 +1552,6 @@ className="flex items-center gap-2 px-4 py-2 bg-green-100 text-green-700 rounded 수동입력 -
@@ -1603,14 +1567,13 @@ className="flex items-center gap-2 px-4 py-2 bg-stone-100 text-stone-700 rounded 잔액 취급점 상대계좌예금주명 - 계정과목 관리 {logs.length === 0 ? ( - + 해당 기간에 조회된 입출금 내역이 없습니다. @@ -1692,27 +1655,6 @@ className="w-full px-2 py-1 text-sm border border-stone-200 rounded focus:ring-2 placeholder="예금주명 입력" /> - - {hasSplits ? ( - - ) : ( - <> - onAccountCodeChange(index, code, name)} - accountCodes={accountCodes} - /> - {log.accountName && ( -
{log.accountName}
- )} - - )} - {log.isManual && (
@@ -1760,11 +1702,6 @@ className="p-1 text-red-500 hover:bg-red-50 rounded transition-colors" - - {split.account_name && ( - {split.account_code} {split.account_name} - )} - ))} @@ -2173,7 +2110,7 @@ className="p-1 text-red-500 hover:bg-red-50 rounded transition-colors"

계좌 입출금내역

-

바로빌 API를 통한 계좌 입출금내역 조회 및 계정과목 관리

+

바로빌 API를 통한 계좌 입출금내역 조회

@if($isTestMode) @@ -2259,12 +2196,9 @@ className="p-1 text-red-500 hover:bg-red-50 rounded transition-colors" onMonthOffset={handleMonthOffset} onSearch={() => loadTransactions()} totalCount={summary.count || logs.length} - accountCodes={accountCodes} - onAccountCodeChange={handleAccountCodeChange} onCastChange={handleCastChange} onSave={handleSave} onExport={handleExport} - onOpenSettings={() => setShowSettingsModal(true)} saving={saving} hasChanges={hasChanges} onEditTransaction={handleEditTransaction} @@ -2305,17 +2239,10 @@ className="p-1 text-red-500 hover:bg-red-50 rounded transition-colors" onClose={() => { setManualModalOpen(false); setManualEditData(null); }} onSave={handleManualSave} editData={manualEditData} - accountCodes={accountCodes} accounts={accounts} logs={logs} /> - {/* Account Code Settings Modal */} - setShowSettingsModal(false)} - onUpdate={loadAccountCodes} - /> {/* Pagination */} {!error && pagination.maxPageNum > 1 && (