This commit is contained in:
admin
2026-01-17 11:08:57 +09:00
parent d8ec60629e
commit 6661c7ac89
10 changed files with 610 additions and 47 deletions

View File

@@ -0,0 +1,6 @@
-- =========================
-- 小口現金科目の追加
-- =========================
INSERT INTO accounts (account_code, account_name, account_type)
VALUES ('105', '小口現金', 'asset');