From 5a9f3a1d27ed6b1be238595958472817c31df9f2 Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Mon, 21 Sep 2026 13:41:03 +0200 Subject: tui: Bolaget hub, drop the Företag section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clients/screens_dashboard.c | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'clients/screens_dashboard.c') diff --git a/clients/screens_dashboard.c b/clients/screens_dashboard.c index a386dae..9deca37 100644 --- a/clients/screens_dashboard.c +++ b/clients/screens_dashboard.c @@ -276,8 +276,7 @@ static const char *const MAIN_ITEMS[] = { "Lönekörningar", MK_SECTION "Rapporter & bokslut", "Rapporter", "Bokslut", - MK_SECTION "Företag", - "Anställda", "Kunder", "Bolaget", "Momsregler", + "Bolaget", MK_SECTION "System", "Skattetabeller", "Revision", "Systeminställningar", MK_SECTION "Räkenskapsår", @@ -330,34 +329,25 @@ void dashboard(struct app *a) case 11: open_scene(a, "bokslut"); break; - case 13: - open_scene(a, "employees"); - break; - case 14: - open_scene(a, "customers"); - break; - case 15: + case 12: open_scene(a, "company"); break; - case 16: - open_scene(a, "rules"); - break; - case 18: + case 14: open_scene(a, "tax_tables"); break; - case 19: + case 15: open_scene(a, "audit"); break; - case 20: + case 16: open_scene(a, "system"); break; - case 22: + case 18: open_scene(a, "ib"); break; - case 23: + case 19: select_fiscal_year(a); break; - case 24: + case 20: return; default: break; /* section header */ -- cgit v1.3