From 0b0a52dd331cb7b10d19b7b59dd1236e7478d7b8 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Sun, 26 Jul 2026 12:47:51 +0000 Subject: [PATCH] Revert Open category back to Operations (autocorrect typo) --- src/db.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db.js b/src/db.js index 4369237..c582427 100644 --- a/src/db.js +++ b/src/db.js @@ -119,7 +119,7 @@ export async function initDb() { await pool.query(` INSERT INTO apps (slug, name, description, base_path, icon, theme_color, category, internal_host, internal_port) VALUES - ('noticeboard', 'Noticeboard', 'Staff notices and announcements', '/notices', 'ClipboardList', '#1e3a5f', 'Open', '10.10.10.112', 3080), + ('noticeboard', 'Noticeboard', 'Staff notices and announcements', '/notices', 'ClipboardList', '#1e3a5f', 'Operations', '10.10.10.112', 3080), ('kitchen', 'Kitchen', 'Invoice/GP, recipes, menus and kitchen management', '/kitchen', 'ChefHat', '#0d9488', 'Kitchen', '10.10.10.110', 3080), ('cashup', 'Cash Up', 'Hotel daily cashing up', '/cashup', 'Banknote', '#6b2d8b', 'Finance', '10.10.10.117', 3083), ('hk-planner', 'Rota Check', 'Housekeeping workload and hours planning', '/hk-planner', 'CalendarClock', '#2d6a4f', 'Housekeeping', '10.10.10.118', 3080), @@ -127,7 +127,7 @@ export async function initDb() { ('forecasting', 'Forecasting', 'Revenue forecasting and reporting', '/forecasting', 'TrendingUp', '#0077b6', 'Finance', '10.10.10.113', 3080), ('history', 'History', 'Hotel and restaurant actuals history charts', '/forecasting/history', 'History', '#0077b6', 'Finance', NULL, NULL), ('rates', 'Rate Monitor', 'Competitor rate monitoring and direct booking engine rates', '/rates', 'Tag', '#7b4f00', 'Finance', '10.10.10.115', 3080), - ('maintenance', 'Maintenance', 'Maintenance log book — faults, recurring tasks, assets and contractors', '/maintenance', 'Wrench', '#b45309', 'Open', '10.10.10.121', 3080), + ('maintenance', 'Maintenance', 'Maintenance log book — faults, recurring tasks, assets and contractors', '/maintenance', 'Wrench', '#b45309', 'Operations', '10.10.10.121', 3080), ('reports', 'Reports', 'Custom reports for NewBook, ResOS, SambaPOS and internal data', '/reports', 'BarChart2', '#1d4ed8', 'Management', '10.10.10.122', 3080), ('kds', 'Kitchen Display', 'SambaPOS ticket feed and course flow display', '/kds', 'Monitor', '#0d9488', 'Kitchen', '10.10.10.125', 3080) ON CONFLICT (slug) DO UPDATE SET