diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-21 11:45:54 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-21 11:45:54 +0200 |
| commit | e1dd7112e0346914710566660625da0f6b866e8a (patch) | |
| tree | c4b0d5c7f6f62c1c4c38245e7c001b3fd4b03e74 /clients/bokftui.c | |
| parent | 182f0a592b6fe97fc1ff87add227f9d52a4ef902 (diff) | |
| download | bokf-e1dd7112e0346914710566660625da0f6b866e8a.tar.gz bokf-e1dd7112e0346914710566660625da0f6b866e8a.zip | |
tui: payroll screens, Företag/System menu and settings splitv0.1.55
Diffstat (limited to 'clients/bokftui.c')
| -rw-r--r-- | clients/bokftui.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/clients/bokftui.c b/clients/bokftui.c index 84d1a18..a047ef5 100644 --- a/clients/bokftui.c +++ b/clients/bokftui.c @@ -35,13 +35,17 @@ static const struct scene SCENES[] = { { "bank", bank_screen }, { "invoices", invoices_screen }, { "customers", customers_screen }, + { "payroll", payroll_screen }, + { "employees", employees_screen }, + { "tax_tables", payroll_tax_tables_screen }, { "ib", ib_screen }, { "templates", templates_screen }, { "rules", rules_screen }, { "reports", reports_screen }, { "audit", audit_screen }, - { "settings", settings_screen }, { "company", company_screen }, + { "settings", company_screen }, /* ^R/--screen compatibility */ + { "system", system_settings_screen }, { "bokslut", bokslut_screen }, { "yearinfo", bokslut_screen }, /* ^R compatibility */ }; @@ -329,8 +333,9 @@ static void usage(FILE *f) " --session ID reuse an open session (or BOKFD_SESSION)\n" " --screen NAME start in a view: dashboard, vouchers, inbox,\n" " bank, ib, templates, rules, reports, bokslut\n" - " (yearinfo is an alias), audit, settings,\n" - " company, invoices, customers\n" + " (yearinfo is an alias), audit, company,\n" + " invoices, customers, payroll, employees,\n" + " tax_tables, system (settings is an alias)\n" " --version\n"); } |
