-- Auto-generated oleh scripts/gen_seeds_extra.py — JANGAN edit manual.
-- 101b_ftype_extra.sql — ADR-004: kelompok Beban Laundry (LDY) & Beban ICT


INSERT INTO ftype (id, name, weight, weight2, level1, level2, normal_balance, report) VALUES
(80, 'Beban Laundry (LDY)', 480, 4, NULL, 'Beban Usaha', 'D-K', 'PL'),
(81, 'Beban ICT', 481, 4, NULL, 'Beban Usaha', 'D-K', 'PL')
ON DUPLICATE KEY UPDATE name=VALUES(name), weight=VALUES(weight), weight2=VALUES(weight2),
  level1=VALUES(level1), level2=VALUES(level2), normal_balance=VALUES(normal_balance), report=VALUES(report);
