diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -2,6 +2,10 @@ TODO: Refactor: - Can we get rid of taxrate id in invoice? this would avoid reference conflicts. +- refactor _add functions to use _import functions +- replace memset with memops function +- replace strncpy and similar with strops functions +- There is alot of memory leakage Testing: - write tests for all NL tax categories @@ -10,24 +14,17 @@ Testing: - it is possible a referenced tax rate is loaded after an invoice is loaded. This means all invoices need to be recalculated after file load. (try to write a test for this). Improvements: -- There is alot of memory leakage -- for invoice importing using AI: all address data should be editable because import is not perfect -- for invoice importing using AI: file path should not be editable as it is imported -- real error logging for OpenAI and importing in general -- log_set_depth function so data can be grouped -- log elapsed time for ai requests -- refactor _add functions to use _import functions -- replace memset with memops function -- replace strncpy and similar with strops functions +- AI importer: all address data should be editable because import is not perfect +- AI importer: file path should not be editable as it is imported +- AI importer: real error logging for OpenAI and importing in general +- AI importer: log elapsed time for ai requests Features: - error log for tax report to display invoices not yet supported for tax generation or invoices with invalid tax rates - minimum invoice date for tax report generation, show warnings for unsupported invoices -- Tax rates for private usage - create invoice PDF for NL https://goedestartbelastingdienst.nl/wiki/view/50bdccd8-f9a0-4297-b57f-3a6651cbe05c/factuureisen - toggle on invoice form wether price is inclusive of tax. - retrieve available balance from AI api & show in settings/services. -- let user choose the model to use in settings/services/ai - Send invoice by email - create invoice from image of receipt - create invoice from UBL file |
