The buchhalter open-source command line tool to automate invoice downloads from suppliers. Free, customizable, and designed for seamless financial workflow integration.
At the moment it's too hard to manually write oicdb/buchhalter-cli recipes. The idea is to develope a small dev webserver that allows the user to create recipes with natural language (powered by a LLM in the background).
Definition of Done
[ ] A buchhalter dev command has been implemented
[ ] The dev command starts a small websocket or webserver
[ ] The dev command opens a chrome browser
[ ] A chat interface has been implemented and injected into the Chrome browser window
[ ] The chat starts with the question: "Enter URL to start your recipe"
[ ] Recipe steps can be entered step by step as natural language and will be translatet to oicd schema steps
[ ] The natural language is stored as comment or property directly in the oicdb recipe json file
[ ] The generated recipe can be saved as local recipe
[ ] Existing steps can be edited
[ ] There's a possibility to run the recipe for testing (e.g. in another browser tab)
At the moment it's too hard to manually write oicdb/buchhalter-cli recipes. The idea is to develope a small dev webserver that allows the user to create recipes with natural language (powered by a LLM in the background).
Definition of Done