diff options
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"); } |
