The buchhalter open-source command line tool to automate invoice downloads from suppliers. Free, customizable, and designed for seamless financial workflow integration.
This PR is a bit bigger (code line-wise).
It is reworking the UI to
make it a bit simpler to understand (e.g., via fewer message types)
list the operations in the UI
Caveats
sendMetrics
Right now, the sendMetrics command is shown with a spinner. When completed, it disappears and is not shown in the list of performed operations.
This part needs rework anyway to remove it from the logic where we are running a browser.
This will be done in a future pull request.
TODOs
A few things are still open - Those may be done in future pull requests (to avoid this is getting bigger)
Context
This PR is a bit bigger (code line-wise). It is reworking the UI to
Caveats
sendMetrics
Right now, the
sendMetrics
command is shown with a spinner. When completed, it disappears and is not shown in the list of performed operations. This part needs rework anyway to remove it from the logic where we are running a browser. This will be done in a future pull request.TODOs
A few things are still open - Those may be done in future pull requests (to avoid this is getting bigger)
sendMetrics
command logic --> Fixed in https://github.com/buchhalter-ai/buchhalter-ai-cli/pull/107