From ada8f2502ab1c3aad5a4c5834329fb72d27033ac Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Fri, 1 Aug 2025 11:40:30 -0500 Subject: [PATCH] Captured current state/blockers --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c9e2c4..116fb22 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # KnelTaxStack -All bits related to our self hosted tax prep/filing stack \ No newline at end of file + +All bits related to our self hosted tax prep/filing stack + +As of 8/1/2025 i have the path figured out pre OpenFIle: + +1) use paperless api to make a report of each years expenses ( i need todo some setup in paperless for the schedule c categories of course) which I will document in this repo +2) use dolibar api to make a report of each years income (pulling from a list of instances) +3) store a summary sheet of expenses in dolibar +4) push relevant data into the appropriate ots text files and call appropriate ots programs to produce pdfs + +Claude Code can easily write all the code for the above + +What I don't know is what OpenFile expects as an input. It's not clear from it's docs at a first glance. +Hmmm...