diff --git a/resources/views/finance/journal-entries.blade.php b/resources/views/finance/journal-entries.blade.php index e695a65f..fe05971d 100644 --- a/resources/views/finance/journal-entries.blade.php +++ b/resources/views/finance/journal-entries.blade.php @@ -1674,16 +1674,25 @@ className="w-full px-3 py-2 text-sm border border-stone-200 rounded-lg focus:rin
| 구분 | -계정과목 | -거래처 | -차변 | -대변 | +구분 | +계정과목 | +거래처 | +차변 | +대변 | 적요 | -+ | + |
|
- + |
|
- + |
updateLine(index, 'description', e.target.value)}
onKeyDown={(e) => { if (e.key === 'Tab' && !e.shiftKey) { e.preventDefault(); const next = document.getElementById(`m-account-${index + 1}`); if (next) next.focus(); } }}
@@ -2096,16 +2105,25 @@ className="w-full px-3 py-2 text-sm border border-stone-200 rounded-lg focus:rin
분개 내역
-
|
|---|