diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-10 15:25:22 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-10 15:25:22 +0200 |
| commit | a88456ec309edb6778cf50c139cab6ab8e99e963 (patch) | |
| tree | 10b86e0964bee9a6670b2a064fd9863290eb970b /include/ui.hpp | |
| parent | 0327e06b59aa20dbfec137b2287b950b5cb84960 (diff) | |
move id generation out of UI and into administration
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 85a5c2f..00a3465 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -18,6 +18,7 @@ void ui_draw_projects(); void ui_draw_invoices(); void ui_draw_settings(); +void ui_setup_invoices(); void ui_setup_contacts(); void ui_setup_projects(); void ui_setup_settings();
\ No newline at end of file |
