diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-21 14:03:36 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-21 14:03:44 +0200 |
| commit | 776dbdf6f6f12289c874fd9d1eada379f1b02a0b (patch) | |
| tree | 8bdf34d311c5a2f02956b1bb94dc2b502eb738fa /clients/ui.h | |
| parent | b0189d7d6b58a4761daebe761afeaf4a68a9296c (diff) | |
| download | bokf-0.1.57.tar.gz bokf-0.1.57.zip | |
tui: flat menu, System hub, remembered attachment directoryv0.1.57
Diffstat (limited to 'clients/ui.h')
| -rw-r--r-- | clients/ui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clients/ui.h b/clients/ui.h index 2b93106..b37eb4f 100644 --- a/clients/ui.h +++ b/clients/ui.h @@ -102,6 +102,7 @@ extern const struct is_group IS_GROUPS[IS_GROUPS_N]; /* defined in bokftui.c, used by screens */ void open_scene(struct app *a, const char *name); void config_mkdirs(const char *path); +void config_save(struct app *a); /* Optional prefill for the new-voucher form (bank reconciliation). */ struct voucher_prefill { @@ -130,12 +131,12 @@ void audit_screen(struct app *a); void templates_screen(struct app *a); void ib_screen(struct app *a); void company_screen(struct app *a); -void system_settings_screen(struct app *a); void invoices_screen(struct app *a); void customers_screen(struct app *a); void bokslut_screen(struct app *a); void employees_screen(struct app *a); void payroll_screen(struct app *a); void payroll_tax_tables_screen(struct app *a); +void system_screen(struct app *a); #endif |
